| 
									
										
										
										
											2011-12-16 12:35:53 +05:30
										 |  |  | /* | 
					
						
							|  |  |  |  * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is free software; you can redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of the GNU General Public License version 2 as | 
					
						
							|  |  |  |  * published by the Free Software Foundation. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | /dts-v1/; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-05-31 14:32:55 +02:00
										 |  |  | #include "omap34xx.dtsi" | 
					
						
							| 
									
										
										
										
											2011-12-16 12:35:53 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | / { | 
					
						
							|  |  |  | 	model = "TI OMAP3 EVM (OMAP3530, AM/DM37x)"; | 
					
						
							|  |  |  | 	compatible = "ti,omap3-evm", "ti,omap3"; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-19 12:53:05 -05:00
										 |  |  | 	cpus { | 
					
						
							|  |  |  | 		cpu@0 { | 
					
						
							|  |  |  | 			cpu0-supply = <&vcc>; | 
					
						
							|  |  |  | 		}; | 
					
						
							|  |  |  | 	}; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-12-16 12:35:53 +05:30
										 |  |  | 	memory { | 
					
						
							|  |  |  | 		device_type = "memory"; | 
					
						
							|  |  |  | 		reg = <0x80000000 0x10000000>; /* 256 MB */ | 
					
						
							|  |  |  | 	}; | 
					
						
							| 
									
										
										
										
											2012-09-05 09:46:26 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	leds { | 
					
						
							|  |  |  | 		compatible = "gpio-leds"; | 
					
						
							|  |  |  | 		ledb { | 
					
						
							|  |  |  | 			label = "omap3evm::ledb"; | 
					
						
							| 
									
										
										
										
											2013-05-31 14:32:56 +02:00
										 |  |  | 			gpios = <&twl_gpio 19 GPIO_ACTIVE_HIGH>; /* LEDB */ | 
					
						
							| 
									
										
										
										
											2012-09-05 09:46:26 +02:00
										 |  |  | 			linux,default-trigger = "default-on"; | 
					
						
							|  |  |  | 		}; | 
					
						
							|  |  |  | 	}; | 
					
						
							| 
									
										
										
										
											2011-12-16 12:35:53 +05:30
										 |  |  | }; | 
					
						
							| 
									
										
										
										
											2012-07-02 01:26:44 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | &i2c1 { | 
					
						
							|  |  |  | 	clock-frequency = <2600000>; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	twl: twl@48 { | 
					
						
							|  |  |  | 		reg = <0x48>; | 
					
						
							|  |  |  | 		interrupts = <7>; /* SYS_NIRQ cascaded to intc */ | 
					
						
							|  |  |  | 		interrupt-parent = <&intc>; | 
					
						
							|  |  |  | 	}; | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-05-31 14:32:55 +02:00
										 |  |  | #include "twl4030.dtsi" | 
					
						
							| 
									
										
										
										
											2013-05-31 14:09:34 -07:00
										 |  |  | #include "twl4030_omap3.dtsi" | 
					
						
							| 
									
										
										
										
											2012-07-02 01:26:44 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | &i2c2 { | 
					
						
							|  |  |  | 	clock-frequency = <400000>; | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | &i2c3 { | 
					
						
							|  |  |  | 	clock-frequency = <400000>; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* | 
					
						
							|  |  |  | 	 * TVP5146 Video decoder-in for analog input support. | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	tvp5146@5c { | 
					
						
							|  |  |  | 		compatible = "ti,tvp5146m2"; | 
					
						
							|  |  |  | 		reg = <0x5c>; | 
					
						
							|  |  |  | 	}; | 
					
						
							|  |  |  | }; | 
					
						
							| 
									
										
										
										
											2012-09-05 09:46:26 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | &twl_gpio { | 
					
						
							|  |  |  | 	ti,use-leds; | 
					
						
							|  |  |  | }; | 
					
						
							| 
									
										
										
										
											2013-03-07 19:05:16 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | &usb_otg_hs { | 
					
						
							|  |  |  | 	interface-type = <0>; | 
					
						
							| 
									
										
										
										
											2013-05-09 09:06:57 -07:00
										 |  |  | 	usb-phy = <&usb2_phy>; | 
					
						
							| 
									
										
										
										
											2013-03-07 19:05:16 +05:30
										 |  |  | 	mode = <3>; | 
					
						
							|  |  |  | 	power = <50>; | 
					
						
							|  |  |  | }; |