mirror of https://gitee.com/openkylin/linux.git
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:
parent
c525113603
commit
5c3a87e363
|
@ -396,6 +396,18 @@ msi: msi@79000000 {
|
||||||
0x0 0x1f 0x4>;
|
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 {
|
csw: csw@7e200000 {
|
||||||
compatible = "apm,xgene-csw", "syscon";
|
compatible = "apm,xgene-csw", "syscon";
|
||||||
reg = <0x0 0x7e200000 0x0 0x1000>;
|
reg = <0x0 0x7e200000 0x0 0x1000>;
|
||||||
|
|
Loading…
Reference in New Issue