Skip to content

Commit 23eca63

Browse files
rettichschnidiaescolar
authored andcommitted
boards: silabs: slstk3401a: Fix unit and first address mismatch
This fixes the following warning: > unit address and first address in 'reg' (0x3e800) don't match for > /soc/flash-controller@400e0000/flash@0/partitions/partition@fe800 Signed-off-by: Reto Schneider <[email protected]>
1 parent d7aaf9b commit 23eca63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/silabs/starter_kits/slstk3401a/slstk3401a-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
#size-cells = <1>;
128128

129129
/* Set 6Kb of storage at the end of the 256Kb of flash */
130-
storage_partition: partition@fe800 {
130+
storage_partition: partition@3e800 {
131131
label = "storage";
132132
reg = <0x0003e800 0x00001800>;
133133
};

0 commit comments

Comments
 (0)