MFC r273248:

AM335x FDT: add an entry for the watchdog.
This commit is contained in:
rpaulo 2014-10-25 02:00:32 +00:00
parent 6474b9b606
commit 709bb13e76

View File

@ -81,6 +81,13 @@
interrupts = < 16 >;
interrupt-parent = <&AINTC>;
};
wdt1@44E35000 {
compatible = "ti,wdt";
reg = <0x44E35000 0x1000>;
interrupts = <91>;
interrupt-parent = <&AINTC>;
};
GPIO: gpio {
#gpio-cells = <3>;