Skip to content

Commit 90ac29d

Browse files
le-quang168tiennguyenzg
authored andcommitted
dts: renesas: Add Watchdog support for RZ/A3UL, N2L, T2M
Add Watchdog nodes to Renesas RZ/A3UL, N2L, T2M devicetree Signed-off-by: Quang Le <[email protected]> Signed-off-by: Tien Nguyen <[email protected]>
1 parent 5039f4f commit 90ac29d

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

dts/arm/renesas/rz/rzn/r9a07g084.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55

66
#include <mem.h>
7+
#include <freq.h>
78
#include <arm/armv8-r.dtsi>
89
#include <zephyr/dt-bindings/interrupt-controller/arm-gic.h>
910
#include <zephyr/dt-bindings/adc/adc.h>
@@ -1144,5 +1145,13 @@
11441145
status = "disabled";
11451146
};
11461147
};
1148+
1149+
wdt0: watchdog@80042000 {
1150+
compatible = "renesas,rz-wdt";
1151+
reg = <0x80042000 0x1000>;
1152+
clock-freq = <DT_FREQ_M(50)>;
1153+
interrupts = <GIC_SPI 388 IRQ_TYPE_EDGE IRQ_DEFAULT_PRIORITY>;
1154+
status = "disabled";
1155+
};
11471156
};
11481157
};

dts/arm/renesas/rz/rzt/r9a07g075.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*/
77

88
#include <mem.h>
9+
#include <freq.h>
910
#include <arm/armv8-r.dtsi>
1011
#include <zephyr/dt-bindings/interrupt-controller/arm-gic.h>
1112
#include <zephyr/dt-bindings/adc/adc.h>
@@ -1143,5 +1144,13 @@
11431144
status = "disabled";
11441145
};
11451146
};
1147+
1148+
wdt0: watchdog@80042000 {
1149+
compatible = "renesas,rz-wdt";
1150+
reg = <0x80042000 0x1000>;
1151+
clock-freq = <DT_FREQ_M(50)>;
1152+
interrupts = <GIC_SPI 388 IRQ_TYPE_EDGE IRQ_DEFAULT_PRIORITY>;
1153+
status = "disabled";
1154+
};
11461155
};
11471156
};

dts/arm64/renesas/rz/rza/r9a07g063.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,5 +688,13 @@
688688
status = "disabled";
689689
};
690690
};
691+
692+
wdt0: watchdog@12800800 {
693+
compatible = "renesas,rz-wdt";
694+
reg = <0x12800800 DT_SIZE_K(1)>;
695+
interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
696+
clock-freq = <DT_FREQ_M(24)>;
697+
status = "disabled";
698+
};
691699
};
692700
};

0 commit comments

Comments
 (0)