blob: 16370c596e07e5316789afa3bda06e6750e17322 [file] [log] [blame]
Tom Warren3cee35f2015-02-13 14:39:53 -07001/dts-v1/;
2
3#include "tegra210.dtsi"
4
5/ {
6 model = "NVIDIA P2571";
7 compatible = "nvidia,p2571", "nvidia,tegra210";
8
9 chosen {
10 stdout-path = &uarta;
11 };
12
13 aliases {
Stephen Warreneb631d72016-09-13 10:45:49 -060014 i2c0 = "/i2c@7000d000";
15 i2c1 = "/i2c@7000c000";
16 i2c2 = "/i2c@7000c400";
17 i2c3 = "/i2c@7000c500";
18 i2c4 = "/i2c@7000c700";
19 i2c5 = "/i2c@7000d100";
20 mmc0 = "/sdhci@700b0600";
21 mmc1 = "/sdhci@700b0000";
22 spi0 = "/spi@7000d400";
23 spi1 = "/spi@7000da00";
24 spi2 = "/spi@70410000";
25 usb0 = "/usb@7d000000";
Tom Warren3cee35f2015-02-13 14:39:53 -070026 };
27
28 memory {
29 reg = <0x0 0x80000000 0x0 0xc0000000>;
30 };
31
Stephen Warreneb631d72016-09-13 10:45:49 -060032 i2c@7000c000 {
Tom Warren3cee35f2015-02-13 14:39:53 -070033 status = "okay";
34 clock-frequency = <100000>;
35 };
36
Stephen Warreneb631d72016-09-13 10:45:49 -060037 i2c@7000c400 {
Tom Warren3cee35f2015-02-13 14:39:53 -070038 status = "okay";
39 clock-frequency = <100000>;
40 };
41
Stephen Warreneb631d72016-09-13 10:45:49 -060042 i2c@7000c500 {
Tom Warren3cee35f2015-02-13 14:39:53 -070043 status = "okay";
44 clock-frequency = <100000>;
45 };
46
Stephen Warreneb631d72016-09-13 10:45:49 -060047 i2c@7000c700 {
Tom Warren3cee35f2015-02-13 14:39:53 -070048 status = "okay";
49 clock-frequency = <100000>;
50 };
51
Stephen Warreneb631d72016-09-13 10:45:49 -060052 i2c@7000d000 {
Tom Warren3cee35f2015-02-13 14:39:53 -070053 status = "okay";
54 clock-frequency = <400000>;
55 };
56
Stephen Warreneb631d72016-09-13 10:45:49 -060057 i2c@7000d100 {
Tom Warren3cee35f2015-02-13 14:39:53 -070058 status = "okay";
59 clock-frequency = <400000>;
60 };
61
Stephen Warreneb631d72016-09-13 10:45:49 -060062 spi@7000d400 {
Tom Warren3cee35f2015-02-13 14:39:53 -070063 status = "okay";
64 spi-max-frequency = <25000000>;
65 };
66
Stephen Warreneb631d72016-09-13 10:45:49 -060067 spi@7000da00 {
Tom Warren3cee35f2015-02-13 14:39:53 -070068 status = "okay";
69 spi-max-frequency = <25000000>;
70 };
71
Stephen Warreneb631d72016-09-13 10:45:49 -060072 spi@70410000 {
Tom Warren3cee35f2015-02-13 14:39:53 -070073 status = "okay";
74 spi-max-frequency = <24000000>;
75 };
76
Stephen Warreneb631d72016-09-13 10:45:49 -060077 sdhci@700b0000 {
Tom Warren3cee35f2015-02-13 14:39:53 -070078 status = "okay";
79 cd-gpios = <&gpio TEGRA_GPIO(Z, 1) GPIO_ACTIVE_LOW>;
80 power-gpios = <&gpio TEGRA_GPIO(Z, 4) GPIO_ACTIVE_HIGH>;
81 bus-width = <4>;
82 };
83
Stephen Warreneb631d72016-09-13 10:45:49 -060084 sdhci@700b0600 {
Tom Warren3cee35f2015-02-13 14:39:53 -070085 status = "okay";
86 bus-width = <8>;
Tom Warren9a06a1a2016-09-13 10:45:42 -060087 non-removable;
Tom Warren3cee35f2015-02-13 14:39:53 -070088 };
89
Stephen Warreneb631d72016-09-13 10:45:49 -060090 usb@7d000000 {
Tom Warren3cee35f2015-02-13 14:39:53 -070091 status = "okay";
92 dr_mode = "otg";
93 };
94
95 clocks {
96 compatible = "simple-bus";
97 #address-cells = <1>;
98 #size-cells = <0>;
99
100 clk32k_in: clock@0 {
101 compatible = "fixed-clock";
102 reg = <0>;
103 #clock-cells = <0>;
104 clock-frequency = <32768>;
105 };
106 };
107};
Simon Glassf53dcc02017-06-12 06:22:01 -0600108
109&uarta {
110 status = "okay";
111};