summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7d-colibri-emmc-aster.dts
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-08-23 15:34:17 -0700
committerStefan Agner <stefan.agner@toradex.com>2017-10-02 15:16:38 +0200
commita2dcace21887235f2f0b397aca11c17c7762e22a (patch)
tree2157c6f79c33db758b30e83f879932829959fe21 /arch/arm/boot/dts/imx7d-colibri-emmc-aster.dts
parentc4d5e86e9a7f5df0c8dd970d830ff01e50a9b9ed (diff)
ARM: dts: imx7-colibri: add Colibri iMX7 Dual 1GB (eMMC)
Add support for the latest addition to the Colibri iMX7 familiy, Colibri iMX7 Dual 1GB with eMMC storage. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'arch/arm/boot/dts/imx7d-colibri-emmc-aster.dts')
-rw-r--r--arch/arm/boot/dts/imx7d-colibri-emmc-aster.dts23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d-colibri-emmc-aster.dts b/arch/arm/boot/dts/imx7d-colibri-emmc-aster.dts
new file mode 100644
index 000000000000..8606321ecf5e
--- /dev/null
+++ b/arch/arm/boot/dts/imx7d-colibri-emmc-aster.dts
@@ -0,0 +1,23 @@
+/*
+ * 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 "imx7d-colibri-emmc.dtsi"
+#include "imx7-colibri-aster.dtsi"
+
+/ {
+ model = "Toradex Colibri iMX7D 1GB on Colibri Aster Board";
+ compatible = "toradex,colibri_imx7d_emmc-aster", "toradex,colibri_imx7d_emmc", \
+ "fsl,imx7d";
+};
+
+&usbotg2 {
+ vbus-supply = <&reg_usbh_vbus>;
+ status = "okay";
+};