Skip to content

Commit ca3fdd0

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 da13a23 commit ca3fdd0

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
@@ -11,4 +11,5 @@ supported:
1111
- gpio
1212
- uart
1313
- watchdog
14+
- crc
1415
vendor: renesas

boards/renesas/ek_ra2l1/ek_ra2l1.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
zephyr,flash = &flash0;
2626
zephyr,console = &uart0;
2727
zephyr,shell-uart = &uart0;
28+
zephyr,crc = &crc;
2829
};
2930

3031
leds {
@@ -60,3 +61,7 @@
6061
&wdt {
6162
status = "okay";
6263
};
64+
65+
&crc {
66+
status = "okay";
67+
};

boards/renesas/ek_ra2l1/ek_ra2l1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ toolchain:
1010
supported:
1111
- flash
1212
- watchdog
13+
- crc
1314
vendor: renesas
1415
testing:
1516
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 {
@@ -192,3 +193,7 @@
192193
&wdt {
193194
status = "okay";
194195
};
196+
197+
&crc {
198+
status = "okay";
199+
};

boards/renesas/ek_ra4e2/ek_ra4e2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ supported:
1111
- gpio
1212
- uart
1313
- watchdog
14+
- crc
1415
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 {
@@ -185,3 +186,7 @@
185186
&wdt {
186187
status = "okay";
187188
};
189+
190+
&crc {
191+
status = "okay";
192+
};

boards/renesas/ek_ra4l1/ek_ra4l1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ supported:
1111
- gpio
1212
- uart
1313
- watchdog
14+
- crc
1415
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 {
@@ -133,3 +134,7 @@
133134
&wdt {
134135
status = "okay";
135136
};
137+
138+
&crc {
139+
status = "okay";
140+
};

boards/renesas/ek_ra4m1/ek_ra4m1.yaml

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

0 commit comments

Comments
 (0)