1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/display/panel/samsung,ld9040.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung LD9040 AMOLED LCD parallel RGB panel with SPI control bus
10 The panel must obey the rules for a SPI slave device as specified in
11 spi/spi-controller.yaml
14 - Andrzej Hajda <a.hajda@samsung.com>
17 - $ref: panel-common.yaml#
29 description: core voltage supply
32 description: voltage supply for analog circuits
35 $ref: /schemas/types.yaml#/definitions/uint32
36 description: delay after turning regulators on [ms]
39 $ref: /schemas/types.yaml#/definitions/uint32
40 description: delay after reset sequence [ms]
43 description: physical panel width [mm]
46 description: physical panel height [mm]
56 unevaluatedProperties: false
65 compatible = "samsung,ld9040";
70 vdd3-supply = <&ldo7_reg>;
71 vci-supply = <&ldo17_reg>;
72 reset-gpios = <&gpy4 5 0>;
73 spi-max-frequency = <1200000>;
76 power-on-delay = <10>;
78 panel-width-mm = <90>;
79 panel-height-mm = <154>;
83 clock-frequency = <23492370>;
95 pixelclk-active = <0>;
101 remote-endpoint = <&fimd_dpi_ep>;