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
3 changed files with 7 additions and 0 deletions
|
@ -93,6 +93,10 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&trng {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
arduino_serial: &uart1 {
|
arduino_serial: &uart1 {
|
||||||
clock-source = <ADI_MAX32_PRPH_CLK_SRC_IBRO>;
|
clock-source = <ADI_MAX32_PRPH_CLK_SRC_IBRO>;
|
||||||
pinctrl-0 = <&uart1a_tx_p2_16 &uart1a_rx_p2_14>;
|
pinctrl-0 = <&uart1a_tx_p2_16 &uart1a_rx_p2_14>;
|
||||||
|
|
|
@ -13,5 +13,6 @@ supported:
|
||||||
- gpio
|
- gpio
|
||||||
- serial
|
- serial
|
||||||
- spi
|
- spi
|
||||||
|
- trng
|
||||||
ram: 1024
|
ram: 1024
|
||||||
flash: 3072
|
flash: 3072
|
||||||
|
|
|
@ -113,6 +113,8 @@ Below interfaces are supported by Zephyr on APARD32690.
|
||||||
+-----------+------------+------------------------------------+
|
+-----------+------------+------------------------------------+
|
||||||
| ADIN1110 | spi | ADIN1110 10BASE-T1L mac/phy |
|
| ADIN1110 | spi | ADIN1110 10BASE-T1L mac/phy |
|
||||||
+-----------+------------+------------------------------------+
|
+-----------+------------+------------------------------------+
|
||||||
|
| TRNG | on-chip | entropy |
|
||||||
|
+-----------+------------+------------------------------------+
|
||||||
|
|
||||||
|
|
||||||
Connections and IOs
|
Connections and IOs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue