ARM: dts: imx53: Add gpio and input dt includes.
[linux-2.6/btrfs-unstable.git] / arch / arm / boot / dts / omap2430-sdp.dts
blob2c90d29b4cad7f166a7961bd882b59e19ff1cc64
1 /*
2  * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
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 /dts-v1/;
10 #include "omap2430.dtsi"
12 / {
13         model = "TI OMAP2430 SDP";
14         compatible = "ti,omap2430-sdp", "ti,omap2430", "ti,omap2";
16         memory {
17                 device_type = "memory";
18                 reg = <0x80000000 0x8000000>; /* 128 MB */
19         };
22 &i2c2 {
23         clock-frequency = <100000>;
25         twl: twl@48 {
26                 reg = <0x48>;
27                 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
28         };
31 #include "twl4030.dtsi"
33 &mmc1 {
34         vmmc-supply = <&vmmc1>;
35         bus-width = <4>;
38 &gpmc {
39         ranges = <5 0 0x08000000 0x01000000>;
40         ethernet@gpmc {
41                 compatible = "smsc,lan91c94";
42                 interrupt-parent = <&gpio5>;
43                 interrupts = <21 IRQ_TYPE_LEVEL_LOW>;   /* gpio149 */
44                 reg = <5 0x300 0xf>;
45                 bank-width = <2>;
46                 gpmc,mux-add-data;
47         };