Lines Matching +full:1 +full:st
4 $id: http://devicetree.org/schemas/iio/adc/st,stm32-dfsdm-adc.yaml#
10 - Fabrice Gasnier <fabrice.gasnier@st.com>
11 - Olivier Moysan <olivier.moysan@st.com>
28 - st,stm32h7-dfsdm
29 - st,stm32mp1-dfsdm
32 maxItems: 1
40 minItems: 1
47 minItems: 1
51 const: 1
82 - st,stm32-dfsdm-adc
83 - st,stm32-dfsdm-dmic
87 maxItems: 1
90 maxItems: 1
92 st,adc-channels:
96 - For st,stm32-dfsdm-adc: up to 8 channels numbered from 0 to 7.
97 - For st,stm32-dfsdm-dmic: 1 channel numbered from 0 to 7.
103 st,adc-channel-names:
107 st,filter-order:
111 - [1-5]: order 1 to 5.
119 const: 1
121 st,adc-channel-types:
126 - "MANCH_R": manchester codec, rising edge = logic 0, falling edge = logic 1
127 - "MANCH_F": manchester codec, rising edge = logic 1, falling edge = logic 0
132 st,adc-channel-clk-src:
143 st,adc-alt-channel:
148 If set, channel n is connected to SPI input n + 1.
151 st,filter0-sync:
153 Set to 1 to synchronize with DFSDM filter instance 0.
158 maxItems: 1
168 - st,adc-channels
169 - st,adc-channel-names
170 - st,filter-order
178 const: st,stm32-dfsdm-adc
182 st,adc-channels:
183 minItems: 1
186 st,adc-channel-names:
187 minItems: 1
190 st,adc-channel-types:
191 minItems: 1
194 st,adc-channel-clk-src:
195 minItems: 1
202 This is not required for "st,stm32-dfsdm-pdm" compatibility as
212 const: st,stm32-dfsdm-dmic
216 st,adc-channels:
217 maxItems: 1
219 st,adc-channel-names:
220 maxItems: 1
222 st,adc-channel-types:
223 maxItems: 1
225 st,adc-channel-clk-src:
226 maxItems: 1
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>;