Blame view

arch/arm/boot/dts/omap3-overo-tobi-common.dtsi 797 Bytes
bc7fedad8   Florian Vaussard   ARM: dts: OMAP3: ...
1
2
3
4
5
6
7
8
9
10
11
  /*
   * Copyright (C) 2012 Florian Vaussard, EPFL Mobots group
   *
   * This program is free software; you can redistribute it and/or modify
   * it under the terms of the GNU General Public License version 2 as
   * published by the Free Software Foundation.
   */
  
  /*
   * Tobi expansion board is manufactured by Gumstix Inc.
   */
385306cc3   Florian Vaussard   ARM: dts: overo: ...
12
  #include "omap3-overo-common-peripherals.dtsi"
f376661d2   Florian Vaussard   ARM: dts: overo: ...
13
  #include "omap3-overo-common-dvi.dtsi"
385306cc3   Florian Vaussard   ARM: dts: overo: ...
14

bc7fedad8   Florian Vaussard   ARM: dts: OMAP3: ...
15
  / {
bc7fedad8   Florian Vaussard   ARM: dts: OMAP3: ...
16
17
18
19
  	leds {
  		compatible = "gpio-leds";
  		heartbeat {
  			label = "overo:red:gpio21";
212ae0899   Florian Vaussard   ARM: dts: omap3-t...
20
  			gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
bc7fedad8   Florian Vaussard   ARM: dts: OMAP3: ...
21
22
23
  			linux,default-trigger = "heartbeat";
  		};
  	};
c6ef01322   Florian Vaussard   ARM: dts: omap3-t...
24
  };
c3fba2d05   Florian Vaussard   ARM: dts: omap3-t...
25
  #include "omap-gpmc-smsc9221.dtsi"
c6ef01322   Florian Vaussard   ARM: dts: omap3-t...
26
  &gpmc {
c3fba2d05   Florian Vaussard   ARM: dts: omap3-t...
27
  	ethernet@gpmc {
c6ef01322   Florian Vaussard   ARM: dts: omap3-t...
28
  		reg = <5 0 0xff>;
c6ef01322   Florian Vaussard   ARM: dts: omap3-t...
29
30
  		interrupt-parent = <&gpio6>;
  		interrupts = <16 IRQ_TYPE_LEVEL_LOW>;	/* GPIO 176 */
c6ef01322   Florian Vaussard   ARM: dts: omap3-t...
31
  	};
bc7fedad8   Florian Vaussard   ARM: dts: OMAP3: ...
32
  };
72a5cf147   Florian Vaussard   ARM: dts: overo: ...
33
34
35
  &lis33de {
  	status = "disabled";
  };