summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/tegra124-platforms/tegra124-loki-powermon-e2548.dtsi
blob: b53d9afb920e0f7ab3bb8d18cd60be50f783792f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
/ {
	i2c@7000c400 {
		ina3221x@40 {
			compatible = "ti,ina3221x";
			reg = <0x40>;
			ti,trigger-config = <0x7003>;
			ti,continuous-config = <0x7607>;
			#address-cells = <1>;
			#size-cells = <0>;

			channel@0 {
				reg = <0x0>;
				ti,rail-name = "VDD_CPU";
				ti,shunt-resistor-mohm = <5>;
			};

			channel@1 {
				reg = <0x1>;
				ti,rail-name = "VDD_BAT";
				ti,shunt-resistor-mohm = <5>;
				ti,current-critical-limit-ma = <6800>;
			};

			channel@2 {
				reg = <0x2>;
				ti,rail-name = "VDD_VBUS";
				ti,shunt-resistor-mohm = <20>;
			};
		};

		ina3221x@41 {
			compatible = "ti,ina3221x";
			reg = <0x41>;
			ti,trigger-config = <0x7003>;
			ti,continuous-config = <0x7607>;
			#address-cells = <1>;
			#size-cells = <0>;

			channel@0 {
				reg = <0x0>;
				ti,rail-name = "VDD_DDR";
				ti,shunt-resistor-mohm = <30>;
			};

			channel@1 {
				reg = <0x1>;
				ti,rail-name = "VDD_SOC";
				ti,shunt-resistor-mohm = <30>;
			};

			channel@2 {
				reg = <0x2>;
				ti,rail-name = "VDD_GPU";
				ti,shunt-resistor-mohm = <10>;
			};
		};

		ina3221x@42 {
			compatible = "ti,ina3221x";
			reg = <0x42>;
			ti,trigger-config = <0x7003>;
			ti,continuous-config = <0x7607>;
			#address-cells = <1>;
			#size-cells = <0>;

			channel@0 {
				reg = <0x0>;
				ti,rail-name = "VDD_3V3_SYS";
				ti,shunt-resistor-mohm = <30>;
			};

			channel@1 {
				reg = <0x1>;
				ti,rail-name = "VDD_EMMC";
				ti,shunt-resistor-mohm = <30>;
			};

			channel@2 {
				reg = <0x2>;
				ti,rail-name = "VDD_MDM";
				ti,shunt-resistor-mohm = <20>;
			};
		};

	};
};