Skip to content

Commit 72360f8

Browse files
lucien-nxpkartben
authored andcommitted
dts: arm: nxp: rt118x: correct ocram1_available address
correct ocram1_available reg address to fix warning log Signed-off-by: Lucien Zhao <lucien.zhao@nxp.com>
1 parent 9929ac3 commit 72360f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/nxp/nxp_rt118x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@
16281628

16291629
ocram1_available: memory@4000 {
16301630
/* OCRAM1 first 16K access is blocked by TRDC */
1631-
reg = <0x0 DT_SIZE_K(496)>;
1631+
reg = <0x4000 DT_SIZE_K(496)>;
16321632
};
16331633
};
16341634

0 commit comments

Comments
 (0)