Tom Warren | 6017954 | 2013-04-12 11:20:51 -0700 | [diff] [blame] | 1 | /dts-v1/; |
| 2 | |
| 3 | #include "tegra30.dtsi" |
| 4 | |
| 5 | / { |
| 6 | model = "NVIDIA Beaver"; |
| 7 | compatible = "nvidia,beaver", "nvidia,tegra30"; |
| 8 | |
| 9 | aliases { |
| 10 | i2c0 = "/i2c@7000d000"; |
| 11 | i2c1 = "/i2c@7000c000"; |
| 12 | i2c2 = "/i2c@7000c400"; |
| 13 | i2c3 = "/i2c@7000c500"; |
| 14 | i2c4 = "/i2c@7000c700"; |
| 15 | sdhci0 = "/sdhci@78000600"; |
| 16 | sdhci1 = "/sdhci@78000000"; |
| 17 | }; |
| 18 | |
| 19 | memory { |
| 20 | device_type = "memory"; |
| 21 | reg = <0x80000000 0x7ff00000>; |
| 22 | }; |
| 23 | |
| 24 | i2c@7000c000 { |
| 25 | status = "okay"; |
| 26 | clock-frequency = <100000>; |
| 27 | }; |
| 28 | |
| 29 | i2c@7000c400 { |
| 30 | status = "okay"; |
| 31 | clock-frequency = <100000>; |
| 32 | }; |
| 33 | |
| 34 | i2c@7000c500 { |
| 35 | status = "okay"; |
| 36 | clock-frequency = <100000>; |
| 37 | }; |
| 38 | |
| 39 | i2c@7000c700 { |
| 40 | status = "okay"; |
| 41 | clock-frequency = <100000>; |
| 42 | }; |
| 43 | |
| 44 | i2c@7000d000 { |
| 45 | status = "okay"; |
| 46 | clock-frequency = <100000>; |
| 47 | }; |
| 48 | |
| 49 | spi@7000da00 { |
| 50 | status = "okay"; |
| 51 | spi-max-frequency = <25000000>; |
| 52 | spi-flash@1 { |
| 53 | compatible = "winbond,w25q32"; |
| 54 | reg = <1>; |
| 55 | spi-max-frequency = <20000000>; |
| 56 | }; |
| 57 | }; |
| 58 | |
| 59 | sdhci@78000000 { |
| 60 | status = "okay"; |
| 61 | cd-gpios = <&gpio 69 1>; /* gpio PI5 */ |
| 62 | wp-gpios = <&gpio 155 0>; /* gpio PT3 */ |
| 63 | power-gpios = <&gpio 31 0>; /* gpio PD7 */ |
| 64 | bus-width = <4>; |
| 65 | }; |
| 66 | |
| 67 | sdhci@78000600 { |
| 68 | status = "okay"; |
| 69 | bus-width = <8>; |
| 70 | }; |
| 71 | }; |