Lines Matching +full:delay +full:- +full:us
10 - compatible: syna,rmi4-spi
11 - reg: Chip select address for the device
12 - #address-cells: Set to 1 to indicate that the function child nodes
14 - #size-cells: Set to 0 to indicate that the function child nodes do not
18 - interrupts: interrupt which the rmi device is connected to.
19 See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
21 - spi-rx-delay-us: microsecond delay after a read transfer.
22 - spi-tx-delay-us: microsecond delay after a write transfer.
33 rmi4-spi-dev@0 {
34 compatible = "syna,rmi4-spi";
36 #address-cells = <1>;
37 #size-cells = <0>;
38 spi-max-frequency = <4000000>;
39 spi-cpha;
40 spi-cpol;
41 interrupt-parent = <&gpio>;
43 spi-rx-delay-us = <30>;
45 rmi4-f01@1 {
47 syna,nosleep-mode = <1>;
50 rmi4-f11@11 {
52 touchscreen-inverted-y;
53 syna,sensor-type = <2>;