boards: seagate: legend: Fix unit and first address mismatch

This fixes the following warning:

> unit address and first address in 'reg' (0x1000) don't match for
> /soc/spi@40003800/spi_nor@0/partitions/partition@10000

Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
Reto Schneider 2024-09-13 00:45:21 +02:00 committed by Mahesh Mahadevan
parent 2571ae8b19
commit 63a7d74120

View file

@ -137,7 +137,7 @@
label = "product-info";
reg = <0x00000000 DT_SIZE_K(4)>;
};
led_das: partition@10000 {
led_das: partition@1000 {
label = "led-das";
reg = <0x00001000 DT_SIZE_K(60)>;
};