blob: 54b2539ff45644814dbbe4145d1b7fd15d086c3d [file] [log] [blame]
Stephen Warren10a03382016-05-12 13:32:56 -06001#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 Warren67748a72016-09-13 10:45:43 -060012 mmc0 = "/sdhci@3460000";
13 mmc1 = "/sdhci@3400000";
Stephen Warren45d85f02016-07-29 13:15:05 -060014 i2c0 = "/bpmp/i2c";
Bryan Wuad3c1442016-07-27 15:48:22 -060015 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 Warren10a03382016-05-12 13:32:56 -060022 };
23
24 memory {
25 reg = <0x0 0x80000000 0x0 0x60000000>;
26 };
27
Stephen Warren21622452016-09-12 11:51:15 -060028 ethernet@2490000 {
29 status = "okay";
30 phy-reset-gpios = <&gpio_main TEGRA_MAIN_GPIO(M, 4) GPIO_ACTIVE_LOW>;
31 };
32
Bryan Wuad3c1442016-07-27 15:48:22 -060033 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 Warren45d85f02016-07-29 13:15:05 -060049 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 Warren10a03382016-05-12 13:32:56 -060055 sdhci@3460000 {
56 status = "okay";
57 bus-width = <8>;
Tom Warren9a06a1a2016-09-13 10:45:42 -060058 non-removable;
Stephen Warren10a03382016-05-12 13:32:56 -060059 };
Bryan Wuad3c1442016-07-27 15:48:22 -060060
61 i2c@c240000 {
62 status = "okay";
63 };
64
65 i2c@c250000 {
66 status = "okay";
67 };
68
69 i2c@31e0000 {
70 status = "okay";
71 };
Stephen Warren45d85f02016-07-29 13:15:05 -060072
73 bpmp {
74 i2c {
75 status = "okay";
76 };
77 };
Stephen Warren10a03382016-05-12 13:32:56 -060078};