boards: esp32xx: Use common partition tables
* Replace copies of fixed-partitions nodes in related boards by referencing the apropriate partition table from the available list. * For better reference the `partitions_*.dtsi` file has boot offset, purpose and the flash size encoded in the file name. Default flash size is considered to be 4MB. * Added the flash size node for the boards which are not based on the module. * Removed flash size registry from the esp32.*common.dtsi Signed-off-by: Marek Matej <marek.matej@espressif.com>
This commit is contained in:
parent
407259462c
commit
78c1def4db
44 changed files with 77 additions and 830 deletions
|
@ -7,9 +7,9 @@
|
|||
/dts-v1/;
|
||||
|
||||
#include <espressif/esp32c3/esp32c3_fx4.dtsi>
|
||||
#include <espressif/partitions_0x0_amp.dtsi>
|
||||
#include "xiao_esp32c3-pinctrl.dtsi"
|
||||
#include "seeed_xiao_connector.dtsi"
|
||||
#include <espressif/partitions_0x0_default.dtsi>
|
||||
|
||||
/ {
|
||||
model = "Seeed XIAO ESP32C3";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue