The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm/omap3-igep0030.dts

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 // SPDX-License-Identifier: GPL-2.0-only
    2 /*
    3  * Device Tree Source for IGEP COM MODULE Rev. E (TI OMAP AM/DM37x)
    4  *
    5  * Copyright (C) 2012 Javier Martinez Canillas <javier@dowhile0.org>
    6  * Copyright (C) 2012 Enric Balletbo i Serra <eballetbo@gmail.com>
    7  */
    8 
    9 #include "omap3-igep0030-common.dtsi"
   10 
   11 / {
   12         model = "IGEP COM MODULE Rev. E (TI OMAP AM/DM37x)";
   13         compatible = "isee,omap3-igep0030", "ti,omap3630", "ti,omap36xx", "ti,omap3";
   14 
   15         vmmcsdio_fixed: fixedregulator-mmcsdio {
   16                 compatible = "regulator-fixed";
   17                 regulator-name = "vmmcsdio_fixed";
   18                 regulator-min-microvolt = <3300000>;
   19                 regulator-max-microvolt = <3300000>;
   20         };
   21 
   22         mmc2_pwrseq: mmc2_pwrseq {
   23                 compatible = "mmc-pwrseq-simple";
   24                 reset-gpios = <&gpio5 11 GPIO_ACTIVE_LOW>,      /* gpio_139 - RESET_N_W */
   25                               <&gpio5 10 GPIO_ACTIVE_LOW>;      /* gpio_138 - WIFI_PDN */
   26         };
   27 };
   28 
   29 &omap3_pmx_core {
   30         lbee1usjyc_pins: pinmux_lbee1usjyc_pins {
   31                 pinctrl-single,pins = <
   32                         OMAP3_CORE1_IOPAD(0x2166, PIN_OUTPUT | MUX_MODE4)       /* sdmmc2_dat5.gpio_137 - RESET_N_W */
   33                         OMAP3_CORE1_IOPAD(0x2168, PIN_OUTPUT | MUX_MODE4)       /* sdmmc2_dat6.gpio_138 - WIFI_PDN */
   34                         OMAP3_CORE1_IOPAD(0x216a, PIN_OUTPUT | MUX_MODE4)       /* sdmmc2_dat7.gpio_139 - RST_N_B */
   35                 >;
   36         };
   37 };
   38 
   39 &leds {
   40         pinctrl-names = "default";
   41         pinctrl-0 = <&leds_core2_pins>;
   42 
   43         boot {
   44                 label = "omap3:green:boot";
   45                 gpios = <&twl_gpio 13 GPIO_ACTIVE_LOW>; /* LEDSYNC */
   46                 default-state = "on";
   47         };
   48 };
   49 
   50 /* On board Wifi module */
   51 &mmc2 {
   52         pinctrl-names = "default";
   53         pinctrl-0 = <&mmc2_pins &lbee1usjyc_pins>;
   54         vmmc-supply = <&vmmcsdio_fixed>;
   55         mmc-pwrseq = <&mmc2_pwrseq>;
   56         bus-width = <4>;
   57         non-removable;
   58 };
   59 

Cache object: 57555b105deefc03237be58b8c0c2fe4


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.