ARM: dts: BCM63xx: Add timer and syscon-reboot nodes
Add a "brcm,bcm6328-timer" and "syscon-reboot" nodes to allow the generic syscon-reboot driver to reset a BCM63138 SoC. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
Родитель
ac61cf8a01
Коммит
8ab1428864
|
@ -140,6 +140,11 @@
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
ranges = <0 0xfffe8000 0x8100>;
|
ranges = <0 0xfffe8000 0x8100>;
|
||||||
|
|
||||||
|
timer: timer@80 {
|
||||||
|
compatible = "brcm,bcm6328-timer", "syscon";
|
||||||
|
reg = <0x80 0x3c>;
|
||||||
|
};
|
||||||
|
|
||||||
serial0: serial@600 {
|
serial0: serial@600 {
|
||||||
compatible = "brcm,bcm6345-uart";
|
compatible = "brcm,bcm6345-uart";
|
||||||
reg = <0x600 0x1b>;
|
reg = <0x600 0x1b>;
|
||||||
|
@ -162,5 +167,12 @@
|
||||||
compatible = "brcm,bcm63138-bootlut";
|
compatible = "brcm,bcm63138-bootlut";
|
||||||
reg = <0x8000 0x50>;
|
reg = <0x8000 0x50>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
reboot {
|
||||||
|
compatible = "syscon-reboot";
|
||||||
|
regmap = <&timer>;
|
||||||
|
offset = <0x34>;
|
||||||
|
mask = <1>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Загрузка…
Ссылка в новой задаче