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:
parent
e2ae547be3
commit
c883f34e63
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
uuid: flash@9fc70 {
|
||||
uuid: flash@3fc70 {
|
||||
compatible = "nxp,lpc-uid";
|
||||
reg = <0x3fc70 0x10>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue