AM335x FDT: add an entry for the watchdog.

MFC after:	1 week
This commit is contained in:
Rui Paulo 2014-10-18 07:40:38 +00:00
parent 2a6e267d4e
commit b406729896

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>;