diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-09-20 11:06:07 -0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-09-20 11:34:00 -0400 |
commit | a3ee1293b1bec15e179b5a4c99fe07157de35202 (patch) | |
tree | fa91bac38adc9c551cad74a7215fcdbaf5e3a152 /arch/arm/boot/dts/tegra20-plutux.dts | |
parent | 307e28ee374addbc59f0929d98a0b0d811e3323e (diff) |
ARM: tegra: Add Avionic Design Plutux support
The Plutux is a set-top box device based on the Tamonten SOM and can be
connected to a display via HDMI.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-plutux.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra20-plutux.dts | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20-plutux.dts b/arch/arm/boot/dts/tegra20-plutux.dts new file mode 100644 index 000000000000..331a3ef24d59 --- /dev/null +++ b/arch/arm/boot/dts/tegra20-plutux.dts | |||
@@ -0,0 +1,50 @@ | |||
1 | /dts-v1/; | ||
2 | |||
3 | /include/ "tegra20-tamonten.dtsi" | ||
4 | |||
5 | / { | ||
6 | model = "Avionic Design Plutux board"; | ||
7 | compatible = "ad,plutux", "ad,tamonten", "nvidia,tegra20"; | ||
8 | |||
9 | i2c@7000c000 { | ||
10 | wm8903: wm8903@1a { | ||
11 | compatible = "wlf,wm8903"; | ||
12 | reg = <0x1a>; | ||
13 | interrupt-parent = <&gpio>; | ||
14 | interrupts = <187 0x04>; | ||
15 | |||
16 | gpio-controller; | ||
17 | #gpio-cells = <2>; | ||
18 | |||
19 | micdet-cfg = <0>; | ||
20 | micdet-delay = <100>; | ||
21 | gpio-cfg = <0xffffffff | ||
22 | 0xffffffff | ||
23 | 0 | ||
24 | 0xffffffff | ||
25 | 0xffffffff>; | ||
26 | }; | ||
27 | }; | ||
28 | |||
29 | sound { | ||
30 | compatible = "ad,tegra-audio-plutux", | ||
31 | "nvidia,tegra-audio-wm8903"; | ||
32 | nvidia,model = "Avionic Design Plutux"; | ||
33 | |||
34 | nvidia,audio-routing = | ||
35 | "Headphone Jack", "HPOUTR", | ||
36 | "Headphone Jack", "HPOUTL", | ||
37 | "Int Spk", "ROP", | ||
38 | "Int Spk", "RON", | ||
39 | "Int Spk", "LOP", | ||
40 | "Int Spk", "LON", | ||
41 | "Mic Jack", "MICBIAS", | ||
42 | "IN1L", "Mic Jack"; | ||
43 | |||
44 | nvidia,i2s-controller = <&tegra_i2s1>; | ||
45 | nvidia,audio-codec = <&wm8903>; | ||
46 | |||
47 | nvidia,spkr-en-gpios = <&wm8903 2 0>; | ||
48 | nvidia,hp-det-gpios = <&gpio 178 0>; /* gpio PW2 */ | ||
49 | }; | ||
50 | }; | ||