File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff 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
102104Other hardware features are currently not supported by the port.
103105
Original file line number Diff line number Diff line change 1919 zephyr,flash = &flash0;
2020 zephyr,console = &uart9;
2121 zephyr,shell-uart = &uart9;
22+ zephyr,entropy = &trng;
2223 };
2324
2425 leds {
99100 status = "okay";
100101 };
101102};
103+
104+ &trng {
105+ status = "okay";
106+ };
Original file line number Diff line number Diff 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
100102Other hardware features are currently not supported by the port.
101103
Original file line number Diff line number Diff line change 1919 zephyr,flash = &flash0;
2020 zephyr,console = &uart3;
2121 zephyr,shell-uart = &uart3;
22+ zephyr,entropy = &trng;
2223 };
2324
2425 leds {
9394 status = "okay";
9495 };
9596};
97+
98+ &trng {
99+ status = "okay";
100+ };
You can’t perform that action at this time.
0 commit comments