blob: 4e2b6fbf97f80456e644b7cd390048c2e8485b9e [file] [log] [blame]
Stephen Warren1ce3d542016-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";
Bryan Wu9422f3f2016-07-27 15:48:22 -060013 i2c1 = "/i2c@3160000";
14 i2c2 = "/i2c@c240000";
15 i2c3 = "/i2c@3180000";
16 i2c4 = "/i2c@3190000";
17 i2c5 = "/i2c@31c0000";
18 i2c6 = "/i2c@c250000";
19 i2c7 = "/i2c@31e0000";
Stephen Warren1ce3d542016-05-12 13:32:56 -060020 };
21
22 memory {
23 reg = <0x0 0x80000000 0x0 0x60000000>;
24 };
25
Bryan Wu9422f3f2016-07-27 15:48:22 -060026 i2c@3160000 {
27 status = "okay";
28 };
29
30 i2c@3180000 {
31 status = "okay";
32 };
33
34 i2c@3190000 {
35 status = "okay";
36 };
37
38 i2c@31c0000 {
39 status = "okay";
40 };
41
Stephen Warren1ce3d542016-05-12 13:32:56 -060042 sdhci@3460000 {
43 status = "okay";
44 bus-width = <8>;
45 };
Bryan Wu9422f3f2016-07-27 15:48:22 -060046
47 i2c@c240000 {
48 status = "okay";
49 };
50
51 i2c@c250000 {
52 status = "okay";
53 };
54
55 i2c@31e0000 {
56 status = "okay";
57 };
Stephen Warren1ce3d542016-05-12 13:32:56 -060058};