doc boards nrfbsim: Update list of supported HW

The models include enough of the CRACEN to run the same
nrfx drivers as in Zephyr. So let's add it to the list.

Also let's remove the RTC from the list as the hal does not
expose it anymore for this platform as the GRTC is to be used
instead.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2025-01-23 10:16:10 +01:00 committed by Benjamin Cabé
parent 225b587a90
commit a211999141

View file

@ -40,6 +40,7 @@ This boards include models of some of the nRF54L15 SOC peripherals:
* AAR (Accelerated Address Resolver) * AAR (Accelerated Address Resolver)
* CCM (AES CCM mode encryption) * CCM (AES CCM mode encryption)
* CLOCK (Clock control) * CLOCK (Clock control)
* CRACEN (Crypto Accelerator Engine)
* DPPI (Distributed Programmable Peripheral Interconnect) * DPPI (Distributed Programmable Peripheral Interconnect)
* ECB (AES electronic codebook mode encryption) * ECB (AES electronic codebook mode encryption)
* EGU (Event Generator Unit) * EGU (Event Generator Unit)
@ -49,7 +50,6 @@ This boards include models of some of the nRF54L15 SOC peripherals:
* PPIB (PPI Bridge) * PPIB (PPI Bridge)
* RADIO * RADIO
* RRAMC (Resistive RAM Controller) * RRAMC (Resistive RAM Controller)
* RTC (Real Time Counter)
* TEMP (Temperature sensor) * TEMP (Temperature sensor)
* TIMER * TIMER
* UARTE (UART with Easy DMA) * UARTE (UART with Easy DMA)