2 * Copyright (C) 2012 Florian Vaussard, EPFL Mobots group
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
10 * The Gumstix Overo must be combined with an expansion board.
14 #include "omap34xx.dtsi"
18 compatible = "pwm-leds";
21 label = "overo:blue:COM";
22 pwms = <&twl_pwmled 1 7812500>;
23 max-brightness = <127>;
24 linux,default-trigger = "mmc0";
29 compatible = "ti,omap-twl4030";
33 ti,codec = <&twl_audio>;
38 clock-frequency = <2600000>;
42 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
43 interrupt-parent = <&intc>;
46 compatible = "ti,twl4030-audio";
53 #include "twl4030.dtsi"
54 #include "twl4030_omap3.dtsi"
56 /* i2c2 pins are used for gpio */
61 /* on board microSD slot */
63 vmmc-supply = <&vmmc1>;
67 /* optional on board WiFi */
78 usb-phy = <&usb2_phy>;
84 uart3_pins: pinmux_uart3_pins {
85 pinctrl-single,pins = <
86 0x16e (PIN_INPUT | PIN_OFF_WAKEUPENABLE | MUX_MODE0) /* uart3_rx_irrx.uart3_rx_irrx */
87 0x170 (PIN_OUTPUT | MUX_MODE0) /* uart3_tx_irtx.uart3_tx_irtx */
93 pinctrl-names = "default";
94 pinctrl-0 = <&uart3_pins>;