diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-03-10 21:08:25 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-03-16 04:07:31 +0300 |
commit | 98670a0bb0ef14bbb3df8542e59e0e6106c0ba53 (patch) | |
tree | d453f3b1e487b9a6ead1c9a409d1555fdb271926 /arch/arm/boot/dts/imx6dl-pico-dwarf.dts | |
parent | 47246fafef84e175bff2ff1f3c56669e03a89ede (diff) | |
download | linux-98670a0bb0ef14bbb3df8542e59e0e6106c0ba53.tar.xz |
ARM: dts: imx6qdl: Add imx6qdl-pico support
Add support for all the imx6qdl-pico variants.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-pico-dwarf.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-pico-dwarf.dts | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-pico-dwarf.dts b/arch/arm/boot/dts/imx6dl-pico-dwarf.dts new file mode 100644 index 000000000000..659a8e8714ea --- /dev/null +++ b/arch/arm/boot/dts/imx6dl-pico-dwarf.dts @@ -0,0 +1,17 @@ +// SPDX-License-Identifier: GPL-2.0 OR MIT +// +// Copyright 2018 Technexion Ltd. +// +// Author: Wig Cheng <wig.cheng@technexion.com> +// Richard Hu <richard.hu@technexion.com> +// Tapani Utriainen <tapani@technexion.com> + +/dts-v1/; + +#include "imx6dl.dtsi" +#include "imx6qdl-pico-pi.dtsi" + +/ { + model = "TechNexion PICO-IMX6 DualLite/Solo Board and Dwarf baseboard"; + compatible = "technexion,imx6dl-pico", "fsl,imx6dl"; +}; |