ARM: dts: Add minimal DT support for DevKit8000
[deliverable/linux.git] / arch / arm / boot / dts / omap3-devkit8000.dts
CommitLineData
4bfe6341
AK
1/*
2 * Author: Anil Kumar <anilk4.v@gmail.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/;
9
10/include/ "omap3.dtsi"
11/ {
12 model = "TimLL OMAP3 Devkit8000";
13 compatible = "timll,omap3-devkit8000", "ti,omap3";
14
15 memory {
16 device_type = "memory";
17 reg = <0x80000000 0x10000000>; /* 256 MB */
18 };
19
20 leds {
21 compatible = "gpio-leds";
22
23 heartbeat {
24 label = "devkit8000::led1";
25 gpios = <&gpio6 26 0>; /* 186 -> LED1 */
26 default-state = "on";
27 linux,default-trigger = "heartbeat";
28 };
29
30 mmc {
31 label = "devkit8000::led2";
32 gpios = <&gpio6 3 0>; /* 163 -> LED2 */
33 default-state = "on";
34 linux,default-trigger = "none";
35 };
36
37 usr {
38 label = "devkit8000::led3";
39 gpios = <&gpio6 4 0>; /* 164 -> LED3 */
40 default-state = "on";
41 linux,default-trigger = "usr";
42 };
43
44 };
45};
46
47&i2c1 {
48 clock-frequency = <2600000>;
49
50 twl: twl@48 {
51 reg = <0x48>;
52 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
53 };
54};
55
56&i2c2 {
57 status = "disabled";
58};
59
60&i2c3 {
61 status = "disabled";
62};
63
64/include/ "twl4030.dtsi"
65
66&mmc1 {
67 vmmc-supply = <&vmmc1>;
68 vmmc_aux-supply = <&vsim>;
69 bus-width = <8>;
70};
71
72&mmc2 {
73 status = "disabled";
74};
75
76&mmc3 {
77 status = "disabled";
78};
79
80&wdt2 {
81 status = "disabled";
82};
83
84&mcbsp1 {
85 status = "disabled";
86};
87
88&mcbsp2 {
89 status = "disabled";
90};
91
92&mcbsp3 {
93 status = "disabled";
94};
95
96&mcbsp4 {
97 status = "disabled";
98};
99
100&mcbsp5 {
101 status = "disabled";
102};
This page took 0.087755 seconds and 5 git commands to generate.