dts: xtensa: nxp: fix compile warning

Fix the following compile warning:
"Warning (unique_unit_address_if_enabled):
/cpus/cpu@0: duplicate unit-address (also used
in node /cpus/interrupt-controller@0)"

Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
This commit is contained in:
Iuliana Prodan 2024-12-16 03:21:16 +02:00 committed by Benjamin Cabé
commit 54f99bf8b0

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2023 NXP
* Copyright 2023-2025 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
@ -17,7 +17,6 @@
device_type = "cpu";
compatible = "cdns,tensilica-xtensa-lx7";
reg = <0>;
};
#address-cells = <1>;
#size-cells = <0>;
@ -29,6 +28,7 @@
#interrupt-cells = <3>;
};
};
};
sram0: memory@1a000000 {
device_type = "memory";