dts: nordic: 54l: Change the peripheral address map for ns
Define peripherals with the 0x4000_0000 address range when building for non-secure. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This commit is contained in:
parent
2c19d3ea92
commit
90332b9a0b
1 changed files with 7 additions and 0 deletions
|
|
@ -134,10 +134,17 @@
|
|||
ranges = <0x0 0x2002f000 0x11000>;
|
||||
};
|
||||
|
||||
#ifdef USE_NON_SECURE_ADDRESS_MAP
|
||||
global_peripherals: peripheral@40000000 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges = <0x0 0x40000000 0x10000000>;
|
||||
#else
|
||||
global_peripherals: peripheral@50000000 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges = <0x0 0x50000000 0x10000000>;
|
||||
#endif
|
||||
|
||||
dppic00: dppic@42000 {
|
||||
compatible = "nordic,nrf-dppic";
|
||||
|
|
|
|||
Loading…
Reference in a new issue