AM335x FDT: add an entry for the watchdog.
MFC after: 1 week
This commit is contained in:
parent
2a6e267d4e
commit
b406729896
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user