| * Copyright (C) 2012 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. |
| * The Gumstix Overo must be combined with an expansion board. |
| label = "overo:blue:COM"; |
| pwms = <&twl_pwmled 1 7812500>; |
| linux,default-trigger = "mmc0"; |
| compatible = "ti,omap-twl4030"; |
| clock-frequency = <2600000>; |
| interrupts = <7>; /* SYS_NIRQ cascaded to intc */ |
| interrupt-parent = <&intc>; |
| compatible = "ti,twl4030-audio"; |
| #include "twl4030_omap3.dtsi" |
| /* i2c2 pins are used for gpio */ |
| /* on board microSD slot */ |
| /* optional on board WiFi */ |
| uart3_pins: pinmux_uart3_pins { |
| 0x16e (PIN_INPUT | PIN_OFF_WAKEUPENABLE | MUX_MODE0) /* uart3_rx_irrx.uart3_rx_irrx */ |
| 0x170 (PIN_OUTPUT | MUX_MODE0) /* uart3_tx_irtx.uart3_tx_irtx */ |
| pinctrl-names = "default"; |
| pinctrl-0 = <&uart3_pins>; |