Benoit Cousson | 38eb2ae | 2011-08-16 15:57:51 +0200 | [diff] [blame] | 1 | /* |
| 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 Cousson | 38eb2ae | 2011-08-16 15:57:51 +0200 | [diff] [blame] | 16 | memory { |
| 17 | device_type = "memory"; |
| 18 | reg = <0x80000000 0x40000000>; /* 1 GB */ |
| 19 | }; |
| 20 | }; |
Benoit Cousson | 898ee39 | 2011-08-17 18:42:25 +0530 | [diff] [blame] | 21 | |
| 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 Nayak | 7498176 | 2011-10-04 17:10:27 +0530 | [diff] [blame^] | 55 | |
| 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 | }; |