diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-03-10 15:08:25 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-03-16 09:07:31 +0800 |
commit | 98670a0bb0ef14bbb3df8542e59e0e6106c0ba53 (patch) | |
tree | d453f3b1e487b9a6ead1c9a409d1555fdb271926 /arch/arm/boot/dts/imx6q-pico-pi.dts | |
parent | 47246fafef84e175bff2ff1f3c56669e03a89ede (diff) | |
download | lwn-98670a0bb0ef14bbb3df8542e59e0e6106c0ba53.tar.gz lwn-98670a0bb0ef14bbb3df8542e59e0e6106c0ba53.zip |
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/imx6q-pico-pi.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-pico-pi.dts | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-pico-pi.dts b/arch/arm/boot/dts/imx6q-pico-pi.dts new file mode 100644 index 000000000000..9413f0a68f54 --- /dev/null +++ b/arch/arm/boot/dts/imx6q-pico-pi.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 "imx6q.dtsi" +#include "imx6qdl-pico-pi.dtsi" + +/ { + model = "TechNexion PICO-IMX6 Quad Board and PI baseboard"; + compatible = "technexion,imx6q-pico", "fsl,imx6q"; +}; |