dts: remove artificial include
DTS inclusion simplification for LPC55S69 cpu 0. Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
This commit is contained in:
parent
4d32d0ae02
commit
85800622f9
2 changed files with 5 additions and 14 deletions
|
@ -6,13 +6,17 @@
|
|||
|
||||
/dts-v1/;
|
||||
|
||||
#include <nxp/nxp_lpc55S6x_cpu0.dtsi>
|
||||
#include <nxp/nxp_lpc55S6x.dtsi>
|
||||
#include "lpcxpresso55s69.dtsi"
|
||||
|
||||
/ {
|
||||
model = "NXP LPCXpresso55S69 board";
|
||||
compatible = "nxp,lpc55xxx", "nxp,lpc";
|
||||
|
||||
cpus {
|
||||
/delete-node/ cpu@1;
|
||||
};
|
||||
|
||||
aliases{
|
||||
sw0 = &user_button_1;
|
||||
sw1 = &user_button_2;
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Linaro Limited
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <nxp/nxp_lpc55S6x.dtsi>
|
||||
|
||||
/ {
|
||||
cpus {
|
||||
/delete-node/ cpu@1;
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue