Lines Matching +full:extcon +full:- +full:usb +full:- +full:gpio
1 // SPDX-License-Identifier: GPL-2.0-only
3 /dts-v1/;
5 #include "msm8916-pm8916.dtsi"
6 #include "msm8916-modem-qdsp6.dtsi"
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/interrupt-controller/irq.h>
11 #include <dt-bindings/leds/common.h>
14 * NOTE: The original firmware from Acer can only boot 32-bit kernels.
15 * To boot this device tree using arm64 it is necessary to flash 64-bit
17 * See https://wiki.postmarketos.org/wiki/Acer_Iconia_Talk_S_(acer-a1-724)
22 model = "Acer Iconia Talk S A1-724";
23 compatible = "acer,a1-724", "qcom,msm8916";
24 chassis-type = "tablet";
33 stdout-path = "serial0";
36 gpio-keys {
37 compatible = "gpio-keys";
39 pinctrl-names = "default";
40 pinctrl-0 = <&gpio_keys_default>;
42 label = "GPIO Buttons";
44 button-volume-up {
51 usb_id: usb-id {
52 compatible = "linux,extcon-usb-gpio";
53 id-gpios = <&tlmm 110 GPIO_ACTIVE_HIGH>;
54 pinctrl-names = "default";
55 pinctrl-0 = <&usb_id_default>;
65 interrupt-parent = <&tlmm>;
68 vdd-supply = <&pm8916_l17>;
69 vddio-supply = <&pm8916_l6>;
71 pinctrl-names = "default";
72 pinctrl-0 = <&accel_int_default>;
74 mount-matrix = "0", "-1", "0",
75 "-1", "0", "0",
83 vdd-supply = <&pm8916_l17>;
84 vddio-supply = <&pm8916_l6>;
91 led-controller@30 {
94 #address-cells = <1>;
95 #size-cells = <0>;
116 compatible = "edt,edt-ft5406";
119 interrupt-parent = <&tlmm>;
122 reset-gpios = <&tlmm 12 GPIO_ACTIVE_LOW>;
124 vcc-supply = <&pm8916_l16>;
125 iovcc-supply = <&pm8916_l6>;
127 touchscreen-size-x = <720>;
128 touchscreen-size-y = <1280>;
130 pinctrl-names = "default";
131 pinctrl-0 = <&touchscreen_default>;
136 pinctrl-0 = <&blsp_uart2_console_default>;
137 pinctrl-1 = <&blsp_uart2_console_sleep>;
138 pinctrl-names = "default", "sleep";
147 qcom,micbias-lvl = <2800>;
148 qcom,mbhc-vthreshold-low = <150 237 450 500 590>;
149 qcom,mbhc-vthreshold-high = <150 237 450 500 590>;
150 qcom,hphl-jack-type-normally-open;
160 regulator-min-microvolt = <2900000>;
161 regulator-max-microvolt = <2900000>;
165 regulator-min-microvolt = <2850000>;
166 regulator-max-microvolt = <2850000>;
179 pinctrl-names = "default", "sleep";
180 pinctrl-0 = <&sdc2_default &sdc2_cd_default>;
181 pinctrl-1 = <&sdc2_sleep &sdc2_cd_default>;
183 cd-gpios = <&tlmm 38 GPIO_ACTIVE_HIGH>;
189 model = "acer-a1-724";
190 audio-routing =
197 pinctrl-0 = <&cdc_pdm_default &sec_mi2s_default &pri_mi2s_mclk_default &cdc_dmic_default>;
198 pinctrl-1 = <&cdc_pdm_sleep &sec_mi2s_sleep &pri_mi2s_mclk_sleep &cdc_dmic_sleep>;
199 pinctrl-names = "default", "sleep";
202 &usb {
203 extcon = <&usb_id>, <&usb_id>;
208 extcon = <&usb_id>;
232 accel_int_default: accel-int-default-state {
234 function = "gpio";
236 drive-strength = <2>;
237 bias-disable;
240 gpio_keys_default: gpio-keys-default-state {
242 function = "gpio";
244 drive-strength = <2>;
245 bias-pull-up;
248 sdc2_cd_default: sdc2-cd-default-state {
250 function = "gpio";
251 drive-strength = <2>;
252 bias-disable;
255 touchscreen_default: touchscreen-default-state {
256 reset-pins {
258 function = "gpio";
259 drive-strength = <2>;
260 bias-disable;
263 touchscreen-pins {
265 function = "gpio";
266 drive-strength = <2>;
267 bias-pull-up;
271 usb_id_default: usb-id-default-state {
273 function = "gpio";
275 drive-strength = <8>;
276 bias-pull-up;