xref: /freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-overo-tobi-common.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright (C) 2012 Florian Vaussard, EPFL Mobots group
4*f126890aSEmmanuel Vadot */
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot/*
7*f126890aSEmmanuel Vadot * Tobi expansion board is manufactured by Gumstix Inc.
8*f126890aSEmmanuel Vadot */
9*f126890aSEmmanuel Vadot
10*f126890aSEmmanuel Vadot#include "omap3-overo-common-peripherals.dtsi"
11*f126890aSEmmanuel Vadot#include "omap3-overo-common-dvi.dtsi"
12*f126890aSEmmanuel Vadot
13*f126890aSEmmanuel Vadot/ {
14*f126890aSEmmanuel Vadot	leds {
15*f126890aSEmmanuel Vadot		compatible = "gpio-leds";
16*f126890aSEmmanuel Vadot		led-heartbeat {
17*f126890aSEmmanuel Vadot			label = "overo:red:gpio21";
18*f126890aSEmmanuel Vadot			gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
19*f126890aSEmmanuel Vadot			linux,default-trigger = "heartbeat";
20*f126890aSEmmanuel Vadot		};
21*f126890aSEmmanuel Vadot	};
22*f126890aSEmmanuel Vadot};
23*f126890aSEmmanuel Vadot
24*f126890aSEmmanuel Vadot#include "omap-gpmc-smsc9221.dtsi"
25*f126890aSEmmanuel Vadot
26*f126890aSEmmanuel Vadot&gpmc {
27*f126890aSEmmanuel Vadot	ethernet@gpmc {
28*f126890aSEmmanuel Vadot		reg = <5 0 0xff>;
29*f126890aSEmmanuel Vadot		interrupt-parent = <&gpio6>;
30*f126890aSEmmanuel Vadot		interrupts = <16 IRQ_TYPE_LEVEL_LOW>;	/* GPIO 176 */
31*f126890aSEmmanuel Vadot	};
32*f126890aSEmmanuel Vadot};
33*f126890aSEmmanuel Vadot
34*f126890aSEmmanuel Vadot&lis33de {
35*f126890aSEmmanuel Vadot	status = "disabled";
36*f126890aSEmmanuel Vadot};
37*f126890aSEmmanuel Vadot
38