Lines Matching +full:spi +full:- +full:cpol
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Tomi Valkeinen <tomi.valkeinen@ti.com>
13 - $ref: panel-common.yaml#
14 - $ref: /schemas/spi/spi-peripheral-props.yaml#
21 enable-gpios: true
24 spi-cpha: true
25 spi-cpol: true
28 - compatible
29 - enable-gpios
30 - port
35 - |
36 spi {
37 #address-cells = <1>;
38 #size-cells = <0>;
43 spi-max-frequency = <100000>;
44 spi-cpol;
45 spi-cpha;
49 enable-gpios = <&gpio7 7 0>;
53 remote-endpoint = <&dpi_out>;