diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2018-09-30 05:32:28 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-09-30 09:32:18 +0200 |
commit | 04007fe4c65f4cf3133dd256d9fd82169b7f2f22 (patch) | |
tree | 00b746de6f1516c054e91763dffefc4514bfbbf5 /arch/arm/boot/dts/imx6ulz-14x14-evk.dts | |
parent | dt-bindings: arm: add compatible for i.MX6ULZ 14x14 EVK board (diff) | |
download | linux-04007fe4c65f4cf3133dd256d9fd82169b7f2f22.tar.xz linux-04007fe4c65f4cf3133dd256d9fd82169b7f2f22.zip |
ARM: dts: imx: add i.mx6ulz and i.mx6ulz 14x14 evk support
i.MX6ULZ is new SoC of i.MX6 family, compared to i.MX6ULL,
it removes below modules:
- UART5/UART6/UART7/UART8;
- PWM5/PWM6/PWM7/PWM8;
- eCSPI3/eCSPI4;
- CAN1/CAN2;
- FEC1/FEC2;
- I2C3/I2C4;
- EPIT2;
- LCDIF;
- GPT2;
- ADC1;
- TSC;
This patch adds support for i.MX6ULZ and i.MX6ULZ 14x14 EVK
board.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ulz-14x14-evk.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6ulz-14x14-evk.dts | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ulz-14x14-evk.dts b/arch/arm/boot/dts/imx6ulz-14x14-evk.dts new file mode 100644 index 000000000000..6f1af240e0ce --- /dev/null +++ b/arch/arm/boot/dts/imx6ulz-14x14-evk.dts @@ -0,0 +1,20 @@ +// SPDX-License-Identifier: (GPL-2.0 OR MIT) +// +// Copyright 2018 NXP. + +/dts-v1/; + +#include "imx6ulz.dtsi" +#include "imx6ul-14x14-evk.dtsi" + +/delete-node/ &fec1; +/delete-node/ &fec2; +/delete-node/ &lcdif; +/delete-node/ &tsc; + +/ { + model = "Freescale i.MX6 ULZ 14x14 EVK Board"; + compatible = "fsl,imx6ulz-14x14-evk", "fsl,imx6ull", "fsl,imx6ulz"; + + /delete-node/ panel; +}; |