ARM: DTS: meson: update DTSI to add watchdog node
authorCarlo Caione <carlo@caione.org>
Mon, 15 Sep 2014 18:51:58 +0000 (20:51 +0200)
committerCarlo Caione <carlo@caione.org>
Thu, 2 Oct 2014 20:27:42 +0000 (22:27 +0200)
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Carlo Caione <carlo@caione.org>
arch/arm/boot/dts/meson.dtsi

index 55feb14a333d4959d19a3cd3921ec950460dbebb..e6539ea5a711a788bedf28c128ada89b0185e1ed 100644 (file)
                #size-cells = <1>;
                ranges;
 
+               wdt: watchdog@c1109900 {
+                       compatible = "amlogic,meson6-wdt";
+                       reg = <0xc1109900 0x8>;
+               };
+
                uart_AO: serial@c81004c0 {
                        compatible = "amlogic,meson-uart";
                        reg = <0xc81004c0 0x14>;
This page took 0.037384 seconds and 5 git commands to generate.