Lines Matching +full:at91sam9260 +full:- +full:adc
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/atmel,sama9260-adc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: AT91 sama9260 and similar Analog to Digital Converter (ADC)
10 - Alexandre Belloni <alexandre.belloni@bootlin.com>
15 - atmel,at91sam9260-adc
16 - atmel,at91sam9rl-adc
17 - atmel,at91sam9g45-adc
18 - atmel,at91sam9x5-adc
19 - atmel,at91sama5d3-adc
31 clock-names:
33 - const: adc_clk
34 - const: adc_op_clk
36 atmel,adc-channels-used:
40 atmel,adc-startup-time:
43 Startup Time of the ADC in microseconds as defined in the datasheet
45 atmel,adc-vref:
49 atmel,adc-use-external-triggers:
53 atmel,adc-use-res:
56 String corresponding to an identifier from atmel,adc-res-names property.
59 - lowres
60 - highres
62 atmel,adc-sleep-mode:
66 atmel,adc-sample-hold-time:
70 atmel,adc-ts-wires:
74 NOTE: when adc touchscreen is enabled, the adc hardware trigger will be
77 - 4
78 - 5
80 atmel,adc-ts-pressure-threshold:
85 "#io-channel-cells":
91 - compatible
92 - reg
93 - interrupts
94 - clocks
95 - clock-names
96 - atmel,adc-channels-used
97 - atmel,adc-startup-time
98 - atmel,adc-vref
101 - |
102 #include <dt-bindings/dma/at91.h>
103 #include <dt-bindings/interrupt-controller/irq.h>
105 #address-cells = <1>;
106 #size-cells = <1>;
108 adc@fffb0000 {
109 compatible = "atmel,at91sam9260-adc";
113 clock-names = "adc_clk", "adc_op_clk";
114 atmel,adc-channels-used = <0xff>;
115 atmel,adc-startup-time = <40>;
116 atmel,adc-use-external-triggers;
117 atmel,adc-vref = <3300>;
118 atmel,adc-use-res = "lowres";