zephyr/boards
Lukasz Majewski 768fe29f90 arm: stm32: nucleo_g431rb: Enable support for Random Number Generator (RNG)
The nucleo_g431rb board is equipped with STM32G491RE microcontroller,
which do have the RNG IP block.

However, by default it is not enabled. To make it working properly, the
provided clock needs to fulfill following condition:
fRNGCLK < fHCLK/32, otherwise RNG_SR would set CEIS (bit5) and CECS
(bit1).
When combined with enabled interrupt from RNG, one would experience the
interrupt storm.

In this patch the DTS for this board has been adjusted properly, as well
as the board description has been updated to reflect RNG support.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
2023-10-20 14:57:57 +02:00
..
arc board: nsim: doc: fix typo in platform name 2023-10-19 09:58:31 +03:00
arm arm: stm32: nucleo_g431rb: Enable support for Random Number Generator (RNG) 2023-10-20 14:57:57 +02:00
arm64 dts: bindings: boards: Update Ethernet PHY to use reg property 2023-09-29 09:47:15 +02:00
common drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
mips boards: add vendor to board yaml 2023-09-22 09:29:36 +02:00
nios2 boards: add vendor to board yaml 2023-09-22 09:29:36 +02:00
posix boards nrf_bsim: Set native_gdb as debug runner 2023-10-10 15:26:09 +02:00
riscv drivers: dma: Add Andestech atcdmac300 driver. 2023-10-20 14:51:08 +02:00
shields doc: boards: Set proper languages for syntax highlighting 2023-10-18 13:51:13 +03:00
sparc boards/sparc: Ignore tests for net and bluetooth 2023-10-05 18:34:30 +03:00
x86 boards: ehl: disable PRT support for PCI interrupt 2023-10-06 10:40:14 +02:00
xtensa doc: boards: Set proper languages for syntax highlighting 2023-10-18 13:51:13 +03:00
CMakeLists.txt cmake: enable -Wshadow partially for in-tree code 2023-08-22 11:39:58 +02:00
deprecated.cmake boards: mark esp32 board as deprecated 2023-07-25 18:12:33 +02:00
index.rst doc: boards: Link to the board porting guide 2023-09-29 16:29:49 +02:00
Kconfig