blob: 13df50b394423c11a67319e15374f9edc7a86259 [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"
14
Florian Vaussardbc7feda2012-08-31 18:06:11 +020015/ {
Florian Vaussardbc7feda2012-08-31 18:06:11 +020016 leds {
17 compatible = "gpio-leds";
18 heartbeat {
19 label = "overo:red:gpio21";
Florian Vaussard212ae082013-06-11 16:49:48 +020020 gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
Florian Vaussardbc7feda2012-08-31 18:06:11 +020021 linux,default-trigger = "heartbeat";
22 };
23 };
Florian Vaussardc6ef0132013-06-11 16:49:47 +020024};
25
Florian Vaussardc3fba2d2014-03-07 20:22:17 +010026#include "omap-gpmc-smsc9221.dtsi"
27
Florian Vaussardc6ef0132013-06-11 16:49:47 +020028&gpmc {
29 ranges = <5 0 0x2c000000 0x1000000>; /* CS5 */
30
Florian Vaussardc3fba2d2014-03-07 20:22:17 +010031 ethernet@gpmc {
Florian Vaussardc6ef0132013-06-11 16:49:47 +020032 reg = <5 0 0xff>;
Florian Vaussardc6ef0132013-06-11 16:49:47 +020033 interrupt-parent = <&gpio6>;
34 interrupts = <16 IRQ_TYPE_LEVEL_LOW>; /* GPIO 176 */
Florian Vaussardc6ef0132013-06-11 16:49:47 +020035 };
Florian Vaussardbc7feda2012-08-31 18:06:11 +020036};
37
Florian Vaussard72a5cf12014-03-11 13:20:30 +010038&lis33de {
39 status = "disabled";
40};
41