We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd20154 commit d9caf60Copy full SHA for d9caf60
dts/xtensa/nxp/nxp_imx8ulp.dtsi
@@ -30,16 +30,16 @@
30
};
31
32
33
- sram0: memory@8e000000 {
+ sram0: memory@1a000000 {
34
device_type = "memory";
35
compatible = "mmio-sram";
36
- reg = <0x8e000000 DT_SIZE_K(512)>;
+ reg = <0x1a000000 DT_SIZE_K(512)>;
37
38
39
- sram1: memory@8e800000 {
+ sram1: memory@1a800000 {
40
41
42
- reg = <0x8e800000 DT_SIZE_K(512)>;
+ reg = <0x1a800000 DT_SIZE_K(512)>;
43
44
45
pcc4: clock-controller@29800000 {
0 commit comments