Skip to content

Commit 5f30744

Browse files
Danh Doankartben
authored andcommitted
boards: renesas: add SCE7 entropy support on Renesas RA boards
Add entropy support for these boards: ek_ra6m1, ek_ra6m2, ek_ra6m3 Signed-off-by: Danh Doan <[email protected]> Signed-off-by: The Nguyen <[email protected]>
1 parent 771d910 commit 5f30744

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

boards/renesas/ek_ra6m1/ek_ra6m1.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
zephyr,flash = &flash0;
2020
zephyr,console = &uart8;
2121
zephyr,shell-uart = &uart8;
22+
zephyr,entropy = &trng;
2223
};
2324

2425
leds {
@@ -82,3 +83,7 @@
8283
mul = <20 0>;
8384
status = "okay";
8485
};
86+
87+
&trng {
88+
status ="okay";
89+
};

boards/renesas/ek_ra6m2/ek_ra6m2.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
zephyr,flash = &flash0;
2020
zephyr,console = &uart7;
2121
zephyr,shell-uart = &uart7;
22+
zephyr,entropy = &trng;
2223
};
2324

2425
leds {
@@ -82,3 +83,7 @@
8283
mul = <20 0>;
8384
status = "okay";
8485
};
86+
87+
&trng {
88+
status ="okay";
89+
};

boards/renesas/ek_ra6m3/ek_ra6m3.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
zephyr,console = &uart8;
2020
zephyr,shell-uart = &uart8;
2121
zephyr,flash = &flash0;
22+
zephyr,entropy = &trng;
2223
};
2324

2425
leds {
@@ -94,3 +95,7 @@
9495
mul = <20 0>;
9596
status = "okay";
9697
};
98+
99+
&trng {
100+
status ="okay";
101+
};

0 commit comments

Comments
 (0)