2014-03-07 19:22:11 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2014 Florian Vaussard, EPFL Mobots group
|
|
|
|
*
|
|
|
|
* 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.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "omap36xx.dtsi"
|
|
|
|
#include "omap3-overo-base.dtsi"
|
|
|
|
|
2014-03-07 19:22:14 +00:00
|
|
|
&omap3_pmx_core2 {
|
|
|
|
w3cbw003c_2_pins: pinmux_w3cbw003c_2_pins {
|
|
|
|
pinctrl-single,pins = <
|
|
|
|
OMAP3630_CORE2_IOPAD(0x25e0, PIN_OUTPUT | MUX_MODE4) /* etk_d2.gpio_16 */
|
|
|
|
>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|