diff options
author | Olof Johansson <olof@lixom.net> | 2012-10-01 17:23:11 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-10-01 17:23:11 -0400 |
commit | 7e95c548818d2b311090848083277fb907cfb56d (patch) | |
tree | 86fecf07ae1f01ba8bac5969974a7915b738baee /arch/arm/boot/dts/omap2420.dtsi | |
parent | 6d55d5968a8622f3ea20ec40737aea1cfba6438c (diff) | |
parent | 99261fbad0a16f105b262d7525801697588ba526 (diff) |
Merge branch 'next/dt' into HEAD
Conflicts:
Documentation/devicetree/bindings/usb/platform-uhci.txt
arch/arm/mach-vt8500/bv07.c
arch/arm/mach-vt8500/devices-vt8500.c
arch/arm/mach-vt8500/devices-wm8505.c
arch/arm/mach-vt8500/devices.c
arch/arm/mach-vt8500/devices.h
arch/arm/mach-vt8500/wm8505_7in.c
Diffstat (limited to 'arch/arm/boot/dts/omap2420.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap2420.dtsi | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap2420.dtsi b/arch/arm/boot/dts/omap2420.dtsi new file mode 100644 index 000000000000..bfd76b4a0ddc --- /dev/null +++ b/arch/arm/boot/dts/omap2420.dtsi | |||
@@ -0,0 +1,48 @@ | |||
1 | /* | ||
2 | * Device Tree Source for OMAP2420 SoC | ||
3 | * | ||
4 | * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ | ||
5 | * | ||
6 | * This file is licensed under the terms of the GNU General Public License | ||
7 | * version 2. This program is licensed "as is" without any warranty of any | ||
8 | * kind, whether express or implied. | ||
9 | */ | ||
10 | |||
11 | /include/ "omap2.dtsi" | ||
12 | |||
13 | / { | ||
14 | compatible = "ti,omap2420", "ti,omap2"; | ||
15 | |||
16 | ocp { | ||
17 | omap2420_pmx: pinmux@48000030 { | ||
18 | compatible = "ti,omap2420-padconf", "pinctrl-single"; | ||
19 | reg = <0x48000030 0x0113>; | ||
20 | #address-cells = <1>; | ||
21 | #size-cells = <0>; | ||
22 | pinctrl-single,register-width = <8>; | ||
23 | pinctrl-single,function-mask = <0x3f>; | ||
24 | }; | ||
25 | |||
26 | mcbsp1: mcbsp@48074000 { | ||
27 | compatible = "ti,omap2420-mcbsp"; | ||
28 | reg = <0x48074000 0xff>; | ||
29 | reg-names = "mpu"; | ||
30 | interrupts = <59>, /* TX interrupt */ | ||
31 | <60>; /* RX interrupt */ | ||
32 | interrupt-names = "tx", "rx"; | ||
33 | interrupt-parent = <&intc>; | ||
34 | ti,hwmods = "mcbsp1"; | ||
35 | }; | ||
36 | |||
37 | mcbsp2: mcbsp@48076000 { | ||
38 | compatible = "ti,omap2420-mcbsp"; | ||
39 | reg = <0x48076000 0xff>; | ||
40 | reg-names = "mpu"; | ||
41 | interrupts = <62>, /* TX interrupt */ | ||
42 | <63>; /* RX interrupt */ | ||
43 | interrupt-names = "tx", "rx"; | ||
44 | interrupt-parent = <&intc>; | ||
45 | ti,hwmods = "mcbsp2"; | ||
46 | }; | ||
47 | }; | ||
48 | }; | ||