boards: arm: arduino_nano_33_ble: Add boot partition

Define missing bossac boot_partition.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
This commit is contained in:
Gerson Fernando Budke 2021-05-07 18:43:24 -03:00 committed by Carles Cufí
commit 97e1d60f66

View file

@ -42,6 +42,12 @@
#address-cells = <1>;
#size-cells = <1>;
boot_partition: partition@0 {
label = "sam-ba";
reg = <0x0 0x10000>;
read-only;
};
code_partition: partition@10000 {
label = "code";
reg = <0x10000 0xf0000>;