boards: dts: add missing code partition into ESP32 based boards
zephyr,code-partition added to ESP32 based board files Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
This commit is contained in:
parent
88d91fb82f
commit
05df6830b7
22 changed files with 22 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
zephyr,console = &usb_serial;
|
||||
zephyr,shell-uart = &usb_serial;
|
||||
zephyr,flash = &flash0;
|
||||
zephyr,code-partition = &slot0_partition;
|
||||
zephyr,canbus = &twai;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue