blob: ea6f5bb8a1202ae110254b8167adee31e15a05f3 [file] [log] [blame]
Benoit Cousson38eb2ae2011-08-16 15:57:51 +02001/*
2 * Copyright (C) 2011 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/;
9
10/include/ "omap4.dtsi"
11
12/ {
13 model = "TI OMAP4 PandaBoard";
14 compatible = "ti,omap4-panda", "ti,omap4430", "ti,omap4";
15
Benoit Cousson38eb2ae2011-08-16 15:57:51 +020016 memory {
17 device_type = "memory";
18 reg = <0x80000000 0x40000000>; /* 1 GB */
19 };
20};
Benoit Cousson898ee392011-08-17 18:42:25 +053021
22&i2c1 {
23 clock-frequency = <400000>;
24
25 twl: twl@48 {
26 reg = <0x48>;
27 /* SPI = 0, IRQ# = 7, 4 = active high level-sensitive */
28 interrupts = <0 7 4>; /* IRQ_SYS_1N cascaded to gic */
29 interrupt-parent = <&gic>;
30 };
31};
32
33/include/ "twl6030.dtsi"
34
35&i2c2 {
36 clock-frequency = <400000>;
37};
38
39&i2c3 {
40 clock-frequency = <100000>;
41
42 /*
43 * Display monitor features are burnt in their EEPROM as EDID data.
44 * The EEPROM is connected as I2C slave device.
45 */
46 eeprom@50 {
47 compatible = "ti,eeprom";
48 reg = <0x50>;
49 };
50};
51
52&i2c4 {
53 clock-frequency = <400000>;
54};
Rajendra Nayak74981762011-10-04 17:10:27 +053055
56&mmc1 {
57 vmmc-supply = <&vmmc>;
58 ti,bus-width = <8>;
59};
60
61&mmc2 {
62 status = "disable";
63};
64
65&mmc3 {
66 status = "disable";
67};
68
69&mmc4 {
70 status = "disable";
71};
72
73&mmc5 {
74 ti,non-removable;
75 ti,bus-width = <4>;
76};