2012-12-19 17:33:09 +04:00
/*
2014-11-06 15:01:44 +03:00
* Device Tree Source for IGEPv2 Rev. C (TI OMAP AM/DM37x)
2012-12-19 17:33:09 +04:00
*
2015-10-14 13:00:30 +03:00
* Copyright (C) 2012 Javier Martinez Canillas <javier@osg.samsung.com>
2012-12-19 17:33:09 +04:00
* Copyright (C) 2012 Enric Balletbo i Serra <eballetbo@gmail.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.
*/
2014-11-06 15:01:48 +03:00
#include "omap3-igep0020-common.dtsi"
2012-12-19 17:33:09 +04:00
/ {
2014-11-06 15:01:44 +03:00
model = "IGEPv2 Rev. C (TI OMAP AM/DM37x)";
2014-02-22 17:59:36 +04:00
compatible = "isee,omap3-igep0020", "ti,omap36xx", "ti,omap3";
2012-12-19 17:33:09 +04:00
2015-12-03 21:02:08 +03:00
vmmcsdio_fixed: fixedregulator-mmcsdio {
2014-11-06 15:01:45 +03:00
compatible = "regulator-fixed";
2015-12-03 21:02:08 +03:00
regulator-name = "vmmcsdio_fixed";
2014-11-06 15:01:45 +03:00
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
2015-12-03 21:02:08 +03:00
mmc2_pwrseq: mmc2_pwrseq {
compatible = "mmc-pwrseq-simple";
reset-gpios = <&gpio5 11 GPIO_ACTIVE_LOW>, /* gpio_139 - RESET_N_W */
<&gpio5 10 GPIO_ACTIVE_LOW>; /* gpio_138 - WIFI_PDN */
2014-11-06 15:01:45 +03:00
};
2013-10-07 19:12:24 +04:00
};
&omap3_pmx_core {
2014-11-06 15:01:45 +03:00
lbee1usjyc_pins: pinmux_lbee1usjyc_pins {
pinctrl-single,pins = <
OMAP3_CORE1_IOPAD(0x2166, PIN_OUTPUT | MUX_MODE4) /* sdmmc2_dat5.gpio_137 - RESET_N_W */
OMAP3_CORE1_IOPAD(0x2168, PIN_OUTPUT | MUX_MODE4) /* sdmmc2_dat6.gpio_138 - WIFI_PDN */
OMAP3_CORE1_IOPAD(0x216a, PIN_OUTPUT | MUX_MODE4) /* sdmmc2_dat7.gpio_139 - RST_N_B */
>;
};
2012-12-19 17:33:09 +04:00
};
2014-11-06 15:01:45 +03:00
/* On board Wifi module */
&mmc2 {
pinctrl-names = "default";
pinctrl-0 = <&mmc2_pins &lbee1usjyc_pins>;
2015-12-03 21:02:08 +03:00
vmmc-supply = <&vmmcsdio_fixed>;
mmc-pwrseq = <&mmc2_pwrseq>;
2014-11-06 15:01:45 +03:00
bus-width = <4>;
non-removable;
};