Stephen Warren | 1ce3d54 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 1 | #include "tegra186.dtsi" |
| 2 | |
| 3 | / { |
| 4 | model = "NVIDIA P2771-0000"; |
| 5 | compatible = "nvidia,p2771-0000", "nvidia,tegra186"; |
| 6 | |
| 7 | chosen { |
| 8 | stdout-path = &uarta; |
| 9 | }; |
| 10 | |
| 11 | aliases { |
| 12 | sdhci0 = "/sdhci@3460000"; |
Bryan Wu | 9422f3f | 2016-07-27 15:48:22 -0600 | [diff] [blame^] | 13 | i2c1 = "/i2c@3160000"; |
| 14 | i2c2 = "/i2c@c240000"; |
| 15 | i2c3 = "/i2c@3180000"; |
| 16 | i2c4 = "/i2c@3190000"; |
| 17 | i2c5 = "/i2c@31c0000"; |
| 18 | i2c6 = "/i2c@c250000"; |
| 19 | i2c7 = "/i2c@31e0000"; |
Stephen Warren | 1ce3d54 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 20 | }; |
| 21 | |
| 22 | memory { |
| 23 | reg = <0x0 0x80000000 0x0 0x60000000>; |
| 24 | }; |
| 25 | |
Bryan Wu | 9422f3f | 2016-07-27 15:48:22 -0600 | [diff] [blame^] | 26 | i2c@3160000 { |
| 27 | status = "okay"; |
| 28 | }; |
| 29 | |
| 30 | i2c@3180000 { |
| 31 | status = "okay"; |
| 32 | }; |
| 33 | |
| 34 | i2c@3190000 { |
| 35 | status = "okay"; |
| 36 | }; |
| 37 | |
| 38 | i2c@31c0000 { |
| 39 | status = "okay"; |
| 40 | }; |
| 41 | |
Stephen Warren | 1ce3d54 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 42 | sdhci@3460000 { |
| 43 | status = "okay"; |
| 44 | bus-width = <8>; |
| 45 | }; |
Bryan Wu | 9422f3f | 2016-07-27 15:48:22 -0600 | [diff] [blame^] | 46 | |
| 47 | i2c@c240000 { |
| 48 | status = "okay"; |
| 49 | }; |
| 50 | |
| 51 | i2c@c250000 { |
| 52 | status = "okay"; |
| 53 | }; |
| 54 | |
| 55 | i2c@31e0000 { |
| 56 | status = "okay"; |
| 57 | }; |
Stephen Warren | 1ce3d54 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 58 | }; |