1 // SPDX-License-Identifier: (GPL-2.0 or MIT)
3 // Copyright (C) 2018 emtrion GmbH
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>;
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>;
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>;
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>;
50 gpio = <&gpio1 8 GPIO_ACTIVE_LOW>;
54 clk_codec: clock-codec {
55 compatible = "fixed-clock";
57 clock-frequency = <12000000>;
61 compatible = "fsl,imx-audio-sgtl5000";
62 model = "emCON-avari-sgtl5000";
63 ssi-controller = <&ssi2>;
64 audio-codec = <&sgtl5000>;
66 "Headphone Jack", "HP_OUT";
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 {
106 compatible = "fsl,sgtl5000";
108 #sound-dai-cells = <0>;
109 clocks = <&clk_codec>;
110 VDDA-supply = <®_base3p3>;
111 VDDIO-supply = <®_base3p3>;
114 captouch: touchscreen@38 {
115 compatible = "edt,edt-ft5406";
117 pinctrl-names = "default";
118 pinctrl-0 = <&pinctrl_irq_touch2 &pinctrl_emcon_gpio4>;
119 interrupt-parent = <&gpio6>;
120 interrupts = <31 IRQ_TYPE_EDGE_FALLING>;
121 wake-gpios = <&gpio2 3 GPIO_ACTIVE_HIGH>;
126 compatible = "nxp,pca8574";
142 compatible = "edt,etm0700g0bdh6";