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 <dragos.bogdan@analog.com>
14 https://www.analog.com/media/en/technical-documentation/data-sheets/ADIS16460.pdf
19 - adi,adis16460
24 spi-cpha: true
26 spi-cpol: true
32 - compatible
33 - reg
34 - interrupts
37 - $ref: /schemas/spi/spi-peripheral-props.yaml#
42 - |
43 #include <dt-bindings/gpio/gpio.h>
44 #include <dt-bindings/interrupt-controller/irq.h>
45 spi {
46 #address-cells = <1>;
47 #size-cells = <0>;
52 spi-max-frequency = <5000000>;
53 spi-cpol;
54 spi-cpha;
55 interrupt-parent = <&gpio0>;