diff options
author | Robert Nelson <robertcnelson@gmail.com> | 2014-12-22 20:29:21 +0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-01-06 14:07:11 +0300 |
commit | cbd54fe0b2bc39cf64ee2f50a22249ae1ddd37c9 (patch) | |
tree | feaef1a759638a90e0d8c7a4e5f6dc6083d0d1dc /arch/arm/boot/dts/imx6dl-udoo.dts | |
parent | 99fc5ba0bfb6df59ac22faa48406108e7203ceae (diff) | |
download | linux-cbd54fe0b2bc39cf64ee2f50a22249ae1ddd37c9.tar.xz |
ARM: dts: imx6dl-udoo: Add board support based off imx6q-udoo
For more information about the Udoo boards:
http://www.udoo.org/
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-udoo.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-udoo.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-udoo.dts b/arch/arm/boot/dts/imx6dl-udoo.dts new file mode 100644 index 000000000000..e3713f00e819 --- /dev/null +++ b/arch/arm/boot/dts/imx6dl-udoo.dts @@ -0,0 +1,18 @@ +/* + * Copyright 2013 Freescale Semiconductor, Inc. + * + * Author: Fabio Estevam <fabio.estevam@freescale.com> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + */ +/dts-v1/; +#include "imx6dl.dtsi" +#include "imx6qdl-udoo.dtsi" + +/ { + model = "Udoo i.MX6 Dual-lite Board"; + compatible = "udoo,imx6dl-udoo", "fsl,imx6dl"; +}; |