Skip to content

Commit 320505e

Browse files
Vge0rgekartben
authored andcommitted
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 <georgios.vasilakis@nordicsemi.no>
1 parent b184272 commit 320505e

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
@@ -728,6 +728,15 @@
728728
};
729729
};
730730

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

0 commit comments

Comments
 (0)