Lines Matching +full:spi +full:- +full:samsung
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/samsung,lms380kf01.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung LMS380KF01 display panel
9 description: The LMS380KF01 is a 480x800 DPI display panel from Samsung Mobile
14 - Linus Walleij <linus.walleij@linaro.org>
17 - $ref: panel-common.yaml#
18 - $ref: /schemas/spi/spi-peripheral-props.yaml#
22 const: samsung,lms380kf01
33 reset-gpios: true
35 vci-supply:
39 vccio-supply:
45 spi-cpha: true
47 spi-cpol: true
49 spi-max-frequency:
55 - compatible
56 - reg
57 - spi-cpha
58 - spi-cpol
59 - port
64 - |
65 #include <dt-bindings/gpio/gpio.h>
66 #include <dt-bindings/interrupt-controller/irq.h>
68 spi {
69 compatible = "spi-gpio";
70 sck-gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
71 miso-gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
72 mosi-gpios = <&gpio 2 GPIO_ACTIVE_HIGH>;
73 cs-gpios = <&gpio 3 GPIO_ACTIVE_HIGH>;
74 num-chipselects = <1>;
75 #address-cells = <1>;
76 #size-cells = <0>;
79 compatible = "samsung,lms380kf01";
80 spi-max-frequency = <1200000>;
81 spi-cpha;
82 spi-cpol;
84 vci-supply = <&lcd_3v0_reg>;
85 vccio-supply = <&lcd_1v8_reg>;
86 reset-gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
87 interrupt-parent = <&gpio>;
92 remote-endpoint = <&display_out>;