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>
This commit is contained in:
parent
bf93559856
commit
37b4407a69
3 changed files with 12 additions and 0 deletions
|
@ -16,3 +16,5 @@ CONFIG_BUILD_OUTPUT_HEX=n
|
|||
|
||||
CONFIG_I2C=y
|
||||
CONFIG_I2C_CALLBACK=y
|
||||
|
||||
CONFIG_ARM_MPU=y
|
||||
|
|
|
@ -9,3 +9,5 @@ CONFIG_UART_CONSOLE=y
|
|||
CONFIG_SERIAL=y
|
||||
|
||||
CONFIG_BUILD_OUTPUT_HEX=n
|
||||
|
||||
CONFIG_ARM_MPU=y
|
||||
|
|
|
@ -30,6 +30,14 @@
|
|||
reg = <0>;
|
||||
clock-frequency = <32000000>;
|
||||
cpu-power-states = <&standby>;
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
mpu: mpu@e000ed90 {
|
||||
compatible = "arm,armv8m-mpu";
|
||||
reg = <0xe000ed90 0x40>;
|
||||
};
|
||||
};
|
||||
|
||||
power-states {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue