Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Copyright (C) 2014 Florian Vaussard, EPFL Mobots group
0004  */
0005 
0006 /*
0007  * Summit expansion board is manufactured by Gumstix Inc.
0008  */
0009 
0010 /dts-v1/;
0011 
0012 #include "omap3-overo-storm.dtsi"
0013 #include "omap3-overo-summit-common.dtsi"
0014 
0015 / {
0016         model = "OMAP36xx/AM37xx/DM37xx Gumstix Overo on Summit";
0017         compatible = "gumstix,omap3-overo-summit", "gumstix,omap3-overo", "ti,omap3630", "ti,omap36xx", "ti,omap3";
0018 };
0019 
0020 &omap3_pmx_core2 {
0021         led_pins: pinmux_led_pins {
0022                 pinctrl-single,pins = <
0023                         OMAP3630_CORE2_IOPAD(0x25ea, PIN_OUTPUT | MUX_MODE4)    /* etk_d7.gpio_21 */
0024                 >;
0025         };
0026 };
0027