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:
parent
8d0b3983fb
commit
97e1d60f66
1 changed files with 6 additions and 0 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue