Florian Vaussard | 28b1911 | 2014-03-11 13:20:35 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2014 Florian Vaussard, EPFL Mobots group |
| 3 | * |
| 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. |
| 7 | */ |
| 8 | |
| 9 | /* |
| 10 | * Summit expansion board is manufactured by Gumstix Inc. |
| 11 | */ |
| 12 | |
| 13 | /dts-v1/; |
| 14 | |
| 15 | #include "omap3-overo.dtsi" |
| 16 | #include "omap3-overo-summit-common.dtsi" |
| 17 | |
| 18 | / { |
| 19 | model = "OMAP35xx Gumstix Overo on Summit"; |
| 20 | compatible = "gumstix,omap3-overo-summit", "gumstix,omap3-overo", "ti,omap3430", "ti,omap3"; |
| 21 | }; |
| 22 | |
| 23 | &omap3_pmx_core2 { |
| 24 | led_pins: pinmux_led_pins { |
| 25 | pinctrl-single,pins = < |
| 26 | OMAP3430_CORE2_IOPAD(0x25ea, PIN_OUTPUT | MUX_MODE4) /* etk_d7.gpio_21 */ |
| 27 | >; |
| 28 | }; |
| 29 | }; |
| 30 | |