diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2017-11-23 10:01:17 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2018-12-24 01:27:29 +0100 |
commit | d6cfa66ab70fc5892332f0ebe80434038832a0d0 (patch) | |
tree | c776b07d6f9a5e0747f0d52d2f88d1e7198f5fec /arch/arm/boot/dts/imx6ull-colibri-eval-v3.dts | |
parent | 5aeec1504d19e420c255e2baf8de4c998f7268cb (diff) |
ARM: dts: imx6ull: Add Colibri iMX6ULL device trees
Initial add of Colibri iMX6ULL device trees, copied and adopted
from the Toradex toradex_4.1-2.0.x-imx branch.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6ull-colibri-eval-v3.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6ull-colibri-eval-v3.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ull-colibri-eval-v3.dts b/arch/arm/boot/dts/imx6ull-colibri-eval-v3.dts new file mode 100644 index 000000000000..b782e30b006b --- /dev/null +++ b/arch/arm/boot/dts/imx6ull-colibri-eval-v3.dts @@ -0,0 +1,18 @@ +/* + * Copyright 2017 Toradex AG + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + */ + +/dts-v1/; + +#include "imx6ull-colibri-nonwifi.dtsi" +#include "imx6ull-colibri-eval-v3.dtsi" + +/ { + model = "Toradex Colibri iMX6ULL 256MB on Colibri Evaluation Board V3"; + compatible = "toradex,colibri_imx6ull-eval", "fsl,imx6ull"; +}; |