Skip to content

Commit 71e3a98

Browse files
thenguyenyfnashif
authored andcommitted
boards: renesas: add entropy support for Renesas RA8 boards
Enable support of entropy driver for ek_ra8d1 and mck_ra8t1 boards Signed-off-by: The Nguyen <[email protected]>
1 parent 2cce7ff commit 71e3a98

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

boards/renesas/ek_ra8d1/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ The below features are currently supported on Zephyr OS for EK-RA8D1 board:
9898
+--------------+------------+------------------+
9999
| CLOCK | on-chip | clock control |
100100
+--------------+------------+------------------+
101+
| ENTROPY | on-chip | entropy |
102+
+--------------+------------+------------------+
101103

102104
Other hardware features are currently not supported by the port.
103105

boards/renesas/ek_ra8d1/ek_ra8d1.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 = &uart9;
2121
zephyr,shell-uart = &uart9;
22+
zephyr,entropy = &trng;
2223
};
2324

2425
leds {
@@ -99,3 +100,7 @@
99100
status = "okay";
100101
};
101102
};
103+
104+
&trng {
105+
status = "okay";
106+
};

boards/renesas/mck_ra8t1/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ The below features are currently supported on Zephyr OS for MCB-RA8T1 board:
9696
+--------------+------------+----------------------+
9797
| CLOCK | on-chip | clock control |
9898
+--------------+------------+----------------------+
99+
| ENTROPY | on-chip | entropy |
100+
+--------------+------------+----------------------+
99101

100102
Other hardware features are currently not supported by the port.
101103

boards/renesas/mck_ra8t1/mck_ra8t1.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 = &uart3;
2121
zephyr,shell-uart = &uart3;
22+
zephyr,entropy = &trng;
2223
};
2324

2425
leds {
@@ -93,3 +94,7 @@
9394
status = "okay";
9495
};
9596
};
97+
98+
&trng {
99+
status = "okay";
100+
};

0 commit comments

Comments
 (0)