Vaibhav Hiremath | f0e15e2 | 2011-12-16 12:35:53 +0530 | [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 | |
Florian Vaussard | 98ef7957 | 2013-05-31 14:32:55 +0200 | [diff] [blame] | 10 | #include "omap34xx.dtsi" |
Vaibhav Hiremath | f0e15e2 | 2011-12-16 12:35:53 +0530 | [diff] [blame] | 11 | |
| 12 | / { |
| 13 | model = "TI OMAP3 EVM (OMAP3530, AM/DM37x)"; |
| 14 | compatible = "ti,omap3-evm", "ti,omap3"; |
| 15 | |
Nishanth Menon | a134be3 | 2013-03-19 12:53:05 -0500 | [diff] [blame] | 16 | cpus { |
| 17 | cpu@0 { |
| 18 | cpu0-supply = <&vcc>; |
| 19 | }; |
| 20 | }; |
| 21 | |
Vaibhav Hiremath | f0e15e2 | 2011-12-16 12:35:53 +0530 | [diff] [blame] | 22 | memory { |
| 23 | device_type = "memory"; |
| 24 | reg = <0x80000000 0x10000000>; /* 256 MB */ |
| 25 | }; |
Florian Vaussard | a60be2f | 2012-09-05 09:46:26 +0200 | [diff] [blame] | 26 | |
| 27 | leds { |
| 28 | compatible = "gpio-leds"; |
| 29 | ledb { |
| 30 | label = "omap3evm::ledb"; |
Florian Vaussard | 6d624ea | 2013-05-31 14:32:56 +0200 | [diff] [blame] | 31 | gpios = <&twl_gpio 19 GPIO_ACTIVE_HIGH>; /* LEDB */ |
Florian Vaussard | a60be2f | 2012-09-05 09:46:26 +0200 | [diff] [blame] | 32 | linux,default-trigger = "default-on"; |
| 33 | }; |
| 34 | }; |
Vaibhav Hiremath | f0e15e2 | 2011-12-16 12:35:53 +0530 | [diff] [blame] | 35 | }; |
Vaibhav Hiremath | c7d0eff | 2012-07-02 01:26:44 -0700 | [diff] [blame] | 36 | |
| 37 | &i2c1 { |
| 38 | clock-frequency = <2600000>; |
| 39 | |
| 40 | twl: twl@48 { |
| 41 | reg = <0x48>; |
| 42 | interrupts = <7>; /* SYS_NIRQ cascaded to intc */ |
| 43 | interrupt-parent = <&intc>; |
| 44 | }; |
| 45 | }; |
| 46 | |
Florian Vaussard | 98ef7957 | 2013-05-31 14:32:55 +0200 | [diff] [blame] | 47 | #include "twl4030.dtsi" |
Kevin Hilman | f968845 | 2013-05-31 14:09:34 -0700 | [diff] [blame] | 48 | #include "twl4030_omap3.dtsi" |
Vaibhav Hiremath | c7d0eff | 2012-07-02 01:26:44 -0700 | [diff] [blame] | 49 | |
| 50 | &i2c2 { |
| 51 | clock-frequency = <400000>; |
| 52 | }; |
| 53 | |
| 54 | &i2c3 { |
| 55 | clock-frequency = <400000>; |
| 56 | |
| 57 | /* |
| 58 | * TVP5146 Video decoder-in for analog input support. |
| 59 | */ |
| 60 | tvp5146@5c { |
| 61 | compatible = "ti,tvp5146m2"; |
| 62 | reg = <0x5c>; |
| 63 | }; |
| 64 | }; |
Florian Vaussard | a60be2f | 2012-09-05 09:46:26 +0200 | [diff] [blame] | 65 | |
| 66 | &twl_gpio { |
| 67 | ti,use-leds; |
| 68 | }; |
Kishon Vijay Abraham I | ad871c1 | 2013-03-07 19:05:16 +0530 | [diff] [blame] | 69 | |
| 70 | &usb_otg_hs { |
| 71 | interface-type = <0>; |
Jason Cooper | 914dc32 | 2013-05-09 09:06:57 -0700 | [diff] [blame] | 72 | usb-phy = <&usb2_phy>; |
Kishon Vijay Abraham I | ad871c1 | 2013-03-07 19:05:16 +0530 | [diff] [blame] | 73 | mode = <3>; |
| 74 | power = <50>; |
| 75 | }; |