tegra-harmony.dts 2.0 KB
Newer Older
G
Grant Likely 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/dts-v1/;

/include/ "tegra20.dtsi"

/ {
	model = "NVIDIA Tegra2 Harmony evaluation board";
	compatible = "nvidia,harmony", "nvidia,tegra20";

	memory@0 {
		reg = < 0x00000000 0x40000000 >;
	};

	i2c@7000c000 {
		clock-frequency = <400000>;

16
		wm8903: wm8903@1a {
G
Grant Likely 已提交
17 18
			compatible = "wlf,wm8903";
			reg = <0x1a>;
19 20
			interrupt-parent = <&gpio>;
			interrupts = < 187 0x04 >;
G
Grant Likely 已提交
21 22 23 24

			gpio-controller;
			#gpio-cells = <2>;

25 26 27
			micdet-cfg = <0>;
			micdet-delay = <100>;
			gpio-cfg = < 0xffffffff 0xffffffff 0 0xffffffff 0xffffffff >;
G
Grant Likely 已提交
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
		};
	};

	i2c@7000c400 {
		clock-frequency = <400000>;
	};

	i2c@7000c500 {
		clock-frequency = <400000>;
	};

	i2c@7000d000 {
		clock-frequency = <400000>;
	};

43 44 45
	i2s@70002a00 {
		status = "disable";
	};
G
Grant Likely 已提交
46

47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
	sound {
		compatible = "nvidia,tegra-audio-wm8903-harmony",
			     "nvidia,tegra-audio-wm8903";
		nvidia,model = "NVIDIA Tegra Harmony";

		nvidia,audio-routing =
			"Headphone Jack", "HPOUTR",
			"Headphone Jack", "HPOUTL",
			"Int Spk", "ROP",
			"Int Spk", "RON",
			"Int Spk", "LOP",
			"Int Spk", "LON",
			"Mic Jack", "MICBIAS",
			"IN1L", "Mic Jack";

		nvidia,i2s-controller = <&tegra_i2s1>;
		nvidia,audio-codec = <&wm8903>;

		nvidia,spkr-en-gpios = <&wm8903 2 0>;
		nvidia,hp-det-gpios = <&gpio 178 0>; /* gpio PW2 */
		nvidia,int-mic-en-gpios = <&gpio 184 0>; /*gpio PX0 */
		nvidia,ext-mic-en-gpios = <&gpio 185 0>; /* gpio PX1 */
G
Grant Likely 已提交
69 70
	};

71 72 73 74 75 76 77 78 79 80 81 82
	serial@70006000 {
		status = "disable";
	};

	serial@70006040 {
		status = "disable";
	};

	serial@70006200 {
		status = "disable";
	};

G
Grant Likely 已提交
83 84 85 86
	serial@70006300 {
		clock-frequency = < 216000000 >;
	};

87 88 89 90
	serial@70006400 {
		status = "disable";
	};

91 92 93 94
	sdhci@c8000000 {
		status = "disable";
	};

G
Grant Likely 已提交
95
	sdhci@c8000200 {
96 97 98
		cd-gpios = <&gpio 69 0>; /* gpio PI5 */
		wp-gpios = <&gpio 57 0>; /* gpio PH1 */
		power-gpios = <&gpio 155 0>; /* gpio PT3 */
G
Grant Likely 已提交
99 100
	};

101 102 103 104
	sdhci@c8000400 {
		status = "disable";
	};

G
Grant Likely 已提交
105
	sdhci@c8000600 {
106 107 108
		cd-gpios = <&gpio 58 0>; /* gpio PH2 */
		wp-gpios = <&gpio 59 0>; /* gpio PH3 */
		power-gpios = <&gpio 70 0>; /* gpio PI6 */
109
		support-8bit;
G
Grant Likely 已提交
110 111
	};
};