Stephen Warren | 10a0338 | 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 { |
Stephen Warren | 67748a7 | 2016-09-13 10:45:43 -0600 | [diff] [blame] | 12 | mmc0 = "/sdhci@3460000"; |
| 13 | mmc1 = "/sdhci@3400000"; |
Stephen Warren | 45d85f0 | 2016-07-29 13:15:05 -0600 | [diff] [blame] | 14 | i2c0 = "/bpmp/i2c"; |
Bryan Wu | ad3c144 | 2016-07-27 15:48:22 -0600 | [diff] [blame] | 15 | i2c1 = "/i2c@3160000"; |
| 16 | i2c2 = "/i2c@c240000"; |
| 17 | i2c3 = "/i2c@3180000"; |
| 18 | i2c4 = "/i2c@3190000"; |
| 19 | i2c5 = "/i2c@31c0000"; |
| 20 | i2c6 = "/i2c@c250000"; |
| 21 | i2c7 = "/i2c@31e0000"; |
Stephen Warren | 10a0338 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 22 | }; |
| 23 | |
| 24 | memory { |
| 25 | reg = <0x0 0x80000000 0x0 0x60000000>; |
| 26 | }; |
| 27 | |
Stephen Warren | 2162245 | 2016-09-12 11:51:15 -0600 | [diff] [blame] | 28 | ethernet@2490000 { |
| 29 | status = "okay"; |
| 30 | phy-reset-gpios = <&gpio_main TEGRA_MAIN_GPIO(M, 4) GPIO_ACTIVE_LOW>; |
| 31 | }; |
| 32 | |
Bryan Wu | ad3c144 | 2016-07-27 15:48:22 -0600 | [diff] [blame] | 33 | i2c@3160000 { |
| 34 | status = "okay"; |
| 35 | }; |
| 36 | |
| 37 | i2c@3180000 { |
| 38 | status = "okay"; |
| 39 | }; |
| 40 | |
| 41 | i2c@3190000 { |
| 42 | status = "okay"; |
| 43 | }; |
| 44 | |
| 45 | i2c@31c0000 { |
| 46 | status = "okay"; |
| 47 | }; |
| 48 | |
Stephen Warren | 45d85f0 | 2016-07-29 13:15:05 -0600 | [diff] [blame] | 49 | sdhci@3400000 { |
| 50 | status = "okay"; |
| 51 | wp-gpios = <&gpio_main TEGRA_MAIN_GPIO(P, 4) GPIO_ACTIVE_HIGH>; |
| 52 | bus-width = <4>; |
| 53 | }; |
| 54 | |
Stephen Warren | 10a0338 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 55 | sdhci@3460000 { |
| 56 | status = "okay"; |
| 57 | bus-width = <8>; |
Tom Warren | 9a06a1a | 2016-09-13 10:45:42 -0600 | [diff] [blame] | 58 | non-removable; |
Stephen Warren | 10a0338 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 59 | }; |
Bryan Wu | ad3c144 | 2016-07-27 15:48:22 -0600 | [diff] [blame] | 60 | |
| 61 | i2c@c240000 { |
| 62 | status = "okay"; |
| 63 | }; |
| 64 | |
| 65 | i2c@c250000 { |
| 66 | status = "okay"; |
| 67 | }; |
| 68 | |
| 69 | i2c@31e0000 { |
| 70 | status = "okay"; |
| 71 | }; |
Stephen Warren | 45d85f0 | 2016-07-29 13:15:05 -0600 | [diff] [blame] | 72 | |
| 73 | bpmp { |
| 74 | i2c { |
| 75 | status = "okay"; |
| 76 | }; |
| 77 | }; |
Stephen Warren | 10a0338 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 78 | }; |