forked from kofal.net/zmk
feat(boards): Add flash/settings to XIAO RP2040.
* Add storage partition. * Default necessacy Kconfig symbols for flash/settings.
This commit is contained in:
committed by
Pete Johanson
parent
b4f9081b09
commit
82eed0f5dd
@@ -5,3 +5,18 @@
|
||||
*/
|
||||
|
||||
&xiao_serial { status = "disabled"; };
|
||||
|
||||
&code_partition {
|
||||
reg = <0x100 (DT_SIZE_M(2) - 0x100 - DT_SIZE_K(512))>;
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
reg = <0x10000000 DT_SIZE_M(2)>;
|
||||
|
||||
partitions {
|
||||
storage_partition: partition@180000 {
|
||||
reg = <0x180000 DT_SIZE_K(512)>;
|
||||
read-only;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user