Florian Vaussard | bc7feda | 2012-08-31 18:06:11 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2012 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 | * Tobi expansion board is manufactured by Gumstix Inc. |
| 11 | */ |
| 12 | |
Florian Vaussard | 98ef7957 | 2013-05-31 14:32:55 +0200 | [diff] [blame] | 13 | #include "omap3-overo.dtsi" |
Florian Vaussard | bc7feda | 2012-08-31 18:06:11 +0200 | [diff] [blame] | 14 | |
| 15 | / { |
| 16 | model = "TI OMAP3 Gumstix Overo on Tobi"; |
| 17 | compatible = "ti,omap3-tobi", "ti,omap3-overo", "ti,omap3"; |
| 18 | |
| 19 | leds { |
| 20 | compatible = "gpio-leds"; |
| 21 | heartbeat { |
| 22 | label = "overo:red:gpio21"; |
Florian Vaussard | 6d624ea | 2013-05-31 14:32:56 +0200 | [diff] [blame^] | 23 | gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>; |
Florian Vaussard | bc7feda | 2012-08-31 18:06:11 +0200 | [diff] [blame] | 24 | linux,default-trigger = "heartbeat"; |
| 25 | }; |
| 26 | }; |
| 27 | }; |
| 28 | |
| 29 | &i2c3 { |
| 30 | clock-frequency = <100000>; |
| 31 | }; |
| 32 | |
| 33 | &mmc3 { |
| 34 | status = "disabled"; |
| 35 | }; |