xref: /linux/scripts/dtc/include-prefixes/arm64/qcom/msm8916-gplus-fl8005a.dts (revision ec71f661a572a770d7c861cd52a50cbbb0e1a8d1)
1// SPDX-License-Identifier: GPL-2.0-only
2
3/dts-v1/;
4
5#include "msm8916-pm8916.dtsi"
6#include "msm8916-modem-qdsp6.dtsi"
7
8#include <dt-bindings/gpio/gpio.h>
9#include <dt-bindings/input/input.h>
10#include <dt-bindings/leds/common.h>
11
12/ {
13	model = "GPLUS FL8005A";
14	compatible = "gplus,fl8005a", "qcom,msm8916";
15	chassis-type = "tablet";
16
17	aliases {
18		mmc0 = &sdhc_1; /* eMMC */
19		mmc1 = &sdhc_2; /* SD card */
20		serial0 = &blsp_uart2;
21	};
22
23	chosen {
24		stdout-path = "serial0";
25	};
26
27	battery: battery {
28		compatible = "simple-battery";
29		device-chemistry = "lithium-ion-polymer";
30		voltage-min-design-microvolt = <3700000>;
31		voltage-max-design-microvolt = <4200000>;
32		energy-full-design-microwatt-hours = <13690000>;
33		charge-full-design-microamp-hours = <3700000>;
34
35		ocv-capacity-celsius = <25>;
36		ocv-capacity-table-0 =
37			<4186000 100>, <4126000 95>, <4078000 90>,
38			<4036000 85>, <3997000 80>, <3962000 75>,
39			<3932000 70>, <3904000 65>, <3874000 60>,
40			<3839000 55>, <3809000 50>, <3792000 45>,
41			<3780000 40>, <3772000 35>, <3764000 30>,
42			<3752000 25>, <3731000 20>, <3704000 16>,
43			<3677000 13>, <3670000 11>, <3668000 10>,
44			<3666000 9>, <3662000 8>, <3658000 7>, <3648000 6>,
45			<3624000 5>, <3580000 4>, <3518000 3>, <3434000 2>,
46			<3310000 1>, <3000000 0>;
47	};
48
49	flash-led-controller {
50		/* Actually qcom,leds-gpio-flash */
51		compatible = "sgmicro,sgm3140";
52		enable-gpios = <&tlmm 31 GPIO_ACTIVE_HIGH>;
53		flash-gpios = <&tlmm 32 GPIO_ACTIVE_HIGH>;
54
55		pinctrl-0 = <&camera_flash_default>;
56		pinctrl-names = "default";
57
58		flash_led: led {
59			function = LED_FUNCTION_FLASH;
60			color = <LED_COLOR_ID_WHITE>;
61			flash-max-timeout-us = <250000>;
62		};
63	};
64
65	gpio-keys {
66		compatible = "gpio-keys";
67
68		pinctrl-0 = <&gpio_keys_default>;
69		pinctrl-names = "default";
70
71		button-volume-up {
72			label = "Volume Up";
73			gpios = <&tlmm 107 GPIO_ACTIVE_LOW>;
74			linux,code = <KEY_VOLUMEUP>;
75		};
76	};
77
78	gpio-leds {
79		compatible = "gpio-leds";
80
81		pinctrl-0 = <&gpio_leds_default>;
82		pinctrl-names = "default";
83
84		led-red {
85			function = LED_FUNCTION_CHARGING;
86			color = <LED_COLOR_ID_RED>;
87			gpios = <&tlmm 117 GPIO_ACTIVE_HIGH>;
88			retain-state-suspended;
89		};
90
91		led-green {
92			function = LED_FUNCTION_CHARGING;
93			color = <LED_COLOR_ID_GREEN>;
94			gpios = <&tlmm 118 GPIO_ACTIVE_HIGH>;
95			retain-state-suspended;
96		};
97	};
98
99	usb_id: usb-id {
100		compatible = "linux,extcon-usb-gpio";
101		id-gpios = <&tlmm 110 GPIO_ACTIVE_HIGH>;
102		pinctrl-0 = <&usb_id_default>;
103		pinctrl-names = "default";
104	};
105};
106
107&blsp_i2c5 {
108	status = "okay";
109
110	touchscreen@38 {
111		/* Actually ft5402 */
112		compatible = "edt,edt-ft5406";
113		reg = <0x38>;
114
115		interrupt-parent = <&tlmm>;
116		interrupts = <13 IRQ_TYPE_EDGE_FALLING>;
117
118		reset-gpios = <&tlmm 12 GPIO_ACTIVE_LOW>;
119
120		vcc-supply = <&pm8916_l17>;
121		iovcc-supply = <&pm8916_l6>;
122
123		touchscreen-size-x = <800>;
124		touchscreen-size-y = <500>;
125		touchscreen-inverted-x;
126		touchscreen-swapped-x-y;
127
128		pinctrl-0 = <&touchscreen_default>;
129		pinctrl-names = "default";
130	};
131};
132
133&blsp_uart2 {
134	pinctrl-0 = <&blsp_uart2_console_default>;
135	pinctrl-1 = <&blsp_uart2_console_sleep>;
136	pinctrl-names = "default", "sleep";
137	status = "okay";
138};
139
140&mpss_mem {
141	reg = <0x0 0x86800000 0x0 0x5000000>;
142};
143
144&pm8916_bms {
145	monitored-battery = <&battery>;
146	status = "okay";
147};
148
149&pm8916_codec {
150	qcom,micbias-lvl = <2800>;
151	qcom,mbhc-vthreshold-low = <150 180 237 450 500>;
152	qcom,mbhc-vthreshold-high = <150 180 237 450 500>;
153	qcom,hphl-jack-type-normally-open;
154};
155
156&pm8916_resin {
157	linux,code = <KEY_VOLUMEDOWN>;
158	status = "okay";
159};
160
161&pm8916_rpm_regulators {
162	pm8916_l17: l17 {
163		regulator-min-microvolt = <2850000>;
164		regulator-max-microvolt = <2850000>;
165	};
166};
167
168&pm8916_vib {
169	status = "okay";
170};
171
172&sdhc_1 {
173	status = "okay";
174};
175
176&sdhc_2 {
177	pinctrl-0 = <&sdc2_default &sdc2_cd_default>;
178	pinctrl-1 = <&sdc2_sleep &sdc2_cd_default>;
179	pinctrl-names = "default", "sleep";
180
181	cd-gpios = <&tlmm 38 GPIO_ACTIVE_LOW>;
182
183	status = "okay";
184};
185
186&sound {
187	model = "msm8916-1mic";
188	audio-routing =
189		"AMIC1", "MIC BIAS External1",
190		"AMIC2", "MIC BIAS Internal2",
191		"AMIC3", "MIC BIAS External1";
192};
193
194&usb {
195	extcon = <&usb_id>, <&usb_id>;
196	status = "okay";
197};
198
199&usb_hs_phy {
200	extcon = <&usb_id>;
201};
202
203&venus {
204	status = "okay";
205};
206
207&venus_mem {
208	status = "okay";
209};
210
211&wcnss {
212	status = "okay";
213};
214
215&wcnss_iris {
216	compatible = "qcom,wcn3620";
217};
218
219&wcnss_mem {
220	status = "okay";
221};
222
223&tlmm {
224	camera_flash_default: camera-flash-default-state {
225		pins = "gpio31", "gpio32";
226		function = "gpio";
227		drive-strength = <2>;
228		bias-disable;
229	};
230
231	gpio_keys_default: gpio-keys-default-state {
232		pins = "gpio107";
233		function = "gpio";
234		drive-strength = <2>;
235		bias-pull-up;
236	};
237
238	gpio_leds_default: gpio-led-default-state {
239		pins = "gpio117", "gpio118";
240		function = "gpio";
241		drive-strength = <2>;
242		bias-disable;
243	};
244
245	sdc2_cd_default: sdc2-cd-default-state {
246		pins = "gpio38";
247		function = "gpio";
248		drive-strength = <2>;
249		bias-disable;
250	};
251
252	touchscreen_default: touchscreen-default-state {
253		reset-pins {
254			pins = "gpio12";
255			function = "gpio";
256			drive-strength = <2>;
257			bias-disable;
258		};
259
260		touchscreen-pins {
261			pins = "gpio13";
262			function = "gpio";
263			drive-strength = <2>;
264			bias-pull-up;
265		};
266	};
267
268	usb_id_default: usb-id-default-state {
269		pins = "gpio110";
270		function = "gpio";
271		drive-strength = <8>;
272		bias-pull-up;
273	};
274};
275