Skip to content

Commit f0f95b1

Browse files
hakehuangMaureenHelm
authored andcommitted
board: update rt6xx series sram mapping
update rt6xx series sram mapping to skip 0x180000, reserved for DSP usage. this fixes tests/subsys/debug/coredump for this board Signed-off-by: Hake Huang <[email protected]>
1 parent 6f5d8bd commit f0f95b1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dts/arm/nxp/nxp_rt6xx.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
/ {
1313
soc {
14-
sram: sram@30000000 {
15-
ranges = <0x20000000 0x30000000 0x480000>;
14+
sram: sram@30018000 {
15+
ranges = <0x20180000 0x30180000 0x300000>;
1616
};
1717

1818
peripheral: peripheral@50000000 {

dts/arm/nxp/nxp_rt6xx_common.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
#address-cells = <1>;
3939
#size-cells = <1>;
4040

41-
sram0: memory@20000000 {
41+
sram0: memory@20180000 {
4242
compatible = "mmio-sram";
43-
reg = <0x20000000 DT_SIZE_K(4608)>;
43+
reg = <0x20180000 DT_SIZE_K(3072)>;
4444
};
4545
};
4646

dts/arm/nxp/nxp_rt6xx_ns.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
/ {
88
soc {
9-
sram: sram@20000000 {
10-
ranges = <0x20000000 0x20000000 0x480000>;
9+
sram: sram@20180000 {
10+
ranges = <0x20180000 0x20180000 0x300000>;
1111
};
1212

1313
peripheral: peripheral@40000000 {

0 commit comments

Comments
 (0)