Lines Matching +full:1 +full:st

4 $id: http://devicetree.org/schemas/iio/adc/st,stm32-dfsdm-adc.yaml#
10 - Fabrice Gasnier <fabrice.gasnier@foss.st.com>
11 - Olivier Moysan <olivier.moysan@foss.st.com>
28 - st,stm32h7-dfsdm
29 - st,stm32mp1-dfsdm
32 maxItems: 1
40 minItems: 1
46 minItems: 1
49 const: 1
81 - st,stm32-dfsdm-adc
82 - st,stm32-dfsdm-dmic
86 maxItems: 1
89 maxItems: 1
91 st,adc-channels:
95 - For st,stm32-dfsdm-adc: up to 8 channels numbered from 0 to 7.
96 - For st,stm32-dfsdm-dmic: 1 channel numbered from 0 to 7.
102 st,adc-channel-names:
105 st,filter-order:
109 - [1-5]: order 1 to 5.
115 const: 1
117 st,adc-channel-types:
122 - "MANCH_R": manchester codec, rising edge = logic 0, falling edge = logic 1
123 - "MANCH_F": manchester codec, rising edge = logic 1, falling edge = logic 0
128 st,adc-channel-clk-src:
139 st,adc-alt-channel:
144 If set, channel n is connected to SPI input n + 1.
147 st,filter0-sync:
149 Set to 1 to synchronize with DFSDM filter instance 0.
154 maxItems: 1
164 - st,adc-channels
165 - st,adc-channel-names
166 - st,filter-order
174 const: st,stm32-dfsdm-adc
178 st,adc-channels:
179 minItems: 1
182 st,adc-channel-names:
183 minItems: 1
186 st,adc-channel-types:
187 minItems: 1
190 st,adc-channel-clk-src:
191 minItems: 1
206 const: st,stm32-dfsdm-dmic
210 st,adc-channels:
211 maxItems: 1
213 st,adc-channel-names:
214 maxItems: 1
216 st,adc-channel-types:
217 maxItems: 1
219 st,adc-channel-clk-src:
220 maxItems: 1
235 - st,stm32h7-dfsdm-dai
255 const: st,stm32h7-dfsdm
270 const: st,stm32mp1-dfsdm
286 compatible = "st,stm32mp1-dfsdm";
290 #address-cells = <1>;
294 compatible = "st,stm32-dfsdm-dmic";
299 #io-channel-cells = <1>;
300 st,adc-channels = <1>;
301 st,adc-channel-names = "dmic0";
302 st,adc-channel-types = "SPI_R";
303 st,adc-channel-clk-src = "CLKOUT";
304 st,filter-order = <5>;
307 compatible = "st,stm32h7-dfsdm-dai";
313 dfsdm_pdm1: filter@1 {
314 compatible = "st,stm32-dfsdm-adc";
315 reg = <1>;
319 #io-channel-cells = <1>;
320 st,adc-channels = <2 3>;
321 st,adc-channel-names = "in2", "in3";
322 st,adc-channel-types = "SPI_R", "SPI_R";
323 st,adc-channel-clk-src = "CLKOUT_F", "CLKOUT_F";
325 st,filter-order = <1>;