File tree Expand file tree Collapse file tree 7 files changed +73
-19
lines changed Expand file tree Collapse file tree 7 files changed +73
-19
lines changed Original file line number Diff line number Diff line change 5656 compatible = "simple-bus";
5757 ranges;
5858
59- sram0: memory@3fc7c000 {
60- compatible = "mmio-sram";
61- reg = <0x3fc7c000 0x50000>;
59+ sram0: memory@40370000 {
60+ compatible = "zephyr,memory-region", "mmio-sram";
61+ reg = <0x40370000 DT_SIZE_K(16)>;
62+ zephyr,memory-region = "SRAM0";
63+ };
64+
65+ sram1: memory@3fca0000 {
66+ compatible = "zephyr,memory-region", "mmio-sram";
67+ reg = <0x3fca0000 DT_SIZE_K(256)>;
68+ zephyr,memory-region = "SRAM1";
6269 };
6370
6471 intc: interrupt-controller@600c2000 {
Original file line number Diff line number Diff line change 8080 compatible = "simple-bus";
8181 ranges;
8282
83- sram0: memory@3fc7c000 {
84- compatible = "mmio-sram";
85- reg = <0x3fc7c000 0x50000>;
83+ sram0: memory@40370000 {
84+ compatible = "zephyr,memory-region", "mmio-sram";
85+ reg = <0x40370000 DT_SIZE_K(16)>;
86+ zephyr,memory-region = "SRAM0";
87+ };
88+
89+ sram1: memory@3fc80000 {
90+ compatible = "zephyr,memory-region", "mmio-sram";
91+ reg = <0x3fc80000 DT_SIZE_K(384)>;
92+ zephyr,memory-region = "SRAM1";
8693 };
8794
8895 intc: interrupt-controller@600c2000 {
Original file line number Diff line number Diff line change 6767 compatible = "simple-bus";
6868 ranges;
6969
70- sram0: memory@40800000 {
71- compatible = "mmio-sram";
72- reg = <0x40800000 0x50000>;
70+ sramhp: memory@40800000 {
71+ compatible = "zephyr,memory-region", "mmio-sram";
72+ reg = <0x40800000 DT_SIZE_K(512)>;
73+ zephyr,memory-region = "SRAMHP";
74+ };
75+
76+ sramlp: memory@50000000 {
77+ compatible = "zephyr,memory-region", "mmio-sram";
78+ reg = <0x50000000 DT_SIZE_K(16)>;
79+ zephyr,memory-region = "SRAMLP ";
7380 };
7481
7582 intc: interrupt-controller@60010000 {
Original file line number Diff line number Diff line change 9494 };
9595
9696 soc {
97- sram0: memory@3ffb0000 {
98- compatible = "mmio-sram";
99- reg = <0x3FFB0000 0x2c200>;
97+ sram0: memory@40070000 {
98+ compatible = "zephyr,memory-region", "mmio-sram";
99+ reg = <0x40070000 DT_SIZE_K(192)>;
100+ zephyr,memory-region = "SRAM0";
101+ };
102+
103+ sram1: memory@3ffe0000 {
104+ compatible = "zephyr,memory-region", "mmio-sram";
105+ reg = <0x3ffe0000 DT_SIZE_K(128)>;
106+ zephyr,memory-region = "SRAM1";
107+ };
108+
109+ sram2: memory@3ffae000 {
110+ compatible = "zephyr,memory-region", "mmio-sram";
111+ reg = <0x3ffae000 DT_SIZE_K(200)>;
112+ zephyr,memory-region = "SRAM2";
100113 };
101114
102115 ipmmem0: memory@3ffe5230 {
Original file line number Diff line number Diff line change 8080 ranges;
8181
8282 sram0: memory@3ffb0000 {
83- compatible = "mmio-sram";
84- reg = <0x3ffb0000 0x50000>;
83+ compatible = "zephyr,memory-region", "mmio-sram";
84+ reg = <0x3ffb0000 DT_SIZE_K(32)>;
85+ zephyr,memory-region = "SRAM0";
86+ };
87+
88+ sram1: memory@3ffb8000 {
89+ compatible = "zephyr,memory-region", "mmio-sram";
90+ reg = <0x3ffb8000 DT_SIZE_K(288)>;
91+ zephyr,memory-region = "SRAM1";
8592 };
8693
8794 intc: interrupt-controller@3f4c2000 {
Original file line number Diff line number Diff line change 66
77#include "esp32s3_common.dtsi"
88
9- &sram0 {
10- reg = <0x3fc88000 DT_SIZE_K(10 )>;
9+ &sram1 {
10+ reg = <0x3fc88000 DT_SIZE_K(416 )>;
1111 status = "okay";
1212};
Original file line number Diff line number Diff line change 8686 compatible = "simple-bus";
8787 ranges;
8888
89- sram0: memory@3fc88000 {
90- compatible = "mmio-sram";
91- reg = <0x3fc88000 0x77FFF>;
89+ sram0: memory@40370000 {
90+ compatible = "zephyr,memory-region", "mmio-sram";
91+ reg = <0x40370000 DT_SIZE_K(32)>;
92+ zephyr,memory-region = "SRAM0";
93+ };
94+
95+ sram1: memory@3fc88000 {
96+ compatible = "zephyr,memory-region", "mmio-sram";
97+ reg = <0x3fc88000 DT_SIZE_K(416)>;
98+ zephyr,memory-region = "SRAM1";
99+ };
100+
101+ sram2: memory@3fcf0000 {
102+ compatible = "zephyr,memory-region", "mmio-sram";
103+ reg = <0x3fcf0000 DT_SIZE_K(64)>;
104+ zephyr,memory-region = "SRAM2";
92105 };
93106
94107 ipmmem0: memory@3fcb2000 {
You can’t perform that action at this time.
0 commit comments