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 * SPDX-License-Identifier: Apache-2.0
*/ */
@ -17,16 +17,16 @@
device_type = "cpu"; device_type = "cpu";
compatible = "cdns,tensilica-xtensa-lx7"; compatible = "cdns,tensilica-xtensa-lx7";
reg = <0>; reg = <0>;
};
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
clic: interrupt-controller@0 { clic: interrupt-controller@0 {
compatible = "cdns,xtensa-core-intc"; compatible = "cdns,xtensa-core-intc";
reg = <0>; reg = <0>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <3>; #interrupt-cells = <3>;
};
}; };
}; };