Lines Matching +full:read +full:- +full:delay
4 - compatible: Should be "ti,trf7970a".
5 - spi-max-frequency: Maximum SPI frequency (<= 2000000).
6 - interrupts: A single interrupt specifier.
7 - ti,enable-gpios: One or two GPIO entries used for 'EN' and 'EN2' pins on the
9 - vin-supply: Regulator for supply voltage to VIN pin
12 - pinctrl-names: Contains only one value - "default".
13 - pintctrl-0: Specifies the pin control groups used for this controller.
14 - autosuspend-delay: Specify autosuspend delay in milliseconds.
15 - irq-status-read-quirk: Specify that the trf7970a being used has the
16 "IRQ Status Read" erratum.
17 - en2-rf-quirk: Specify that the trf7970a being used has the "EN2 RF"
19 - vdd-io-supply: Regulator specifying voltage for vdd-io
20 - clock-frequency: Set to specify that the input frequency to the trf7970a is 13560000Hz or 2712000…
22 Example (for ARM-based BeagleBone with TRF7970A on SPI1):
29 pinctrl-names = "default";
30 pinctrl-0 = <&trf7970a_default>;
31 spi-max-frequency = <2000000>;
32 interrupt-parent = <&gpio2>;
34 ti,enable-gpios = <&gpio2 2 GPIO_ACTIVE_HIGH>,
36 vin-supply = <&ldo3_reg>;
37 vdd-io-supply = <&ldo2_reg>;
38 autosuspend-delay = <30000>;
39 irq-status-read-quirk;
40 en2-rf-quirk;
41 clock-frequency = <27120000>;