dts: nordic: 54l: Don't define UICR for the non-secure domain

Don't define UICR for the non-secure domain as it is hardware fixed to
secure.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This commit is contained in:
Sebastian Bøe 2024-05-22 15:12:57 +02:00 committed by Anas Nashif
parent 50aaaa30c2
commit 2c19d3ea92
1 changed files with 4 additions and 1 deletions

View File

@ -104,11 +104,14 @@
#address-cells = <1>;
#size-cells = <1>;
#ifdef USE_NON_SECURE_ADDRESS_MAP
/* intentionally empty because UICR is hardware fixed to Secure */
#else
uicr: uicr@ffd000 {
compatible = "nordic,nrf-uicr";
reg = <0xffd000 0x1000>;
};
#endif
ficr: ficr@ffc000 {
compatible = "nordic,nrf-ficr";
reg = <0xffc000 0x1000>;