Skip to content

Commit 0ca12f8

Browse files
committed
[nrf fromtree] 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 <[email protected]> (cherry picked from commit 478a40a)
1 parent 9ef31b6 commit 0ca12f8

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

boards/nordic/nrf54h20dk/doc/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ nRF54H20 SoC provides support for the following devices:
3939
* :abbr:`GPIO (General Purpose Input Output)`
4040
* :abbr:`GRTC (Global real-time counter)`
4141
* :abbr:`I2C (Inter-Integrated Circuit)`
42+
* MEMCONF
4243
* MRAM
4344
* :abbr:`PWM (Pulse Width Modulation)`
4445
* RADIO (Bluetooth Low Energy and 802.15.4)
@@ -70,6 +71,8 @@ hardware features:
7071
+-----------+------------+----------------------+
7172
| I2C(M) | on-chip | i2c |
7273
+-----------+------------+----------------------+
74+
| MEMCONF | on-chip | retained_mem |
75+
+-----------+------------+----------------------+
7376
| SPI(M/S) | on-chip | spi |
7477
+-----------+------------+----------------------+
7578
| UART | on-chip | serial |
@@ -89,6 +92,8 @@ hardware features:
8992
+-----------+------------+----------------------+
9093
| I2C(M) | on-chip | i2c |
9194
+-----------+------------+----------------------+
95+
| MEMCONF | on-chip | retained_mem |
96+
+-----------+------------+----------------------+
9297
| SPI(M/S) | on-chip | spi |
9398
+-----------+------------+----------------------+
9499
| UART | on-chip | serial |

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp_0_9_0.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ supported:
1919
- gpio
2020
- i2c
2121
- pwm
22+
- retained_mem
2223
- spi
2324
- watchdog
2425
- usbd

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad_0_9_0.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ supported:
1616
- counter
1717
- gpio
1818
- pwm
19+
- retained_mem
1920
- spi

boards/nordic/nrf54l15dk/doc/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ nRF54L15 Arm Cortex-M33 CPU and the following devices:
1919
* RRAM
2020
* :abbr:`GPIO (General Purpose Input Output)`
2121
* :abbr:`TWIM (I2C-compatible two-wire interface master with EasyDMA)`
22+
* MEMCONF
2223
* :abbr:`MPU (Memory Protection Unit)`
2324
* :abbr:`NVIC (Nested Vectored Interrupt Controller)`
2425
* :abbr:`PWM (Pulse Width Modulation)`
@@ -60,6 +61,8 @@ hardware features:
6061
+-----------+------------+----------------------+
6162
| GRTC | on-chip | counter |
6263
+-----------+------------+----------------------+
64+
| MEMCONF | on-chip | retained_mem |
65+
+-----------+------------+----------------------+
6366
| MPU | on-chip | arch/arm |
6467
+-----------+------------+----------------------+
6568
| NVIC | on-chip | arch/arm |

boards/nordic/nrf54l15pdk/doc/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ the following devices:
2020
* RRAM
2121
* :abbr:`GPIO (General Purpose Input Output)`
2222
* :abbr:`TWIM (I2C-compatible two-wire interface master with EasyDMA)`
23+
* MEMCONF
2324
* :abbr:`MPU (Memory Protection Unit)`
2425
* :abbr:`NVIC (Nested Vectored Interrupt Controller)`
2526
* :abbr:`PWM (Pulse Width Modulation)`
@@ -65,6 +66,8 @@ hardware features:
6566
+-----------+------------+----------------------+
6667
| TWIM | on-chip | i2c |
6768
+-----------+------------+----------------------+
69+
| MEMCONF | on-chip | retained_mem |
70+
+-----------+------------+----------------------+
6871
| MPU | on-chip | arch/arm |
6972
+-----------+------------+----------------------+
7073
| NVIC | on-chip | arch/arm |

0 commit comments

Comments
 (0)