0001 Multi-Inno MI0283QT display panel
0002
0003 Required properties:
0004 - compatible: "multi-inno,mi0283qt".
0005
0006 The node for this driver must be a child node of a SPI controller, hence
0007 all mandatory properties described in ../spi/spi-bus.txt must be specified.
0008
0009 Optional properties:
0010 - dc-gpios: D/C pin. The presence/absence of this GPIO determines
0011 the panel interface mode (IM[3:0] pins):
0012 - present: IM=x110 4-wire 8-bit data serial interface
0013 - absent: IM=x101 3-wire 9-bit data serial interface
0014 - reset-gpios: Reset pin
0015 - power-supply: A regulator node for the supply voltage.
0016 - backlight: phandle of the backlight device attached to the panel
0017 - rotation: panel rotation in degrees counter clockwise (0,90,180,270)
0018
0019 Example:
0020 mi0283qt@0{
0021 compatible = "multi-inno,mi0283qt";
0022 reg = <0>;
0023 spi-max-frequency = <32000000>;
0024 rotation = <90>;
0025 dc-gpios = <&gpio 25 0>;
0026 backlight = <&backlight>;
0027 };