|
@@ -88,6 +88,21 @@
|
|
|
compatible = "gef,fpga-regs";
|
|
|
reg = <0x4 0x0 0x40>;
|
|
|
};
|
|
|
+
|
|
|
+ wdt@4,2000 {
|
|
|
+ compatible = "gef,fpga-wdt";
|
|
|
+ reg = <0x4 0x2000 0x8>;
|
|
|
+ interrupts = <0x1a 0x4>;
|
|
|
+ interrupt-parent = <&gef_pic>;
|
|
|
+ };
|
|
|
+ /* Second watchdog available, driver currently supports one.
|
|
|
+ wdt@4,2010 {
|
|
|
+ compatible = "gef,fpga-wdt";
|
|
|
+ reg = <0x4 0x2010 0x8>;
|
|
|
+ interrupts = <0x1b 0x4>;
|
|
|
+ interrupt-parent = <&gef_pic>;
|
|
|
+ };
|
|
|
+ */
|
|
|
gef_pic: pic@4,4000 {
|
|
|
#interrupt-cells = <1>;
|
|
|
interrupt-controller;
|