Skip to content

Commit 7c12e86

Browse files
wmrsouzakartben
authored andcommitted
boards: esp32: correct "zephyr,sram" property under /chosen node
Correct "zephyr,sram" property under /chosen node to make board and samples compatible with new SoC memory description. Signed-off-by: Marcio Ribeiro <[email protected]>
1 parent 7f13961 commit 7c12e86

File tree

69 files changed

+69
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+69
-69
lines changed

boards/01space/esp32c3_042_oled/esp32c3_042_oled.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
model = "01space ESP32C3 0.42 OLED";
1616

1717
chosen {
18-
zephyr,sram = &sram0;
18+
zephyr,sram = &sram1;
1919
zephyr,console = &usb_serial;
2020
zephyr,shell-uart = &usb_serial;
2121
zephyr,flash = &flash0;

boards/dptechnics/walter/walter_esp32s3_appcpu.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
compatible = "espressif,esp32s3";
1414

1515
chosen {
16-
zephyr,sram = &sram0;
16+
zephyr,sram = &sram1;
1717
zephyr,ipc_shm = &shm0;
1818
zephyr,ipc = &ipm0;
1919
zephyr,flash = &flash0;

boards/dptechnics/walter/walter_esp32s3_procpu.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
};
2323

2424
chosen {
25-
zephyr,sram = &sram0;
25+
zephyr,sram = &sram1;
2626
zephyr,console = &usb_serial;
2727
zephyr,shell-uart = &usb_serial;
2828
zephyr,flash = &flash0;

boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_appcpu.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
compatible = "espressif,esp32";
1414

1515
chosen {
16-
zephyr,sram = &sram0;
16+
zephyr,sram = &sram1;
1717
zephyr,ipc_shm = &shm0;
1818
zephyr,ipc = &ipm0;
1919
};

boards/espressif/esp32_devkitc_wroom/esp32_devkitc_wroom_procpu.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
};
3333

3434
chosen {
35-
zephyr,sram = &sram0;
35+
zephyr,sram = &sram1;
3636
zephyr,console = &uart0;
3737
zephyr,shell-uart = &uart0;
3838
zephyr,flash = &flash0;

boards/espressif/esp32_devkitc_wrover/esp32_devkitc_wrover_appcpu.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
compatible = "espressif,esp32";
1414

1515
chosen {
16-
zephyr,sram = &sram0;
16+
zephyr,sram = &sram1;
1717
zephyr,ipc_shm = &shm0;
1818
zephyr,ipc = &ipm0;
1919
};

boards/espressif/esp32_devkitc_wrover/esp32_devkitc_wrover_procpu.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
};
3333

3434
chosen {
35-
zephyr,sram = &sram0;
35+
zephyr,sram = &sram1;
3636
zephyr,console = &uart0;
3737
zephyr,shell-uart = &uart0;
3838
zephyr,flash = &flash0;

boards/espressif/esp32_ethernet_kit/esp32_ethernet_kit_appcpu.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
compatible = "espressif,esp32";
1414

1515
chosen {
16-
zephyr,sram = &sram0;
16+
zephyr,sram = &sram1;
1717
zephyr,ipc_shm = &shm0;
1818
zephyr,ipc = &ipm0;
1919
};

boards/espressif/esp32_ethernet_kit/esp32_ethernet_kit_procpu.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
};
2020

2121
chosen {
22-
zephyr,sram = &sram0;
22+
zephyr,sram = &sram1;
2323
zephyr,console = &uart0;
2424
zephyr,shell-uart = &uart0;
2525
zephyr,flash = &flash0;

boards/espressif/esp32c3_devkitc/esp32c3_devkitc.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
compatible = "espressif,esp32c3";
1717

1818
chosen {
19-
zephyr,sram = &sram0;
19+
zephyr,sram = &sram1;
2020
zephyr,console = &uart0;
2121
zephyr,shell-uart = &uart0;
2222
zephyr,flash = &flash0;

0 commit comments

Comments
 (0)