mirror of https://gitee.com/openkylin/linux.git
ARM: DTS: meson: update DTSI to add watchdog node
Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Carlo Caione <carlo@caione.org>
This commit is contained in:
parent
4394a00145
commit
d4ac2cfea7
|
@ -70,6 +70,11 @@ soc {
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
ranges;
|
ranges;
|
||||||
|
|
||||||
|
wdt: watchdog@c1109900 {
|
||||||
|
compatible = "amlogic,meson6-wdt";
|
||||||
|
reg = <0xc1109900 0x8>;
|
||||||
|
};
|
||||||
|
|
||||||
uart_AO: serial@c81004c0 {
|
uart_AO: serial@c81004c0 {
|
||||||
compatible = "amlogic,meson-uart";
|
compatible = "amlogic,meson-uart";
|
||||||
reg = <0xc81004c0 0x14>;
|
reg = <0xc81004c0 0x14>;
|
||||||
|
|
Loading…
Reference in New Issue