Lines Matching full:st
25 "st,stm32f4-adc-core"
26 "st,stm32h7-adc-core"
27 "st,stm32mp1-adc-core"
57 "st,stm32f4-adc"
58 "st,stm32h7-adc"
59 "st,stm32mp1-adc"
66 - st,adc-channels: List of single-ended channels muxed for this ADC.
69 - st,adc-diff-channels: List of differential channels muxed for this ADC.
74 Note: At least one of "st,adc-channels" or "st,adc-diff-channels" is required.
90 - st,min-sample-time-nsecs: Minimum sampling time in nanoseconds.
93 This can be either one value or an array that matches 'st,adc-channels' list,
98 compatible = "st,stm32f4-adc-core";
113 compatible = "st,stm32f4-adc";
119 st,adc-channels = <8>;
133 compatible = "st,stm32h7-adc-core";
136 compatible = "st,stm32h7-adc";
138 st,adc-channels = <1>;
139 st,adc-diff-channels = <2 6>, <3 7>;