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 | 385306c | 2014-03-11 13:20:29 +0100 | [diff] [blame] | 13 | #include "omap3-overo-common-peripherals.dtsi" |
Florian Vaussard | f376661 | 2014-05-20 15:58:55 +0200 | [diff] [blame] | 14 | #include "omap3-overo-common-dvi.dtsi" |
Florian Vaussard | 385306c | 2014-03-11 13:20:29 +0100 | [diff] [blame] | 15 | |
Florian Vaussard | bc7feda | 2012-08-31 18:06:11 +0200 | [diff] [blame] | 16 | / { |
Florian Vaussard | bc7feda | 2012-08-31 18:06:11 +0200 | [diff] [blame] | 17 | leds { |
| 18 | compatible = "gpio-leds"; |
| 19 | heartbeat { |
| 20 | label = "overo:red:gpio21"; |
Florian Vaussard | 212ae08 | 2013-06-11 16:49:48 +0200 | [diff] [blame] | 21 | gpios = <&gpio1 21 GPIO_ACTIVE_LOW>; |
Florian Vaussard | bc7feda | 2012-08-31 18:06:11 +0200 | [diff] [blame] | 22 | linux,default-trigger = "heartbeat"; |
| 23 | }; |
| 24 | }; |
Florian Vaussard | c6ef013 | 2013-06-11 16:49:47 +0200 | [diff] [blame] | 25 | }; |
| 26 | |
Florian Vaussard | c3fba2d | 2014-03-07 20:22:17 +0100 | [diff] [blame] | 27 | #include "omap-gpmc-smsc9221.dtsi" |
| 28 | |
Florian Vaussard | c6ef013 | 2013-06-11 16:49:47 +0200 | [diff] [blame] | 29 | &gpmc { |
| 30 | ranges = <5 0 0x2c000000 0x1000000>; /* CS5 */ |
| 31 | |
Florian Vaussard | c3fba2d | 2014-03-07 20:22:17 +0100 | [diff] [blame] | 32 | ethernet@gpmc { |
Florian Vaussard | c6ef013 | 2013-06-11 16:49:47 +0200 | [diff] [blame] | 33 | reg = <5 0 0xff>; |
Florian Vaussard | c6ef013 | 2013-06-11 16:49:47 +0200 | [diff] [blame] | 34 | interrupt-parent = <&gpio6>; |
| 35 | interrupts = <16 IRQ_TYPE_LEVEL_LOW>; /* GPIO 176 */ |
Florian Vaussard | c6ef013 | 2013-06-11 16:49:47 +0200 | [diff] [blame] | 36 | }; |
Florian Vaussard | bc7feda | 2012-08-31 18:06:11 +0200 | [diff] [blame] | 37 | }; |
| 38 | |
Florian Vaussard | 72a5cf1 | 2014-03-11 13:20:30 +0100 | [diff] [blame] | 39 | &lis33de { |
| 40 | status = "disabled"; |
| 41 | }; |
| 42 | |