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  * Chestnut43 expansion board is manufactured by Gumstix Inc.
0008  */
0009 
0010 /dts-v1/;
0011 
0012 #include "omap3-overo-storm.dtsi"
0013 #include "omap3-overo-chestnut43-common.dtsi"
0014 
0015 / {
0016         model = "OMAP36xx/AM37xx/DM37xx Gumstix Overo on Chestnut43";
0017         compatible = "gumstix,omap3-overo-chestnut43", "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                         OMAP3630_CORE2_IOPAD(0x25ec, PIN_OUTPUT | MUX_MODE4)    /* etk_d8.gpio_22 */
0025                 >;
0026         };
0027 
0028         button_pins: pinmux_button_pins {
0029                 pinctrl-single,pins = <
0030                         OMAP3630_CORE2_IOPAD(0x25ee, PIN_INPUT | MUX_MODE4)     /* etk_d9.gpio_23 */
0031                         OMAP3630_CORE2_IOPAD(0x25dc, PIN_INPUT | MUX_MODE4)     /* etk_d0.gpio_14 */
0032                 >;
0033         };
0034 };
0035