Skip to content

Commit 5b5051c

Browse files
rluboscarlescufi
authored andcommitted
dts: vpr: Specify secure attribute
Align with upstream change b9d97aba2127bfe34b33673126a2702ef860e3bb and specify secure attribute for VPR in devicetree. Signed-off-by: Robert Lubos <[email protected]>
1 parent b40bdd0 commit 5b5051c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dts/common/nordic/nrf54lm20a.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
#address-cells = <1>;
148148
#size-cells = <1>;
149149
status = "disabled";
150+
enable-secure;
150151

151152
cpuflpr_clic: interrupt-controller@f0000000 {
152153
compatible = "nordic,nrf-clic";

dts/common/nordic/nrf54lv10a.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
#address-cells = <1>;
148148
#size-cells = <1>;
149149
status = "disabled";
150+
enable-secure;
150151

151152
cpuflpr_clic: interrupt-controller@f0000000 {
152153
compatible = "nordic,nrf-clic";

0 commit comments

Comments
 (0)