Linux-libre 5.0.14-gnu
[librecmc/linux-libre.git] / Documentation / devicetree / bindings / display / panel / raydium,rm68200.txt
1 Raydium Semiconductor Corporation RM68200 5.5" 720p MIPI-DSI TFT LCD panel
2
3 The Raydium Semiconductor Corporation RM68200 is a 5.5" 720x1280 TFT LCD
4 panel connected using a MIPI-DSI video interface.
5
6 Required properties:
7   - compatible: "raydium,rm68200"
8   - reg: the virtual channel number of a DSI peripheral
9
10 Optional properties:
11   - reset-gpios: a GPIO spec for the reset pin (active low).
12   - power-supply: phandle of the regulator that provides the supply voltage.
13   - backlight: phandle of the backlight device attached to the panel.
14
15 Example:
16 &dsi {
17         ...
18         panel@0 {
19                 compatible = "raydium,rm68200";
20                 reg = <0>;
21                 reset-gpios = <&gpiof 15 GPIO_ACTIVE_LOW>;
22                 power-supply = <&v1v8>;
23                 backlight = <&pwm_backlight>;
24         };
25 };