1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/display/panel/himax,hx8394.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Himax HX8394 MIPI-DSI LCD panel controller
10 - Ondrej Jirman <megi@xff.cz>
11 - Javier Martinez Canillas <javierm@redhat.com>
14 Device tree bindings for panels based on the Himax HX8394 controller,
15 such as the HannStar HSD060BHW4 720x1440 TFT LCD panel connected with
16 a MIPI-DSI video interface.
23 - microchip,ac40t08a-mipi-panel
39 description: Panel power supply
42 description: I/O voltage supply
52 additionalProperties: false
55 - $ref: panel-common.yaml#
61 - microchip,ac40t08a-mipi-panel
68 #include <dt-bindings/gpio/gpio.h>
74 compatible = "hannstar,hsd060bhw4", "himax,hx8394";
76 vcc-supply = <®_2v8_p>;
77 iovcc-supply = <®_1v8_p>;
78 reset-gpios = <&gpio3 13 GPIO_ACTIVE_LOW>;
79 backlight = <&backlight>;
82 mipi_in_panel: endpoint {
83 remote-endpoint = <&mipi_out_panel>;