Skip to content

Commit 8a11a17

Browse files
committed
boards: adafruit_trinket_m0: Remove tweak to flash address
The board ships with a write protected bootloader so the flash base address was artifically adjusted to skip that bootloader. With commit 018bf77: boards: arm: Make Adafruit boards use their DT-defined code partion. We shouldn't need to artifically adjust the flash anymore. So remove this, nice side effect is it fixes a dts compile warning. Signed-off-by: Kumar Gala <[email protected]>
1 parent 2fd7876 commit 8a11a17

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

boards/arm/adafruit_trinket_m0/adafruit_trinket_m0.dts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
model = "Adafruit Trinket M0";
1212
compatible = "adafruit,trinket-m0", "atmel,samd21e18a", "atmel,samd21";
1313

14-
soc {
15-
nvmctrl: nvmctrl@41004000 {
16-
flash0: flash@0 {
17-
reg = <0x2000 0x3E000>;
18-
};
19-
};
20-
};
21-
2214
chosen {
2315
zephyr,console = &sercom0;
2416
zephyr,shell-uart = &sercom0;

0 commit comments

Comments
 (0)