fix(boards): Add xiao_ble sd_partition label for nosd snippet compat

Upstream xiao_ble uses different naming convention for the partition
labels, so add an additional label for the SD range, so the existing
nrf52840-nosd snippet will still work with the board.
This commit is contained in:
Peter Johanson 2025-11-03 23:02:39 -07:00
parent c8fd069704
commit 120490d5f5
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
#include <common/nordic/nrf52840_uf2_boot_mode.dtsi> #include <common/nordic/nrf52840_uf2_boot_mode.dtsi>
/* Add an sd_partition label for compatibility with the nosd snippet */
sd_partition: &reserved_partition_0 { };
/ { / {
chosen { chosen {
zmk,battery = &vbatt; zmk,battery = &vbatt;