Lines Matching +full:iovdd +full:- +full:supply
1 // SPDX-License-Identifier: GPL-2.0
8 model = "PHYTEC phyBOARD-Segin i.MX6 UltraLite";
9 compatible = "phytec,imx6ul-pbacd-10", "phytec,imx6ul-pcl063", "fsl,imx6ul";
16 reg_sound_1v8: regulator-1v8 {
17 compatible = "regulator-fixed";
18 regulator-name = "i2s-audio-1v8";
19 regulator-min-microvolt = <1800000>;
20 regulator-max-microvolt = <1800000>;
24 reg_sound_3v3: regulator-3v3 {
25 compatible = "regulator-fixed";
26 regulator-name = "i2s-audio-3v3";
27 regulator-min-microvolt = <3300000>;
28 regulator-max-microvolt = <3300000>;
32 reg_can1_en: regulator-can1 {
33 compatible = "regulator-fixed";
34 pinctrl-names = "default";
35 pinctrl-0 = <&princtrl_flexcan1_en>;
36 regulator-name = "Can";
37 regulator-min-microvolt = <3300000>;
38 regulator-max-microvolt = <3300000>;
40 enable-active-high;
44 reg_adc1_vref_3v3: regulator-vref-3v3 {
45 compatible = "regulator-fixed";
46 regulator-name = "vref-3v3";
47 regulator-min-microvolt = <3300000>;
48 regulator-max-microvolt = <3300000>;
52 compatible = "simple-audio-card";
53 simple-audio-card,name = "phyBOARD-Segin-TLV320AIC3007";
54 simple-audio-card,format = "i2s";
55 simple-audio-card,bitclock-master = <&dailink_master>;
56 simple-audio-card,frame-master = <&dailink_master>;
57 simple-audio-card,widgets =
61 simple-audio-card,routing =
70 simple-audio-card,cpu {
71 sound-dai = <&sai2>;
74 dailink_master: simple-audio-card,codec {
75 sound-dai = <&tlv320>;
83 pinctrl-names = "default";
84 pinctrl-0 = <&pinctrl_adc1>;
85 vref-supply = <®_adc1_vref_3v3>;
88 * here - we need only the fourth channel
90 num-channels = <4>;
95 pinctrl-names = "default";
96 pinctrl-0 = <&pinctrl_flexcan1>;
97 xceiver-supply = <®_can1_en>;
102 assigned-clocks = <&clks IMX6UL_CLK_PLL4_AUDIO_DIV>;
103 assigned-clock-rates = <786432000>;
107 pinctrl-names = "default";
108 pinctrl-0 = <&pinctrl_ecspi3>;
109 cs-gpios = <&gpio1 20 GPIO_ACTIVE_LOW>;
114 pinctrl-names = "default";
115 pinctrl-0 = <&pinctrl_enet2>;
116 phy-mode = "rmii";
117 phy-handle = <ðphy2>;
124 #sound-dai-cells = <0>;
126 AVDD-supply = <®_sound_3v3>;
127 IOVDD-supply = <®_sound_3v3>;
128 DRVDD-supply = <®_sound_3v3>;
129 DVDD-supply = <®_sound_1v8>;
137 interrupt-parent = <&gpio5>;
138 pinctrl-names = "default";
139 pinctrl-0 = <&pinctrl_stmpe>;
143 compatible = "st,stmpe-ts";
144 st,sample-time = <4>;
145 st,mod-12b = <1>;
146 st,ref-sel = <0>;
147 st,adc-freq = <1>;
148 st,ave-ctrl = <1>;
149 st,touch-det-delay = <2>;
151 st,fraction-z = <7>;
152 st,i-drive = <1>;
153 touchscreen-inverted-x = <1>;
154 touchscreen-inverted-y = <1>;
159 pinctrl-names = "default";
160 pinctrl-0 = <&pinctrl_rtc_int>;
163 interrupt-parent = <&gpio5>;
170 ethphy2: ethernet-phy@2 {
172 micrel,led-mode = <1>;
174 clock-names = "rmii-ref";
180 pinctrl-names = "default";
181 pinctrl-0 = <&pinctrl_pwm3>;
186 pinctrl-names = "default";
187 pinctrl-0 = <&pinctrl_sai2>;
188 assigned-clocks = <&clks IMX6UL_CLK_SAI2_SEL>,
190 assigned-clock-parents = <&clks IMX6UL_CLK_PLL4_AUDIO_DIV>;
191 assigned-clock-rates = <0>, <19200000>;
192 fsl,sai-mclk-direction-output;
197 pinctrl-names = "default";
198 pinctrl-0 = <&pinctrl_uart5>;
199 uart-has-rtscts;
204 pinctrl-names = "default";
205 pinctrl-0 = <&pinctrl_usb_otg1_id>;
212 disable-over-current;
217 pinctrl-names = "default", "state_100mhz", "state_200mhz";
218 pinctrl-0 = <&pinctrl_usdhc1>;
219 pinctrl-1 = <&pinctrl_usdhc1_100mhz>;
220 pinctrl-2 = <&pinctrl_usdhc1_200mhz>;
221 cd-gpios = <&gpio1 19 GPIO_ACTIVE_LOW>;
222 no-1-8-v;
223 keep-power-in-suspend;
224 wakeup-source;