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
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
@ -17,7 +17,6 @@
|
||||||
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>;
|
||||||
|
@ -29,6 +28,7 @@
|
||||||
#interrupt-cells = <3>;
|
#interrupt-cells = <3>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
sram0: memory@1a000000 {
|
sram0: memory@1a000000 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue