Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Copyright (C) 2014 Florian Vaussard, EPFL Mobots group
0004  */
0005 
0006 /*
0007  * Summit 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                 pinctrl-names = "default";
0017                 pinctrl-0 = <&led_pins>;
0018                 heartbeat {
0019                         label = "overo:red:gpio21";
0020                         gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;            /* gpio_21 */
0021                         linux,default-trigger = "heartbeat";
0022                 };
0023         };
0024 };
0025 
0026 &lis33de {
0027         status = "disabled";
0028 };
0029