Skip to content

Commit d9caf60

Browse files
iuliana-prodanfabiobaltieri
authored andcommitted
dts: xtensa: nxp: imx8ulp: fix sram address
Fix addresses for sram0 and sram1. Fixes: a7b7364 ("dts/xtensa/nxp: Add dtsi for imx8ulp") Signed-off-by: Iuliana Prodan <[email protected]>
1 parent cd20154 commit d9caf60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dts/xtensa/nxp/nxp_imx8ulp.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
};
3131
};
3232

33-
sram0: memory@8e000000 {
33+
sram0: memory@1a000000 {
3434
device_type = "memory";
3535
compatible = "mmio-sram";
36-
reg = <0x8e000000 DT_SIZE_K(512)>;
36+
reg = <0x1a000000 DT_SIZE_K(512)>;
3737
};
3838

39-
sram1: memory@8e800000 {
39+
sram1: memory@1a800000 {
4040
device_type = "memory";
4141
compatible = "mmio-sram";
42-
reg = <0x8e800000 DT_SIZE_K(512)>;
42+
reg = <0x1a800000 DT_SIZE_K(512)>;
4343
};
4444

4545
pcc4: clock-controller@29800000 {

0 commit comments

Comments
 (0)