Skip to content

Commit e039c4e

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

File tree

6 files changed

+21
-0
lines changed

6 files changed

+21
-0
lines changed

boards/renesas/rza3ul_smarc/rza3ul_smarc.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
zephyr,code-partition = &slot0_partition;
2525
};
2626

27+
aliases {
28+
watchdog0 = &wdt0;
29+
};
30+
2731
ddr: memory@40200000 {
2832
compatible = "zephyr,memory-region", "mmio-sram";
2933
reg = <0x40200000 (DT_SIZE_M(1024) - 0x200000)>;
@@ -76,3 +80,7 @@
7680
pinctrl-names = "default";
7781
status = "okay";
7882
};
83+
84+
&wdt0 {
85+
status = "okay";
86+
};

boards/renesas/rza3ul_smarc/rza3ul_smarc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ supported:
1111
- pwm
1212
- adc
1313
- i2c
14+
- watchdog
1415
testing:
1516
ignore_tags:
1617
- bluetooth

boards/renesas/rzn2l_rsk/rzn2l_rsk.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
led0 = &led0;
2525
led1 = &led1;
2626
sw0 = &sw1;
27+
watchdog0 = &wdt0;
2728
};
2829

2930
leds {
@@ -123,3 +124,7 @@
123124
pinctrl-names = "default";
124125
status = "okay";
125126
};
127+
128+
&wdt0 {
129+
status = "okay";
130+
};

boards/renesas/rzn2l_rsk/rzn2l_rsk.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ supported:
1111
- adc
1212
- i2c
1313
- counter
14+
- watchdog
1415
vendor: renesas

boards/renesas/rzt2m_rsk/rzt2m_rsk_r9a07g075m24gbg_cr520.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
aliases {
2626
led0 = &led0;
2727
sw0 = &sw1;
28+
watchdog0 = &wdt0;
2829
};
2930

3031
leds {
@@ -120,3 +121,7 @@
120121
&adc1 {
121122
status = "okay";
122123
};
124+
125+
&wdt0 {
126+
status = "okay";
127+
};

boards/renesas/rzt2m_rsk/rzt2m_rsk_r9a07g075m24gbg_cr520.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ supported:
1616
- adc
1717
- i2c
1818
- counter
19+
- watchdog
1920
vendor: renesas

0 commit comments

Comments
 (0)