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