Lines Matching +full:spi +full:- +full:peripheral +full:- +full:props
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Dragos Bogdan <[email protected]>
14 https://www.analog.com/media/en/technical-documentation/data-sheets/ADIS16460.pdf
19 - adi,adis16460
24 spi-cpha: true
26 spi-cpol: true
28 spi-cs-inactive-delay-ns:
36 - compatible
37 - reg
38 - interrupts
41 - $ref: /schemas/spi/spi-peripheral-props.yaml#
46 - |
47 #include <dt-bindings/gpio/gpio.h>
48 #include <dt-bindings/interrupt-controller/irq.h>
49 spi {
50 #address-cells = <1>;
51 #size-cells = <0>;
56 spi-max-frequency = <5000000>;
57 spi-cpol;
58 spi-cpha;
59 interrupt-parent = <&gpio0>;