boards: nordic: nrf54hl: add retained_mem to supported features

Doc and .yaml descriptions shall mention retained_mem
in supported features on affected boards.

Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
This commit is contained in:
Nikodem Kastelik 2024-10-01 14:32:16 +02:00 committed by Anas Nashif
commit 478a40ad89
5 changed files with 13 additions and 0 deletions

View file

@ -39,6 +39,7 @@ nRF54H20 SoC provides support for the following devices:
* :abbr:`GPIO (General Purpose Input Output)` * :abbr:`GPIO (General Purpose Input Output)`
* :abbr:`GRTC (Global real-time counter)` * :abbr:`GRTC (Global real-time counter)`
* :abbr:`I2C (Inter-Integrated Circuit)` * :abbr:`I2C (Inter-Integrated Circuit)`
* MEMCONF
* MRAM * MRAM
* :abbr:`PWM (Pulse Width Modulation)` * :abbr:`PWM (Pulse Width Modulation)`
* RADIO (Bluetooth Low Energy and 802.15.4) * RADIO (Bluetooth Low Energy and 802.15.4)
@ -70,6 +71,8 @@ hardware features:
+-----------+------------+----------------------+ +-----------+------------+----------------------+
| I2C(M) | on-chip | i2c | | I2C(M) | on-chip | i2c |
+-----------+------------+----------------------+ +-----------+------------+----------------------+
| MEMCONF | on-chip | retained_mem |
+-----------+------------+----------------------+
| SPI(M/S) | on-chip | spi | | SPI(M/S) | on-chip | spi |
+-----------+------------+----------------------+ +-----------+------------+----------------------+
| UART | on-chip | serial | | UART | on-chip | serial |
@ -89,6 +92,8 @@ hardware features:
+-----------+------------+----------------------+ +-----------+------------+----------------------+
| I2C(M) | on-chip | i2c | | I2C(M) | on-chip | i2c |
+-----------+------------+----------------------+ +-----------+------------+----------------------+
| MEMCONF | on-chip | retained_mem |
+-----------+------------+----------------------+
| SPI(M/S) | on-chip | spi | | SPI(M/S) | on-chip | spi |
+-----------+------------+----------------------+ +-----------+------------+----------------------+
| UART | on-chip | serial | | UART | on-chip | serial |

View file

@ -19,6 +19,7 @@ supported:
- gpio - gpio
- i2c - i2c
- pwm - pwm
- retained_mem
- spi - spi
- watchdog - watchdog
- usbd - usbd

View file

@ -16,4 +16,5 @@ supported:
- counter - counter
- gpio - gpio
- pwm - pwm
- retained_mem
- spi - spi

View file

@ -19,6 +19,7 @@ nRF54L15 Arm Cortex-M33 CPU and the following devices:
* RRAM * RRAM
* :abbr:`GPIO (General Purpose Input Output)` * :abbr:`GPIO (General Purpose Input Output)`
* :abbr:`TWIM (I2C-compatible two-wire interface master with EasyDMA)` * :abbr:`TWIM (I2C-compatible two-wire interface master with EasyDMA)`
* MEMCONF
* :abbr:`MPU (Memory Protection Unit)` * :abbr:`MPU (Memory Protection Unit)`
* :abbr:`NVIC (Nested Vectored Interrupt Controller)` * :abbr:`NVIC (Nested Vectored Interrupt Controller)`
* :abbr:`PWM (Pulse Width Modulation)` * :abbr:`PWM (Pulse Width Modulation)`
@ -60,6 +61,8 @@ hardware features:
+-----------+------------+----------------------+ +-----------+------------+----------------------+
| GRTC | on-chip | counter | | GRTC | on-chip | counter |
+-----------+------------+----------------------+ +-----------+------------+----------------------+
| MEMCONF | on-chip | retained_mem |
+-----------+------------+----------------------+
| MPU | on-chip | arch/arm | | MPU | on-chip | arch/arm |
+-----------+------------+----------------------+ +-----------+------------+----------------------+
| NVIC | on-chip | arch/arm | | NVIC | on-chip | arch/arm |

View file

@ -20,6 +20,7 @@ the following devices:
* RRAM * RRAM
* :abbr:`GPIO (General Purpose Input Output)` * :abbr:`GPIO (General Purpose Input Output)`
* :abbr:`TWIM (I2C-compatible two-wire interface master with EasyDMA)` * :abbr:`TWIM (I2C-compatible two-wire interface master with EasyDMA)`
* MEMCONF
* :abbr:`MPU (Memory Protection Unit)` * :abbr:`MPU (Memory Protection Unit)`
* :abbr:`NVIC (Nested Vectored Interrupt Controller)` * :abbr:`NVIC (Nested Vectored Interrupt Controller)`
* :abbr:`PWM (Pulse Width Modulation)` * :abbr:`PWM (Pulse Width Modulation)`
@ -65,6 +66,8 @@ hardware features:
+-----------+------------+----------------------+ +-----------+------------+----------------------+
| TWIM | on-chip | i2c | | TWIM | on-chip | i2c |
+-----------+------------+----------------------+ +-----------+------------+----------------------+
| MEMCONF | on-chip | retained_mem |
+-----------+------------+----------------------+
| MPU | on-chip | arch/arm | | MPU | on-chip | arch/arm |
+-----------+------------+----------------------+ +-----------+------------+----------------------+
| NVIC | on-chip | arch/arm | | NVIC | on-chip | arch/arm |