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:
Andrei Gansari 2019-10-24 15:01:14 +03:00 committed by Maureen Helm
commit 85800622f9
2 changed files with 5 additions and 14 deletions

View file

@ -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;

View file

@ -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;
};
};