Lines Matching +full:spi +full:- +full:samsung
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/panel/samsung,s6e63m0.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung s6e63m0 AMOLED LCD panel
10 - Jonathan Bakker <xc-racer2@live.ca>
13 - $ref: panel-common.yaml#
14 - $ref: /schemas/leds/backlight/common.yaml#
15 - $ref: /schemas/spi/spi-peripheral-props.yaml#
19 const: samsung,s6e63m0
22 reset-gpios: true
24 default-brightness: true
25 max-brightness: true
27 spi-3wire: true
28 spi-cpha: true
29 spi-cpol: true
31 vdd3-supply:
34 vci-supply:
38 - compatible
39 - reset-gpios
40 - vdd3-supply
41 - vci-supply
46 - |
47 spi {
48 #address-cells = <1>;
49 #size-cells = <0>;
52 compatible = "samsung,s6e63m0";
54 reset-gpios = <&mp05 5 1>;
55 vdd3-supply = <&ldo12_reg>;
56 vci-supply = <&ldo11_reg>;
57 spi-max-frequency = <1200000>;
61 remote-endpoint = <&fimd_ep>;