Skip to content

Commit 6c90bec

Browse files
committed
dts: stm32n6: Disable axisram3
Those memories should be disabled by default and enabled at application level. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 6f0ad6e commit 6c90bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/st/n6/stm32n657X0.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
ramcfg@42023100 {
2323
axisram3: memory@34200000 {
2424
reg = <0x34200000 DT_SIZE_K(448)>;
25-
status = "okay";
25+
status = "disabled";
2626
};
2727
};
2828

0 commit comments

Comments
 (0)