Skip to content

Commit 601d713

Browse files
Vge0rgenordicjm
authored andcommitted
[nrf fromtree] dts: nordic: Add NRF MPC node in dts
Add the Nordic Memory Privilege Controller (MPC) in the dtsi of nrf54l15/10/05. This sets the number of override regions and the granularity of the regions. Signed-off-by: Georgios Vasilakis <[email protected]> (cherry picked from commit 320505e)
1 parent e0973a3 commit 601d713

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/common/nordic/nrf54l_05_10_15.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,15 @@
729729
};
730730
};
731731

732+
nrf_mpc: memory@50041000 {
733+
compatible = "nordic,nrf-mpc";
734+
reg = <0x50041000 0x1000>;
735+
#address-cells = <1>;
736+
#size-cells = <1>;
737+
override-num = <5>;
738+
override-granularity = <4096>;
739+
};
740+
732741
cpuapp_ppb: cpuapp-ppb-bus {
733742
#address-cells = <1>;
734743
#size-cells = <1>;

0 commit comments

Comments
 (0)