boards: arm: Enable TRNG driver for APARD32690
TRNG enabled for APARD32690 board Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
parent
4a758fdeed
commit
330ab4bf61
|
@ -93,6 +93,10 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&trng {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
arduino_serial: &uart1 {
|
||||
clock-source = <ADI_MAX32_PRPH_CLK_SRC_IBRO>;
|
||||
pinctrl-0 = <&uart1a_tx_p2_16 &uart1a_rx_p2_14>;
|
||||
|
|
|
@ -13,5 +13,6 @@ supported:
|
|||
- gpio
|
||||
- serial
|
||||
- spi
|
||||
- trng
|
||||
ram: 1024
|
||||
flash: 3072
|
||||
|
|
|
@ -113,6 +113,8 @@ Below interfaces are supported by Zephyr on APARD32690.
|
|||
+-----------+------------+------------------------------------+
|
||||
| ADIN1110 | spi | ADIN1110 10BASE-T1L mac/phy |
|
||||
+-----------+------------+------------------------------------+
|
||||
| TRNG | on-chip | entropy |
|
||||
+-----------+------------+------------------------------------+
|
||||
|
||||
|
||||
Connections and IOs
|
||||
|
|
Loading…
Reference in New Issue