Lines Matching +full:clock +full:- +full:accuracy
4 - compatible: Should be one of
8 - reg: SPI chip select number for the device
9 - interrupts: Should contain interrupt for EOC (end of conversion)
10 - clocks: phandle to conversion clock input
11 - spi-max-frequency: Definision as per
12 Documentation/devicetree/bindings/spi/spi-bus.txt
13 - vref-p-supply: The regulator supply for positive analog voltage reference
16 - vref-n-supply: The regulator supply for negative analog voltage reference
17 (Note that this must not go below GND or exceed vref-p)
19 - ti,acquisition-time: The number of conversion clock periods for the S/H's
23 For less ADC accuracy and/or slower CCLK frequencies this value may be
32 interrupt-parent = <&gpio1>;
34 vref-p-supply = <&ldo4_reg>;
35 spi-max-frequency = <5000000>;
36 ti,acquisition-time = <6>;