1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*f126890aSEmmanuel Vadot
3*f126890aSEmmanuel Vadot#include "tegra234.dtsi"
4*f126890aSEmmanuel Vadot
5*f126890aSEmmanuel Vadot/ {
6*f126890aSEmmanuel Vadot	compatible = "nvidia,p3701-0008", "nvidia,tegra234";
7*f126890aSEmmanuel Vadot
8*f126890aSEmmanuel Vadot	bus@0 {
9*f126890aSEmmanuel Vadot		i2c@3160000 {
10*f126890aSEmmanuel Vadot			status = "okay";
11*f126890aSEmmanuel Vadot
12*f126890aSEmmanuel Vadot			eeprom@50 {
13*f126890aSEmmanuel Vadot				compatible = "atmel,24c02";
14*f126890aSEmmanuel Vadot				reg = <0x50>;
15*f126890aSEmmanuel Vadot				label = "module";
16*f126890aSEmmanuel Vadot				vcc-supply = <&vdd_1v8_hs>;
17*f126890aSEmmanuel Vadot				address-width = <8>;
18*f126890aSEmmanuel Vadot				pagesize = <8>;
19*f126890aSEmmanuel Vadot				size = <256>;
20*f126890aSEmmanuel Vadot				read-only;
21*f126890aSEmmanuel Vadot			};
22*f126890aSEmmanuel Vadot		};
23*f126890aSEmmanuel Vadot
24*f126890aSEmmanuel Vadot		spi@3270000 {
25*f126890aSEmmanuel Vadot			status = "okay";
26*f126890aSEmmanuel Vadot
27*f126890aSEmmanuel Vadot			flash@0 {
28*f126890aSEmmanuel Vadot				compatible = "jedec,spi-nor";
29*f126890aSEmmanuel Vadot				reg = <0>;
30*f126890aSEmmanuel Vadot				spi-max-frequency = <102000000>;
31*f126890aSEmmanuel Vadot				spi-tx-bus-width = <4>;
32*f126890aSEmmanuel Vadot				spi-rx-bus-width = <4>;
33*f126890aSEmmanuel Vadot			};
34*f126890aSEmmanuel Vadot		};
35*f126890aSEmmanuel Vadot
36*f126890aSEmmanuel Vadot		mmc@3460000 {
37*f126890aSEmmanuel Vadot			status = "okay";
38*f126890aSEmmanuel Vadot			bus-width = <8>;
39*f126890aSEmmanuel Vadot			non-removable;
40*f126890aSEmmanuel Vadot		};
41*f126890aSEmmanuel Vadot
42*f126890aSEmmanuel Vadot		i2c@c240000 {
43*f126890aSEmmanuel Vadot			status = "okay";
44*f126890aSEmmanuel Vadot		};
45*f126890aSEmmanuel Vadot
46*f126890aSEmmanuel Vadot		rtc@c2a0000 {
47*f126890aSEmmanuel Vadot			status = "okay";
48*f126890aSEmmanuel Vadot		};
49*f126890aSEmmanuel Vadot
50*f126890aSEmmanuel Vadot		pmc@c360000 {
51*f126890aSEmmanuel Vadot			nvidia,invert-interrupt;
52*f126890aSEmmanuel Vadot		};
53*f126890aSEmmanuel Vadot	};
54*f126890aSEmmanuel Vadot
55*f126890aSEmmanuel Vadot	bpmp {
56*f126890aSEmmanuel Vadot		i2c {
57*f126890aSEmmanuel Vadot			status = "okay";
58*f126890aSEmmanuel Vadot
59*f126890aSEmmanuel Vadot			thermal-sensor@4c {
60*f126890aSEmmanuel Vadot				status = "okay";
61*f126890aSEmmanuel Vadot				reg = <0x4c>;
62*f126890aSEmmanuel Vadot				vcc-supply = <&vdd_1v8_ao>;
63*f126890aSEmmanuel Vadot			};
64*f126890aSEmmanuel Vadot		};
65*f126890aSEmmanuel Vadot
66*f126890aSEmmanuel Vadot		thermal {
67*f126890aSEmmanuel Vadot			status = "okay";
68*f126890aSEmmanuel Vadot		};
69*f126890aSEmmanuel Vadot	};
70*f126890aSEmmanuel Vadot
71*f126890aSEmmanuel Vadot	vdd_1v8_ao: regulator-vdd-1v8-ao {
72*f126890aSEmmanuel Vadot		compatible = "regulator-fixed";
73*f126890aSEmmanuel Vadot		regulator-name = "VDD_1V8_AO";
74*f126890aSEmmanuel Vadot		regulator-min-microvolt = <1800000>;
75*f126890aSEmmanuel Vadot		regulator-max-microvolt = <1800000>;
76*f126890aSEmmanuel Vadot		regulator-always-on;
77*f126890aSEmmanuel Vadot	};
78*f126890aSEmmanuel Vadot
79*f126890aSEmmanuel Vadot	vdd_1v8_hs: regulator-vdd-1v8-hs {
80*f126890aSEmmanuel Vadot		compatible = "regulator-fixed";
81*f126890aSEmmanuel Vadot		regulator-name = "VDD_1V8_HS";
82*f126890aSEmmanuel Vadot		regulator-min-microvolt = <1800000>;
83*f126890aSEmmanuel Vadot		regulator-max-microvolt = <1800000>;
84*f126890aSEmmanuel Vadot		regulator-always-on;
85*f126890aSEmmanuel Vadot	};
86*f126890aSEmmanuel Vadot
87*f126890aSEmmanuel Vadot	vdd_1v8_ls: regulator-vdd-1v8-ls {
88*f126890aSEmmanuel Vadot		compatible = "regulator-fixed";
89*f126890aSEmmanuel Vadot		regulator-name = "VDD_1V8_LS";
90*f126890aSEmmanuel Vadot		regulator-min-microvolt = <1800000>;
91*f126890aSEmmanuel Vadot		regulator-max-microvolt = <1800000>;
92*f126890aSEmmanuel Vadot		regulator-always-on;
93*f126890aSEmmanuel Vadot	};
94*f126890aSEmmanuel Vadot
95*f126890aSEmmanuel Vadot	vdd_3v3_ao: regulator-vdd-3v3-ao {
96*f126890aSEmmanuel Vadot		compatible = "regulator-fixed";
97*f126890aSEmmanuel Vadot		regulator-name = "vdd-AO-3v3";
98*f126890aSEmmanuel Vadot		regulator-min-microvolt = <3300000>;
99*f126890aSEmmanuel Vadot		regulator-max-microvolt = <3300000>;
100*f126890aSEmmanuel Vadot		regulator-always-on;
101*f126890aSEmmanuel Vadot	};
102*f126890aSEmmanuel Vadot
103*f126890aSEmmanuel Vadot	vdd_5v0_sys: regulator-vdd-5v0-sys {
104*f126890aSEmmanuel Vadot		compatible = "regulator-fixed";
105*f126890aSEmmanuel Vadot		regulator-name = "VIN_SYS_5V0";
106*f126890aSEmmanuel Vadot		regulator-min-microvolt = <5000000>;
107*f126890aSEmmanuel Vadot		regulator-max-microvolt = <5000000>;
108*f126890aSEmmanuel Vadot		regulator-always-on;
109*f126890aSEmmanuel Vadot		regulator-boot-on;
110*f126890aSEmmanuel Vadot	};
111*f126890aSEmmanuel Vadot};
112