1Toppoly TD028TTEC1 Panel
2========================
3
4Required properties:
5- compatible: "tpo,td028ttec1"
6
7Optional properties:
8- label: a symbolic name for the panel
9- backlight: phandle of the backlight device
10
11Required nodes:
12- Video port for DPI input
13
14Example
15-------
16
17lcd-panel: td028ttec1@0 {
18	compatible = "tpo,td028ttec1";
19	reg = <0>;
20	spi-max-frequency = <100000>;
21	spi-cpol;
22	spi-cpha;
23
24	label = "lcd";
25	backlight = <&backlight>;
26	port {
27		lcd_in: endpoint {
28			remote-endpoint = <&dpi_out>;
29		};
30	};
31};
32
33