1
0
Fork 0

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

This patch add dts nodes for X-Gene v2 (APM X-Gene Shadowcat SoC)
platforms to use generic SYSCON regmap reset driver for its reset
operation.

Signed-off-by: Duc Dang <dhdang@apm.com>
hifive-unleashed-5.1
Duc Dang 2015-08-12 16:37:08 -07:00
parent e144dc5b8f
commit 991c1292f6
1 changed files with 12 additions and 0 deletions

View File

@ -172,6 +172,18 @@
};
};
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>;
};
serial0: serial@10600000 {
device_type = "serial";
compatible = "ns16550";