Skip to content

Commit ea741a3

Browse files
yangbolu1991henrikbrixandersen
authored andcommitted
dts: arm: nxp_rt118x_cm33: fix address format
Fix address format to resolve build warning. Signed-off-by: Yangbo Lu <[email protected]>
1 parent 97b02c3 commit ea741a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/arm/nxp/nxp_rt118x_cm33.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
/ {
1212
soc {
13-
itcm: itcm@1FFE0000 {
13+
itcm: itcm@1ffe0000 {
1414
compatible = "zephyr,memory-region", "nxp,imx-itcm";
15-
reg = <0x1FFE0000 DT_SIZE_K(128)>;
15+
reg = <0x1ffe0000 DT_SIZE_K(128)>;
1616
zephyr,memory-region = "ITCM";
1717
};
1818

0 commit comments

Comments
 (0)