Skip to content

Commit

Permalink
boards: renesas: add SCE7 entropy support on Renesas RA boards
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Danh Doan authored and thenguyenyf committed Dec 2, 2024
1 parent 95d80b1 commit 34d37db
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions boards/renesas/ek_ra6m1/ek_ra6m1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
zephyr,flash = &flash0;
zephyr,console = &uart8;
zephyr,shell-uart = &uart8;
zephyr,entropy = &trng;
};

leds {
Expand Down Expand Up @@ -82,3 +83,7 @@
mul = <20 0>;
status = "okay";
};

&trng {
status ="okay";
};
5 changes: 5 additions & 0 deletions boards/renesas/ek_ra6m2/ek_ra6m2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
zephyr,flash = &flash0;
zephyr,console = &uart7;
zephyr,shell-uart = &uart7;
zephyr,entropy = &trng;
};

leds {
Expand Down Expand Up @@ -82,3 +83,7 @@
mul = <20 0>;
status = "okay";
};

&trng {
status ="okay";
};
5 changes: 5 additions & 0 deletions boards/renesas/ek_ra6m3/ek_ra6m3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
zephyr,console = &uart8;
zephyr,shell-uart = &uart8;
zephyr,flash = &flash0;
zephyr,entropy = &trng;
};

leds {
Expand Down Expand Up @@ -94,3 +95,7 @@
mul = <20 0>;
status = "okay";
};

&trng {
status ="okay";
};

0 comments on commit 34d37db

Please sign in to comment.