Commit 58d9e3d2 authored by Reto Schneider's avatar Reto Schneider Committed by Fabio Baltieri
Browse files

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: default avatarReto Schneider <reto.schneider@husqvarnagroup.com>
parent caf86128
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
		};
	};

	mram0: mram@a080400 {
	mram0: mram@a080000 {
		/* Internal code eMRAM */
		reg = <0x0a080000 0x80000>;
	};