Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Copyright (C) 2012 Florian Vaussard, EPFL Mobots group
0004  */
0005 
0006 /*
0007  * Tobi expansion board is manufactured by Gumstix Inc.
0008  */
0009 
0010 #include "omap3-overo-common-peripherals.dtsi"
0011 #include "omap3-overo-common-dvi.dtsi"
0012 
0013 / {
0014         leds {
0015                 compatible = "gpio-leds";
0016                 heartbeat {
0017                         label = "overo:red:gpio21";
0018                         gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
0019                         linux,default-trigger = "heartbeat";
0020                 };
0021         };
0022 };
0023 
0024 #include "omap-gpmc-smsc9221.dtsi"
0025 
0026 &gpmc {
0027         ethernet@gpmc {
0028                 reg = <5 0 0xff>;
0029                 interrupt-parent = <&gpio6>;
0030                 interrupts = <16 IRQ_TYPE_LEVEL_LOW>;   /* GPIO 176 */
0031         };
0032 };
0033 
0034 &lis33de {
0035         status = "disabled";
0036 };
0037