Skip to content

Commit 58d9e3d

Browse files
rettichschnidifabiobaltieri
authored andcommitted
boards: arm: v2m_musca_s1: Fix unit and first address mismatch
This fixes the following warnings: > unit address and first address in 'reg' (0xa080000) don't match for > /mram@a080400 Signed-off-by: Reto Schneider <[email protected]>
1 parent caf8612 commit 58d9e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/v2m_musca_s1/v2m_musca_s1_musca_s1_ns.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
};
4242
};
4343

44-
mram0: mram@a080400 {
44+
mram0: mram@a080000 {
4545
/* Internal code eMRAM */
4646
reg = <0x0a080000 0x80000>;
4747
};

0 commit comments

Comments
 (0)