Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-linus
[deliverable/linux.git] / arch / arm / boot / dts / omap3-overo-tobi-common.dtsi
CommitLineData
bc7fedad
FV
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
385306cc 13#include "omap3-overo-common-peripherals.dtsi"
f376661d 14#include "omap3-overo-common-dvi.dtsi"
385306cc 15
bc7fedad 16/ {
bc7fedad
FV
17 leds {
18 compatible = "gpio-leds";
19 heartbeat {
20 label = "overo:red:gpio21";
212ae089 21 gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
bc7fedad
FV
22 linux,default-trigger = "heartbeat";
23 };
24 };
c6ef0132
FV
25};
26
c3fba2d0
FV
27#include "omap-gpmc-smsc9221.dtsi"
28
c6ef0132
FV
29&gpmc {
30 ranges = <5 0 0x2c000000 0x1000000>; /* CS5 */
31
c3fba2d0 32 ethernet@gpmc {
c6ef0132 33 reg = <5 0 0xff>;
c6ef0132
FV
34 interrupt-parent = <&gpio6>;
35 interrupts = <16 IRQ_TYPE_LEVEL_LOW>; /* GPIO 176 */
c6ef0132 36 };
bc7fedad
FV
37};
38
72a5cf14
FV
39&lis33de {
40 status = "disabled";
41};
42
This page took 0.224412 seconds and 5 git commands to generate.