File tree Expand file tree Collapse file tree 11 files changed +43
-0
lines changed Expand file tree Collapse file tree 11 files changed +43
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ hardware features:
8484+-----------+------------+-------------------------------+
8585| PWM | on-chip | pwm |
8686+-----------+------------+-------------------------------+
87+ | ENTROPY | on-chip | entropy |
88+ +-----------+------------+-------------------------------+
8789
8890The default configuration can be found in
8991:zephyr_file: `boards/renesas/ek_ra2a1/ek_ra2a1_defconfig `
Original file line number Diff line number Diff line change 2020 zephyr,flash = &flash0;
2121 zephyr,console = &uart0;
2222 zephyr,shell-uart = &uart0;
23+ zephyr,entropy = &trng;
2324 };
2425
2526 leds {
9394 interrupt-names = "gtioca", "overflow";
9495 status = "okay";
9596};
97+
98+ &trng {
99+ status = "okay";
100+ };
Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ The below features are currently supported on Zephyr OS for EK-RA4E2 board:
104104+-----------+------------+----------------------+
105105| PWM | on-chip | pwm |
106106+-----------+------------+----------------------+
107+ | ENTROPY | on-chip | entropy |
108+ +-----------+------------+----------------------+
107109
108110Other hardware features are currently not supported by the port.
109111
Original file line number Diff line number Diff line change 2121 zephyr,console = &uart0;
2222 zephyr,shell-uart = &uart0;
2323 zephyr,canbus = &canfd0;
24+ zephyr,entropy = &trng;
2425 };
2526
2627 leds {
162163 divider = <RA_PWM_SOURCE_DIV_256>;
163164 status = "okay";
164165};
166+
167+ &trng {
168+ status = "okay";
169+ };
Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ The below features are currently supported on Zephyr OS for EK-RA6E2 board:
104104+-----------+------------+----------------------+
105105| PWM | on-chip | pwm |
106106+-----------+------------+----------------------+
107+ | ENTROPY | on-chip | entropy |
108+ +-----------+------------+----------------------+
107109
108110Other hardware features are currently not supported by the port.
109111
Original file line number Diff line number Diff line change 2222 zephyr,console = &uart0;
2323 zephyr,shell-uart = &uart0;
2424 zephyr,canbus = &canfd0;
25+ zephyr,entropy = &trng;
2526 };
2627
2728 leds {
177178 divider = <RA_PWM_SOURCE_DIV_256>;
178179 status = "okay";
179180};
181+
182+ &trng {
183+ status ="okay";
184+ };
Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ The below features are currently supported on Zephyr OS for FPB-RA6E2 board:
9191+-----------+------------+----------------------+
9292| PWM | on-chip | pwm |
9393+-----------+------------+----------------------+
94+ | ENTROPY | on-chip | entropy |
95+ +-----------+------------+----------------------+
9496
9597Other hardware features are currently not supported by the port.
9698
Original file line number Diff line number Diff line change 2121 zephyr,flash = &flash0;
2222 zephyr,console = &uart0;
2323 zephyr,shell-uart = &uart0;
24+ zephyr,entropy = &trng;
2425 };
2526
2627 leds {
123124 divider = <RA_PWM_SOURCE_DIV_256>;
124125 status = "okay";
125126};
127+
128+ &trng {
129+ status ="okay";
130+ };
Original file line number Diff line number Diff line change 8686 #pwm-cells = <3>;
8787 status = "disabled";
8888 };
89+
90+ trng: trng {
91+ compatible = "renesas,ra-trng";
92+ status = "disabled";
93+ };
8994 };
9095
9196 clocks: clocks {
Original file line number Diff line number Diff line change 7474 status = "disabled";
7575 };
7676 };
77+
78+ trng: trng {
79+ compatible = "renesas,ra-trng";
80+ status = "disabled";
81+ };
7782 };
7883
7984 clocks: clocks {
You can’t perform that action at this time.
0 commit comments