Lines Matching +full:spi +full:- +full:cpol
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Mårten Lindahl <martenli@axis.com>
22 vref-supply:
25 spi-cpol: true
26 spi-cpha: true
28 "#io-channel-cells":
32 - compatible
33 - reg
34 - vref-supply
35 - spi-cpol
36 - spi-cpha
39 - $ref: /schemas/spi/spi-peripheral-props.yaml#
44 - |
45 spi {
46 #address-cells = <1>;
47 #size-cells = <0>;
52 vref-supply = <&adc_vref>;
53 spi-cpol;
54 spi-cpha;
55 spi-max-frequency = <16000000>;
56 #io-channel-cells = <1>;