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"; |
Stephen Warren | 7f253c8 | 2016-07-29 13:15:05 -0600 | [diff] [blame] | 13 | sdhci1 = "/sdhci@3400000"; |
| 14 | i2c0 = "/bpmp/i2c"; |
Bryan Wu | 9422f3f | 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 | 1ce3d54 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 22 | }; |
| 23 | |
| 24 | memory { |
| 25 | reg = <0x0 0x80000000 0x0 0x60000000>; |
| 26 | }; |
| 27 | |
Bryan Wu | 9422f3f | 2016-07-27 15:48:22 -0600 | [diff] [blame] | 28 | i2c@3160000 { |
| 29 | status = "okay"; |
| 30 | }; |
| 31 | |
| 32 | i2c@3180000 { |
| 33 | status = "okay"; |
| 34 | }; |
| 35 | |
| 36 | i2c@3190000 { |
| 37 | status = "okay"; |
| 38 | }; |
| 39 | |
| 40 | i2c@31c0000 { |
| 41 | status = "okay"; |
| 42 | }; |
| 43 | |
Stephen Warren | 7f253c8 | 2016-07-29 13:15:05 -0600 | [diff] [blame] | 44 | sdhci@3400000 { |
| 45 | status = "okay"; |
| 46 | wp-gpios = <&gpio_main TEGRA_MAIN_GPIO(P, 4) GPIO_ACTIVE_HIGH>; |
| 47 | bus-width = <4>; |
| 48 | }; |
| 49 | |
Stephen Warren | 1ce3d54 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 50 | sdhci@3460000 { |
| 51 | status = "okay"; |
| 52 | bus-width = <8>; |
Tom Warren | 1c77f02 | 2016-09-13 10:45:42 -0600 | [diff] [blame^] | 53 | non-removable; |
Stephen Warren | 1ce3d54 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 54 | }; |
Bryan Wu | 9422f3f | 2016-07-27 15:48:22 -0600 | [diff] [blame] | 55 | |
| 56 | i2c@c240000 { |
| 57 | status = "okay"; |
| 58 | }; |
| 59 | |
| 60 | i2c@c250000 { |
| 61 | status = "okay"; |
| 62 | }; |
| 63 | |
| 64 | i2c@31e0000 { |
| 65 | status = "okay"; |
| 66 | }; |
Stephen Warren | 7f253c8 | 2016-07-29 13:15:05 -0600 | [diff] [blame] | 67 | |
| 68 | bpmp { |
| 69 | i2c { |
| 70 | status = "okay"; |
| 71 | }; |
| 72 | }; |
Stephen Warren | 1ce3d54 | 2016-05-12 13:32:56 -0600 | [diff] [blame] | 73 | }; |