Lines Matching +full:edt +full:- +full:ft5406
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
15 reg_wall_5p0: reg-wall5p0 {
16 compatible = "regulator-fixed";
17 regulator-name = "Main-Supply";
18 regulator-min-microvolt = <5000000>;
19 regulator-max-microvolt = <5000000>;
20 regulator-always-on;
21 regulator-boot-on;
24 reg_base3p3: reg-base3p3 {
25 compatible = "regulator-fixed";
26 vin-supply = <®_wall_5p0>;
27 regulator-name = "3V3-avari";
28 regulator-min-microvolt = <3300000>;
29 regulator-max-microvolt = <3300000>;
30 regulator-always-on;
31 regulator-boot-on;
34 reg_base1p5: reg-base1p5 {
35 compatible = "regulator-fixed";
36 vin-supply = <®_base3p3>;
37 regulator-name = "1V5-avari";
38 regulator-min-microvolt = <1500000>;
39 regulator-max-microvolt = <1500000>;
40 regulator-always-on;
41 regulator-boot-on;
44 reg_usb_otg: reg-otgvbus {
45 compatible = "regulator-fixed";
46 vin-supply = <®_wall_5p0>;
47 regulator-name = "OTG_VBUS";
48 regulator-min-microvolt = <5000000>;
49 regulator-max-microvolt = <5000000>;
51 regulator-always-on;
54 clk_codec: clock-codec {
55 compatible = "fixed-clock";
56 #clock-cells = <0>;
57 clock-frequency = <12000000>;
61 compatible = "fsl,imx-audio-sgtl5000";
62 model = "emCON-avari-sgtl5000";
63 ssi-controller = <&ssi2>;
64 audio-codec = <&sgtl5000>;
65 audio-routing =
67 mux-int-port = <2>;
68 mux-ext-port = <3>;
73 pinctrl-names = "default";
74 pinctrl-0 = <&pinctrl_audmux>;
91 ddc-i2c-bus = <&i2c2>;
100 clock-frequency = <100000>;
101 pinctrl-names = "default";
102 pinctrl-0 = <&pinctrl_i2c3>;
105 sgtl5000: audio-codec@a {
108 #sound-dai-cells = <0>;
110 VDDA-supply = <®_base3p3>;
111 VDDIO-supply = <®_base3p3>;
115 compatible = "edt,edt-ft5406";
117 pinctrl-names = "default";
118 pinctrl-0 = <&pinctrl_irq_touch2 &pinctrl_emcon_gpio4>;
119 interrupt-parent = <&gpio6>;
121 wake-gpios = <&gpio2 3 GPIO_ACTIVE_HIGH>;
122 wakeup-source;
128 gpio-controller;
129 #gpio-cells = <2>;
142 compatible = "edt,etm0700g0bdh6";
152 uart-has-rtscts;