ARM: dts: meson8b: Add watchdog node
authorCarlo Caione <carlo@endlessm.com>
Sun, 8 Nov 2015 12:18:57 +0000 (13:18 +0100)
committerCarlo Caione <carlo@endlessm.com>
Mon, 4 Jan 2016 09:54:45 +0000 (10:54 +0100)
With this patch we add the watchdog node in the meson8b DTS file.

Signed-off-by: Carlo Caione <carlo@endlessm.com>
arch/arm/boot/dts/meson8b.dtsi

index ee352bf687ffefc97a42fbcf40f982789402e6fe..8bad5571af461e86cabc9fe708db6865d0a95774 100644 (file)
                        #interrupt-cells = <3>;
                };
 
+               wdt: watchdog@c1109900 {
+                       compatible = "amlogic,meson8b-wdt";
+                       reg = <0xc1109900 0x8>;
+                       interrupts = <0 0 1>;
+               };
+
                timer@c1109940 {
                        compatible = "amlogic,meson6-timer";
                        reg = <0xc1109940 0x18>;
This page took 0.025831 seconds and 5 git commands to generate.