|
@@ -125,6 +125,30 @@
|
|
|
clocks = <&clk 15>;
|
|
|
};
|
|
|
|
|
|
+ watchdog0: watchdog@801C {
|
|
|
+ compatible = "nuvoton,npcm750-wdt";
|
|
|
+ interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
+ reg = <0x801C 0x4>;
|
|
|
+ status = "disabled";
|
|
|
+ clocks = <&clk 5>;
|
|
|
+ };
|
|
|
+
|
|
|
+ watchdog1: watchdog@901C {
|
|
|
+ compatible = "nuvoton,npcm750-wdt";
|
|
|
+ interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
+ reg = <0x901C 0x4>;
|
|
|
+ status = "disabled";
|
|
|
+ clocks = <&clk 5>;
|
|
|
+ };
|
|
|
+
|
|
|
+ watchdog2: watchdog@a01C {
|
|
|
+ compatible = "nuvoton,npcm750-wdt";
|
|
|
+ interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
+ reg = <0xa01C 0x4>;
|
|
|
+ status = "disabled";
|
|
|
+ clocks = <&clk 5>;
|
|
|
+ };
|
|
|
+
|
|
|
serial0: serial@1000 {
|
|
|
compatible = "ns16550a";
|
|
|
reg = <0x1000 0x1000>;
|