Loading...
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
13#include "omap3-overo-common-peripherals.dtsi"
14#include "omap3-overo-common-dvi.dtsi"
15
16/ {
17 leds {
18 compatible = "gpio-leds";
19 heartbeat {
20 label = "overo:red:gpio21";
21 gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
22 linux,default-trigger = "heartbeat";
23 };
24 };
25};
26
27#include "omap-gpmc-smsc9221.dtsi"
28
29&gpmc {
30 ethernet@gpmc {
31 reg = <5 0 0xff>;
32 interrupt-parent = <&gpio6>;
33 interrupts = <16 IRQ_TYPE_LEVEL_LOW>; /* GPIO 176 */
34 };
35};
36
37&lis33de {
38 status = "disabled";
39};
40
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
13#include "omap3-overo-common-peripherals.dtsi"
14
15/ {
16 leds {
17 compatible = "gpio-leds";
18 heartbeat {
19 label = "overo:red:gpio21";
20 gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
21 linux,default-trigger = "heartbeat";
22 };
23 };
24};
25
26#include "omap-gpmc-smsc9221.dtsi"
27
28&gpmc {
29 ranges = <5 0 0x2c000000 0x1000000>; /* CS5 */
30
31 ethernet@gpmc {
32 reg = <5 0 0xff>;
33 interrupt-parent = <&gpio6>;
34 interrupts = <16 IRQ_TYPE_LEVEL_LOW>; /* GPIO 176 */
35 };
36};
37
38&lis33de {
39 status = "disabled";
40};
41