diff options
Diffstat (limited to 'kernel/arch/arm/boot/dts/imx6q-udoo.dts')
-rw-r--r-- | kernel/arch/arm/boot/dts/imx6q-udoo.dts | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kernel/arch/arm/boot/dts/imx6q-udoo.dts b/kernel/arch/arm/boot/dts/imx6q-udoo.dts new file mode 100644 index 000000000..c3e64ff3d --- /dev/null +++ b/kernel/arch/arm/boot/dts/imx6q-udoo.dts @@ -0,0 +1,22 @@ +/* + * 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 "imx6q.dtsi" +#include "imx6qdl-udoo.dtsi" + +/ { + model = "Udoo i.MX6 Quad Board"; + compatible = "udoo,imx6q-udoo", "fsl,imx6q"; +}; + +&sata { + status = "okay"; +}; |