Lines Matching refs:adc
4 - compatible: Should be "atmel,<chip>-adc"
11 - atmel,adc-channels-used: Bitmask of the channels muxed and enabled for this
13 - atmel,adc-startup-time: Startup Time of the ADC in microseconds as
15 - atmel,adc-vref: Reference voltage in millivolts for the conversions
16 - atmel,adc-res: List of resolutions in bits supported by the ADC. List size
18 - atmel,adc-res-names: Contains one identifier string for each resolution
19 in atmel,adc-res property. "lowres" and "highres"
23 - atmel,adc-use-external-triggers: Boolean to enable the external triggers
24 - atmel,adc-use-res: String corresponding to an identifier from
25 atmel,adc-res-names property. If not specified, the highest
27 - atmel,adc-sleep-mode: Boolean to enable sleep mode when no conversion
28 - atmel,adc-sample-hold-time: Sample and Hold Time in microseconds
29 - atmel,adc-ts-wires: Number of touchscreen wires. Should be 4 or 5. If this
30 value is set, then the adc driver will enable touchscreen
32 NOTE: when adc touchscreen is enabled, the adc hardware trigger will be
34 - atmel,adc-ts-pressure-threshold: a pressure threshold for touchscreen. It
46 adc0: adc@fffb0000 {
49 compatible = "atmel,at91sam9260-adc";
54 atmel,adc-channels-used = <0xff>;
55 atmel,adc-startup-time = <40>;
56 atmel,adc-use-external-triggers;
57 atmel,adc-vref = <3300>;
58 atmel,adc-res = <8 10>;
59 atmel,adc-res-names = "lowres", "highres";
60 atmel,adc-use-res = "lowres";