Lines Matching +full:spi +full:- +full:cpol
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Sitronix ST7789V RGB panel with SPI control bus
10 - Maxime Ripard <mripard@kernel.org>
13 - $ref: panel-common.yaml#
14 - $ref: /schemas/spi/spi-peripheral-props.yaml#
21 reset-gpios: true
22 power-supply: true
26 spi-cpha: true
27 spi-cpol: true
30 - compatible
31 - reg
32 - reset-gpios
33 - power-supply
38 - |
39 #include <dt-bindings/gpio/gpio.h>
41 spi {
42 #address-cells = <1>;
43 #size-cells = <0>;
48 reset-gpios = <&pio 6 11 GPIO_ACTIVE_LOW>;
50 power-supply = <&power>;
51 spi-max-frequency = <100000>;
52 spi-cpol;
53 spi-cpha;
57 remote-endpoint = <&tcon0_out_panel>;