Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.12 75 lines 1.3 kB view raw
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 "omap34xx.dtsi" 11 12/ { 13 model = "TI OMAP3 EVM (OMAP3530, AM/DM37x)"; 14 compatible = "ti,omap3-evm", "ti,omap3"; 15 16 cpus { 17 cpu@0 { 18 cpu0-supply = <&vcc>; 19 }; 20 }; 21 22 memory { 23 device_type = "memory"; 24 reg = <0x80000000 0x10000000>; /* 256 MB */ 25 }; 26 27 leds { 28 compatible = "gpio-leds"; 29 ledb { 30 label = "omap3evm::ledb"; 31 gpios = <&twl_gpio 19 GPIO_ACTIVE_HIGH>; /* LEDB */ 32 linux,default-trigger = "default-on"; 33 }; 34 }; 35}; 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 47#include "twl4030.dtsi" 48#include "twl4030_omap3.dtsi" 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}; 65 66&twl_gpio { 67 ti,use-leds; 68}; 69 70&usb_otg_hs { 71 interface-type = <0>; 72 usb-phy = <&usb2_phy>; 73 mode = <3>; 74 power = <50>; 75};