File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
boards/riscv/tlsr9518adk80d Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ config UART_TELINK_B91
1818config PINMUX_TELINK_B91
1919 default y if PINMUX
2020
21+ config ENTROPY_TELINK_B91_TRNG
22+ default y if ENTROPY_GENERATOR
23+
2124config SOC_FLASH_TELINK_B91
2225 default y if FLASH
2326
Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ The Zephyr TLSR9518ADK80D board configuration supports the following hardware fe
6565+----------------+------------+------------------------------+
6666| FLASH (MSPI) | on-chip | flash |
6767+----------------+------------+------------------------------+
68+ | TRNG | on-chip | entopy |
69+ +----------------+------------+------------------------------+
6870| RADIO | on-chip | ieee802154, OpenThread |
6971+----------------+------------+------------------------------+
7072
Original file line number Diff line number Diff line change 5656 zephyr,sram = &ram_dlm;
5757 zephyr,flash = &flash;
5858 zephyr,flash-controller = &flash_mspi;
59+ zephyr,entropy = &trng0;
5960 };
6061};
6162
9596 pinctrl-0 = <&uart0_tx_pb2 &uart0_rx_pb3>;
9697};
9798
99+ &trng0 {
100+ status = "okay";
101+ };
102+
98103&ieee802154 {
99104 status = "okay";
100105};
You can’t perform that action at this time.
0 commit comments