1FriendlyELEC HD702E 800x1280 LCD panel
2
3HD702E lcd is FriendlyELEC developed eDP LCD panel with 800x1280
4resolution. It has built in Goodix, GT9271 captive touchscreen
5with backlight adjustable via PWM.
6
7Required properties:
8- compatible: should be "friendlyarm,hd702e"
9- power-supply: regulator to provide the supply voltage
10
11Optional properties:
12- backlight: phandle of the backlight device attached to the panel
13
14Optional nodes:
15- Video port for LCD panel input.
16
17This binding is compatible with the simple-panel binding, which is specified
18in simple-panel.txt in this directory.
19
20Example:
21
22	panel {
23		compatible ="friendlyarm,hd702e", "simple-panel";
24		backlight = <&backlight>;
25		power-supply = <&vcc3v3_sys>;
26
27		port {
28			panel_in_edp: endpoint {
29				remote-endpoint = <&edp_out_panel>;
30			};
31		};
32	};
33