aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/files-3.10/arch/arm/boot/dts/imx6dl-gw51xx.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/imx6/files-3.10/arch/arm/boot/dts/imx6dl-gw51xx.dts')
-rw-r--r--target/linux/imx6/files-3.10/arch/arm/boot/dts/imx6dl-gw51xx.dts38
1 files changed, 0 insertions, 38 deletions
diff --git a/target/linux/imx6/files-3.10/arch/arm/boot/dts/imx6dl-gw51xx.dts b/target/linux/imx6/files-3.10/arch/arm/boot/dts/imx6dl-gw51xx.dts
deleted file mode 100644
index 113f1c6389..0000000000
--- a/target/linux/imx6/files-3.10/arch/arm/boot/dts/imx6dl-gw51xx.dts
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- * Copyright 2013 Gateworks Corporation
- *
- * The code contained herein is licensed under the GNU General Public
- * License. You may obtain a copy of the GNU General Public License
- * Version 2 or later at the following locations:
- *
- * http://www.opensource.org/licenses/gpl-license.html
- * http://www.gnu.org/copyleft/gpl.html
- */
-
-/dts-v1/;
-#include "imx6dl.dtsi"
-#include "imx6qdl-gw51xx.dtsi"
-
-/ {
- model = "Gateworks Ventana i.MX6 DualLite/Solo GW51XX";
- compatible = "gw,imx6dl-gw51xx", "gw,ventana", "fsl,imx6dl";
-};
-
-&iomuxc {
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_hog>;
-
- hog {
- pinctrl_hog: hoggrp {
- fsl,pins = <
- MX6DL_PAD_EIM_A19__GPIO2_IO19 0x80000000 /* MEZZ_DIO0 */
- MX6DL_PAD_EIM_A20__GPIO2_IO18 0x80000000 /* MEZZ_DIO1 */
- MX6DL_PAD_EIM_D22__GPIO3_IO22 0x80000000 /* OTG_PWR_EN */
- MX6DL_PAD_ENET_TXD0__GPIO1_IO30 0x80000000 /* PHY Reset */
- MX6DL_PAD_GPIO_0__GPIO1_IO00 0x80000000 /* PCIE_RST# */
- MX6DL_PAD_KEY_COL0__GPIO4_IO06 0x80000000 /* user1 led */
- MX6DL_PAD_KEY_ROW0__GPIO4_IO07 0x80000000 /* user2 led */
- >;
- };
- };
-};