Lines Matching +full:spi +full:- +full:cpha
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jonathan Cameron <jic23@kernel.org>
22 spi-cpha: true
24 thermocouple-type:
28 Use defines in dt-bindings/iio/temperature/thermocouple.h.
32 - compatible
33 - reg
34 - spi-cpha
37 - $ref: /schemas/spi/spi-peripheral-props.yaml#
42 - |
43 #include <dt-bindings/iio/temperature/thermocouple.h>
44 spi {
45 #address-cells = <1>;
46 #size-cells = <0>;
48 temp-sensor@0 {
51 spi-max-frequency = <5000000>;
52 spi-cpha;
53 thermocouple-type = <THERMOCOUPLE_TYPE_K>;