Browse Source

boards: esp32xx: fix zephyr,sram

Fixes the the node value of zephyr,sram for the following boards:
- esp32s2_devkitcc
- esp32s2_saola
- esp32s2_franzininho
- esp32s2_lolin_mini
- ttgo_t7v1_5_esp32

Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
pull/84195/head
Marcio Ribeiro 6 months ago committed by Benjamin Cabé
parent
commit
beae6e96f1
  1. 2
      boards/espressif/esp32s2_devkitc/esp32s2_devkitc.dts
  2. 2
      boards/espressif/esp32s2_saola/esp32s2_saola.dts
  3. 2
      boards/franzininho/esp32s2_franzininho/esp32s2_franzininho.dts
  4. 2
      boards/lilygo/ttgo_t7v1_5/ttgo_t7v1_5_esp32_appcpu.dts
  5. 2
      boards/lilygo/ttgo_t7v1_5/ttgo_t7v1_5_esp32_procpu.dts
  6. 2
      boards/wemos/esp32s2_lolin_mini/esp32s2_lolin_mini.dts

2
boards/espressif/esp32s2_devkitc/esp32s2_devkitc.dts

@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
};
chosen {
zephyr,sram = &sram0;
zephyr,sram = &sram1;
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,flash = &flash0;

2
boards/espressif/esp32s2_saola/esp32s2_saola.dts

@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
};
chosen {
zephyr,sram = &sram0;
zephyr,sram = &sram1;
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,flash = &flash0;

2
boards/franzininho/esp32s2_franzininho/esp32s2_franzininho.dts

@ -22,7 +22,7 @@ @@ -22,7 +22,7 @@
};
chosen {
zephyr,sram = &sram0;
zephyr,sram = &sram1;
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,flash = &flash0;

2
boards/lilygo/ttgo_t7v1_5/ttgo_t7v1_5_esp32_appcpu.dts

@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
compatible = "espressif,esp32";
chosen {
zephyr,sram = &sram0;
zephyr,sram = &sram1;
zephyr,ipc_shm = &shm0;
zephyr,ipc = &ipm0;
zephyr,flash = &flash0;

2
boards/lilygo/ttgo_t7v1_5/ttgo_t7v1_5_esp32_procpu.dts

@ -22,7 +22,7 @@ @@ -22,7 +22,7 @@
};
chosen {
zephyr,sram = &sram0;
zephyr,sram = &sram1;
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,flash = &flash0;

2
boards/wemos/esp32s2_lolin_mini/esp32s2_lolin_mini.dts

@ -22,7 +22,7 @@ @@ -22,7 +22,7 @@
};
chosen {
zephyr,sram = &sram0;
zephyr,sram = &sram1;
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,flash = &flash0;

Loading…
Cancel
Save