-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathsdm845-comma-tizi.dts
More file actions
78 lines (67 loc) · 1.47 KB
/
sdm845-comma-tizi.dts
File metadata and controls
78 lines (67 loc) · 1.47 KB
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
/dts-v1/;
#include "sdm845-comma-common.dtsi"
/ {
model = "comma tizi";
compatible = "comma,tizi", "qcom,sdm845";
qcom,msm-id = <341 0x20001>, <321 0x20001>, <321 0x20000>, <348 0x20001>;
qcom,board-id = <0x21 0>;
lcd3v3: lcd3v3 {
status = "okay";
compatible = "regulator-fixed";
regulator-name = "lcd3v3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
gpio = <&pm8998_gpios 13 0>;
regulator-boot-on;
};
tp3v3: tp3v3 {
status = "okay";
compatible = "regulator-fixed";
regulator-name = "tp3v3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
gpio = <&pm8998_gpios 10 0>;
enable-active-high;
regulator-boot-on;
};
};
&i2c5 {
status = "okay";
clock-frequency = <100000>;
touchscreen@17 {
compatible = "samsung,s6sy761";
reg = <0x17>;
interrupt-parent = <&tlmm>;
interrupts = <125 IRQ_TYPE_EDGE_FALLING>;
vdd-supply = <&tp3v3>;
avdd-supply = <&tp3v3>;
touchscreen-size-x = <1080>;
touchscreen-size-y = <2160>;
};
};
&i2c10 {
status = "okay";
clock-frequency = <100000>;
ina231@40 {
compatible = "ti,ina231";
reg = <0x40>;
shunt-resistor = <30000>;
};
};
&mdss_dsi0 {
panel@0 {
compatible = "samsung,ea8074";
reg = <0>;
vddio-supply = <&vreg_l14a_1p88>;
reset-gpios = <&tlmm 6 GPIO_ACTIVE_LOW>;
port {
panel_in: endpoint {
remote-endpoint = <&mdss_dsi0_out>;
};
};
};
};
&mdss_dsi0_out {
remote-endpoint = <&panel_in>;
data-lanes = <0 1 2 3>;
};