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:
parent
d8cd8ddc51
commit
54f99bf8b0
1 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2023 NXP
|
||||
* Copyright 2023-2025 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
@ -17,16 +17,16 @@
|
|||
device_type = "cpu";
|
||||
compatible = "cdns,tensilica-xtensa-lx7";
|
||||
reg = <0>;
|
||||
};
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
clic: interrupt-controller@0 {
|
||||
compatible = "cdns,xtensa-core-intc";
|
||||
reg = <0>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <3>;
|
||||
clic: interrupt-controller@0 {
|
||||
compatible = "cdns,xtensa-core-intc";
|
||||
reg = <0>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <3>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue