blob: 9e24b6a1d07b8e4d02b6d0704858680015f0069b [file] [log] [blame]
Florian Vaussardbc7feda2012-08-31 18:06:11 +02001/*
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 Vaussard385306c2014-03-11 13:20:29 +010013#include "omap3-overo-common-peripherals.dtsi"
Florian Vaussardf3766612014-05-20 15:58:55 +020014#include "omap3-overo-common-dvi.dtsi"
Florian Vaussard385306c2014-03-11 13:20:29 +010015
Florian Vaussardbc7feda2012-08-31 18:06:11 +020016/ {
Florian Vaussardbc7feda2012-08-31 18:06:11 +020017 leds {
18 compatible = "gpio-leds";
19 heartbeat {
20 label = "overo:red:gpio21";
Florian Vaussard212ae082013-06-11 16:49:48 +020021 gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
Florian Vaussardbc7feda2012-08-31 18:06:11 +020022 linux,default-trigger = "heartbeat";
23 };
24 };
Florian Vaussardc6ef0132013-06-11 16:49:47 +020025};
26
Florian Vaussardc3fba2d2014-03-07 20:22:17 +010027#include "omap-gpmc-smsc9221.dtsi"
28
Florian Vaussardc6ef0132013-06-11 16:49:47 +020029&gpmc {
30 ranges = <5 0 0x2c000000 0x1000000>; /* CS5 */
31
Florian Vaussardc3fba2d2014-03-07 20:22:17 +010032 ethernet@gpmc {
Florian Vaussardc6ef0132013-06-11 16:49:47 +020033 reg = <5 0 0xff>;
Florian Vaussardc6ef0132013-06-11 16:49:47 +020034 interrupt-parent = <&gpio6>;
35 interrupts = <16 IRQ_TYPE_LEVEL_LOW>; /* GPIO 176 */
Florian Vaussardc6ef0132013-06-11 16:49:47 +020036 };
Florian Vaussardbc7feda2012-08-31 18:06:11 +020037};
38
Florian Vaussard72a5cf12014-03-11 13:20:30 +010039&lis33de {
40 status = "disabled";
41};
42