0001 # SPDX-License-Identifier: (GPL-2.0+ OR X11)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/display/panel/ronbo,rb070d30.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: Ronbo RB070D30 DSI Display Panel
0008
0009 maintainers:
0010 - Maxime Ripard <mripard@kernel.org>
0011
0012 properties:
0013 compatible:
0014 const: ronbo,rb070d30
0015
0016 reg:
0017 description: MIPI-DSI virtual channel
0018
0019 power-gpios:
0020 description: GPIO used for the power pin
0021 maxItems: 1
0022
0023 reset-gpios:
0024 description: GPIO used for the reset pin
0025 maxItems: 1
0026
0027 shlr-gpios:
0028 description: GPIO used for the shlr pin (horizontal flip)
0029 maxItems: 1
0030
0031 updn-gpios:
0032 description: GPIO used for the updn pin (vertical flip)
0033 maxItems: 1
0034
0035 vcc-lcd-supply:
0036 description: Power regulator
0037
0038 backlight:
0039 description: Backlight used by the panel
0040 $ref: "/schemas/types.yaml#/definitions/phandle"
0041
0042 required:
0043 - compatible
0044 - power-gpios
0045 - reg
0046 - reset-gpios
0047 - shlr-gpios
0048 - updn-gpios
0049 - vcc-lcd-supply
0050
0051 additionalProperties: false