From cb7f20f4364917debf269164d26e70457644e095 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Thu, 16 May 2024 14:56:17 +0200 Subject: [PATCH] boards nrf54l15bsim: Update docs with RRAMC, FICR and UICR mention This board HW models now include the RRAMC, FICR and UICR. Let's update the docs accordingly. Signed-off-by: Alberto Escolar Piedras --- boards/native/nrf_bsim/doc/nrf54l15bsim.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/boards/native/nrf_bsim/doc/nrf54l15bsim.rst b/boards/native/nrf_bsim/doc/nrf54l15bsim.rst index 8440d76384d..702ff50f851 100644 --- a/boards/native/nrf_bsim/doc/nrf54l15bsim.rst +++ b/boards/native/nrf_bsim/doc/nrf54l15bsim.rst @@ -38,18 +38,21 @@ This boards include models of some of the nRF54L15 SOC peripherals: * DPPI (Distributed Programmable Peripheral Interconnect) * EGU (Event Generator Unit) +* FICR (Factory Information Configuration Registers) * GRTC (Global Real-time Counter) * PPIB (PPI Bridge) +* RRAMC (Resistive RAM Controller) * RTC (Real Time Counter) * TEMP (Temperature sensor) * TIMER +* UICR (User Information Configuration Registers) and will use the same drivers as the nrf54l15pdk targets for these. For more information on what is modeled to which level of detail, check the `HW models implementation status`_. -Note that unlike a real nrf54l15 device, the nrf54l15bsim boards have unlimited RAM and flash for -code. +Note that unlike a real nrf54l15 device, the nrf54l15bsim boards have unlimited RAM, and code does +not occupy their RRAM. .. _BabbleSim: https://BabbleSim.github.io