From db3b37dbed0221e6b849db3c4d9c5eb10ce802ab Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Mon, 18 Nov 2024 13:44:48 +0100 Subject: [PATCH] [nrf fromtree] doc boards nrfbsim: Mention the UARTE as supported for nrf54l15 Include in the list of supported peripherals the UARTE for the simulated nrf54l15 Signed-off-by: Alberto Escolar Piedras (cherry picked from commit 890f13426e8715a593b39a5c3c3f5d02704f6c69) --- boards/native/nrf_bsim/doc/nrf54l15bsim.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/native/nrf_bsim/doc/nrf54l15bsim.rst b/boards/native/nrf_bsim/doc/nrf54l15bsim.rst index 9df70aafdc7..5d7d67f7d1a 100644 --- a/boards/native/nrf_bsim/doc/nrf54l15bsim.rst +++ b/boards/native/nrf_bsim/doc/nrf54l15bsim.rst @@ -50,6 +50,7 @@ This boards include models of some of the nRF54L15 SOC peripherals: * RTC (Real Time Counter) * TEMP (Temperature sensor) * TIMER +* UARTE (UART with Easy DMA) * UICR (User Information Configuration Registers) and will use the same drivers as the nrf54l15dk targets for these.