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: Feng Kan <fkan@apm.com>
Signed-off-by: Duc Dang <dhdang@apm.com>
This commit is contained in:
Feng Kan 2015-08-11 17:39:36 -07:00 committed by Duc Dang
parent c525113603
commit 5c3a87e363

View file

@ -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>;