dts: arm: nxp: lpc55S0x: Fix unit and first address mismatch

This fixes the following warning:

> unit address and first address in 'reg' (0x3fc70) don't match for
> /soc/peripheral@40000000/flash-controller@34000/flash@9fc70

Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
Reto Schneider 2024-09-13 01:10:07 +02:00 committed by Anas Nashif
parent e2ae547be3
commit c883f34e63

View file

@ -95,7 +95,7 @@
status = "disabled";
};
uuid: flash@9fc70 {
uuid: flash@3fc70 {
compatible = "nxp,lpc-uid";
reg = <0x3fc70 0x10>;
};