Skip to content

Commit d8d3f4a

Browse files
Duy Vothenguyenyf
authored andcommitted
boards: renesas: add CRC dts node for board support
Enable and add CRC node to aliases, chosen for all Renesas MCU Signed-off-by: Duy Vo <duy.vo.xc@bp.renesas.com>
1 parent e0ee0e1 commit d8d3f4a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+126
-0
lines changed

boards/renesas/ek_ra2a1/ek_ra2a1.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
zephyr,console = &uart0;
2222
zephyr,shell-uart = &uart0;
2323
zephyr,entropy = &trng;
24+
zephyr,crc = &crc;
2425
};
2526

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

boards/renesas/ek_ra2a1/ek_ra2a1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ supported:
1212
- uart
1313
- watchdog
1414
- counter
15+
- crc
1516
vendor: renesas

boards/renesas/ek_ra2l1/ek_ra2l1.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
zephyr,console = &uart0;
2929
zephyr,shell-uart = &uart0;
3030
zephyr,entropy = &trng;
31+
zephyr,crc = &crc;
3132
};
3233

3334
leds {
@@ -113,3 +114,7 @@
113114
interrupts = <15 1>;
114115
status = "okay";
115116
};
117+
118+
&crc {
119+
status = "okay";
120+
};

boards/renesas/ek_ra2l1/ek_ra2l1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ supported:
1111
- flash
1212
- watchdog
1313
- counter
14+
- crc
1415
vendor: renesas
1516
testing:
1617
ignore_tags:

boards/renesas/ek_ra4e2/ek_ra4e2.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
zephyr,shell-uart = &uart0;
2424
zephyr,canbus = &canfd0;
2525
zephyr,entropy = &trng;
26+
zephyr,crc = &crc;
2627
};
2728

2829
leds {
@@ -213,3 +214,7 @@
213214
&wdt {
214215
status = "okay";
215216
};
217+
218+
&crc {
219+
status = "okay";
220+
};

boards/renesas/ek_ra4e2/ek_ra4e2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ supported:
1313
- watchdog
1414
- counter
1515
- i3c
16+
- crc
1617
vendor: renesas

boards/renesas/ek_ra4l1/ek_ra4l1.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
zephyr,console = &uart5;
2323
zephyr,shell-uart = &uart5;
2424
zephyr,canbus = &canfd0;
25+
zephyr,crc = &crc;
2526
};
2627

2728
leds {
@@ -225,3 +226,7 @@
225226
};
226227
};
227228
};
229+
230+
&crc {
231+
status = "okay";
232+
};

boards/renesas/ek_ra4l1/ek_ra4l1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ supported:
1414
- counter
1515
- i2s
1616
- i3c
17+
- crc
1718
vendor: renesas

boards/renesas/ek_ra4m1/ek_ra4m1.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
zephyr,console = &uart1;
2222
zephyr,shell-uart = &uart1;
2323
zephyr,entropy = &trng;
24+
zephyr,crc = &crc;
2425
};
2526

2627
leds {
@@ -139,3 +140,7 @@
139140
&wdt {
140141
status = "okay";
141142
};
143+
144+
&crc {
145+
status = "okay";
146+
};

boards/renesas/ek_ra4m1/ek_ra4m1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ supported:
1212
- uart
1313
- watchdog
1414
- counter
15+
- crc
1516
vendor: renesas

0 commit comments

Comments
 (0)