Skip to content

Commit 7b91e8f

Browse files
kartbencfriedt
authored andcommitted
boards: kincony: kincony_kc868_a32: use common partition table
A follow up to commit 78c1def that probably missed this file. Fixes CI issues observed in weekly run: - kincony_kc868_a32/esp32/procpu:libraries.devicetree.api_ext Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 6e7268d commit 7b91e8f

File tree

1 file changed

+1
-40
lines changed

1 file changed

+1
-40
lines changed

boards/kincony/kincony_kc868_a32/kincony_kc868_a32_procpu.dts

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include <espressif/esp32/esp32_wroom_32ue_n4.dtsi>
99
#include "kincony_kc868_a32-pinctrl.dtsi"
10+
#include <espressif/partitions_0x1000_amp.dtsi>
1011

1112
/ {
1213
model = "Kincony KC868_A32 PROCPU";
@@ -166,46 +167,6 @@
166167
pinctrl-names = "default";
167168
};
168169

169-
&flash0 {
170-
status = "okay";
171-
172-
partitions {
173-
compatible = "fixed-partitions";
174-
#address-cells = <1>;
175-
#size-cells = <1>;
176-
177-
/* Reserve 60kB for the bootloader */
178-
boot_partition: partition@1000 {
179-
label = "mcuboot";
180-
reg = <0x00001000 0x0000F000>;
181-
read-only;
182-
};
183-
184-
/* Reserve 1024kB for the application in slot 0 */
185-
slot0_partition: partition@10000 {
186-
label = "image-0";
187-
reg = <0x00010000 0x00100000>;
188-
};
189-
190-
/* Reserve 1024kB for the application in slot 1 */
191-
slot1_partition: partition@110000 {
192-
label = "image-1";
193-
reg = <0x00110000 0x00100000>;
194-
};
195-
196-
/* Reserve 256kB for the scratch partition */
197-
scratch_partition: partition@210000 {
198-
label = "image-scratch";
199-
reg = <0x00210000 0x00040000>;
200-
};
201-
202-
storage_partition: partition@250000 {
203-
label = "storage";
204-
reg = <0x00250000 0x00006000>;
205-
};
206-
};
207-
};
208-
209170
&esp32_bt_hci {
210171
status = "okay";
211172
};

0 commit comments

Comments
 (0)