Grant Likely | 8e267f3 | 2011-07-19 17:26:54 -0600 | [diff] [blame] | 1 | /dts-v1/; |
| 2 | |
Grant Likely | 8e267f3 | 2011-07-19 17:26:54 -0600 | [diff] [blame] | 3 | /include/ "tegra20.dtsi" |
| 4 | |
| 5 | / { |
| 6 | model = "NVIDIA Tegra2 Harmony evaluation board"; |
| 7 | compatible = "nvidia,harmony", "nvidia,tegra20"; |
| 8 | |
Grant Likely | 8e267f3 | 2011-07-19 17:26:54 -0600 | [diff] [blame] | 9 | memory@0 { |
| 10 | reg = < 0x00000000 0x40000000 >; |
| 11 | }; |
| 12 | |
| 13 | i2c@7000c000 { |
| 14 | clock-frequency = <400000>; |
| 15 | |
| 16 | codec: wm8903@1a { |
| 17 | compatible = "wlf,wm8903"; |
| 18 | reg = <0x1a>; |
| 19 | interrupts = < 347 >; |
| 20 | |
| 21 | gpio-controller; |
| 22 | #gpio-cells = <2>; |
| 23 | |
| 24 | /* 0x8000 = Not configured */ |
| 25 | gpio-cfg = < 0x8000 0x8000 0 0x8000 0x8000 >; |
| 26 | }; |
| 27 | }; |
| 28 | |
| 29 | i2c@7000c400 { |
| 30 | clock-frequency = <400000>; |
| 31 | }; |
| 32 | |
| 33 | i2c@7000c500 { |
| 34 | clock-frequency = <400000>; |
| 35 | }; |
| 36 | |
| 37 | i2c@7000d000 { |
| 38 | clock-frequency = <400000>; |
| 39 | }; |
| 40 | |
| 41 | sound { |
| 42 | compatible = "nvidia,harmony-sound", "nvidia,tegra-wm8903"; |
| 43 | |
| 44 | spkr-en-gpios = <&codec 2 0>; |
| 45 | hp-det-gpios = <&gpio 178 0>; |
| 46 | int-mic-en-gpios = <&gpio 184 0>; |
| 47 | ext-mic-en-gpios = <&gpio 185 0>; |
| 48 | }; |
| 49 | |
Stephen Warren | 31c1ec9 | 2011-11-21 14:44:10 -0700 | [diff] [blame^] | 50 | serial@70006000 { |
| 51 | status = "disable"; |
| 52 | }; |
| 53 | |
| 54 | serial@70006040 { |
| 55 | status = "disable"; |
| 56 | }; |
| 57 | |
| 58 | serial@70006200 { |
| 59 | status = "disable"; |
| 60 | }; |
| 61 | |
Grant Likely | 8e267f3 | 2011-07-19 17:26:54 -0600 | [diff] [blame] | 62 | serial@70006300 { |
| 63 | clock-frequency = < 216000000 >; |
| 64 | }; |
| 65 | |
Stephen Warren | 31c1ec9 | 2011-11-21 14:44:10 -0700 | [diff] [blame^] | 66 | serial@70006400 { |
| 67 | status = "disable"; |
| 68 | }; |
| 69 | |
Grant Likely | 8e267f3 | 2011-07-19 17:26:54 -0600 | [diff] [blame] | 70 | sdhci@c8000200 { |
Stephen Warren | a0638eb | 2011-09-20 10:46:25 -0600 | [diff] [blame] | 71 | cd-gpios = <&gpio 69 0>; /* gpio PI5 */ |
| 72 | wp-gpios = <&gpio 57 0>; /* gpio PH1 */ |
| 73 | power-gpios = <&gpio 155 0>; /* gpio PT3 */ |
Grant Likely | 8e267f3 | 2011-07-19 17:26:54 -0600 | [diff] [blame] | 74 | }; |
| 75 | |
| 76 | sdhci@c8000600 { |
Stephen Warren | a0638eb | 2011-09-20 10:46:25 -0600 | [diff] [blame] | 77 | cd-gpios = <&gpio 58 0>; /* gpio PH2 */ |
| 78 | wp-gpios = <&gpio 59 0>; /* gpio PH3 */ |
| 79 | power-gpios = <&gpio 70 0>; /* gpio PI6 */ |
Stephen Warren | 6111d50 | 2011-09-20 10:46:26 -0600 | [diff] [blame] | 80 | support-8bit; |
Grant Likely | 8e267f3 | 2011-07-19 17:26:54 -0600 | [diff] [blame] | 81 | }; |
| 82 | }; |