Skip to content

Commit 37b4407

Browse files
lonkaarskartben
authored andcommitted
dts/renesas/smartbond: Add support for the ARMv8-M MPU
This commit updates the DTS for the da1469x and defconfig for the da1469x_dk_pro and da14695_dk_usb boards to support the ARMv8-M MPU. Signed-off-by: Loek Le Blansch <loek@pipeframe.xyz>
1 parent bf93559 commit 37b4407

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

boards/renesas/da14695_dk_usb/da14695_dk_usb_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ CONFIG_BUILD_OUTPUT_HEX=n
1616

1717
CONFIG_I2C=y
1818
CONFIG_I2C_CALLBACK=y
19+
20+
CONFIG_ARM_MPU=y

boards/renesas/da1469x_dk_pro/da1469x_dk_pro_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ CONFIG_UART_CONSOLE=y
99
CONFIG_SERIAL=y
1010

1111
CONFIG_BUILD_OUTPUT_HEX=n
12+
13+
CONFIG_ARM_MPU=y

dts/arm/renesas/smartbond/da1469x.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
reg = <0>;
3131
clock-frequency = <32000000>;
3232
cpu-power-states = <&standby>;
33+
34+
#address-cells = <1>;
35+
#size-cells = <1>;
36+
37+
mpu: mpu@e000ed90 {
38+
compatible = "arm,armv8m-mpu";
39+
reg = <0xe000ed90 0x40>;
40+
};
3341
};
3442

3543
power-states {

0 commit comments

Comments
 (0)