From b1842723fd0404974d9ca4e0c77d6e20dcdaaf32 Mon Sep 17 00:00:00 2001 From: Georgios Vasilakis Date: Mon, 7 Apr 2025 10:37:01 +0200 Subject: [PATCH] dts: bindings: Add binding for Nordic MPC Add binding for the Nordic Memory Privilege Controller (MPC). Signed-off-by: Georgios Vasilakis --- dts/bindings/misc/nordic,nrf-mpc.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dts/bindings/misc/nordic,nrf-mpc.yaml diff --git a/dts/bindings/misc/nordic,nrf-mpc.yaml b/dts/bindings/misc/nordic,nrf-mpc.yaml new file mode 100644 index 00000000000..860acf60b67 --- /dev/null +++ b/dts/bindings/misc/nordic,nrf-mpc.yaml @@ -0,0 +1,17 @@ +description: Nordic Memory Privilege Controller (MPC) + +compatible: "nordic,nrf-mpc" + +include: base.yaml + +properties: + reg: + required: true + + override-num: + type: int + description: Number of override regions supported by the MPC instance. + + override-granularity: + type: int + description: Override region addresses must be aligned to this value.