Commit 5c3a87e3 authored by Feng Kan's avatar Feng Kan Committed by Duc Dang

arm64: dts: Add X-Gene reboot driver dts node

This patch add dts nodes for X-Gene platforms to use
generic SYSCON regmap reset driver for its reset operation.

[dhdang: changelog]
Signed-off-by: default avatarFeng Kan <fkan@apm.com>
Signed-off-by: default avatarDuc Dang <dhdang@apm.com>
parent c5251136
......@@ -396,6 +396,18 @@ msi: msi@79000000 {
0x0 0x1f 0x4>;
};
scu: system-clk-controller@17000000 {
compatible = "apm,xgene-scu","syscon";
reg = <0x0 0x17000000 0x0 0x400>;
};
reboot: reboot@17000014 {
compatible = "syscon-reboot";
regmap = <&scu>;
offset = <0x14>;
mask = <0x1>;
};
csw: csw@7e200000 {
compatible = "apm,xgene-csw", "syscon";
reg = <0x0 0x7e200000 0x0 0x1000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment