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 - Tomi Valkeinen <[email protected]>
13 - $ref: panel-common.yaml#
14 - $ref: /schemas/spi/spi-peripheral-props.yaml#
24 enable-gpios: true
27 spi-cpha: true
28 spi-cpol: true
31 - compatible
32 - enable-gpios
33 - port
38 - |
39 spi {
40 #address-cells = <1>;
41 #size-cells = <0>;
46 spi-max-frequency = <100000>;
47 spi-cpol;
48 spi-cpha;
52 enable-gpios = <&gpio7 7 0>;
56 remote-endpoint = <&dpi_out>;