blob: d867674fd04e327c67e76579a67e68de8a59425b [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 {
12 sdhci0 = "/sdhci@3460000";
Stephen Warren45d85f02016-07-29 13:15:05 -060013 sdhci1 = "/sdhci@3400000";
14 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
Bryan Wuad3c1442016-07-27 15:48:22 -060028 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 Warren45d85f02016-07-29 13:15:05 -060044 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 Warren10a03382016-05-12 13:32:56 -060050 sdhci@3460000 {
51 status = "okay";
52 bus-width = <8>;
53 };
Bryan Wuad3c1442016-07-27 15:48:22 -060054
55 i2c@c240000 {
56 status = "okay";
57 };
58
59 i2c@c250000 {
60 status = "okay";
61 };
62
63 i2c@31e0000 {
64 status = "okay";
65 };
Stephen Warren45d85f02016-07-29 13:15:05 -060066
67 bpmp {
68 i2c {
69 status = "okay";
70 };
71 };
Stephen Warren10a03382016-05-12 13:32:56 -060072};