blob: bcc21178ae04ecea13b5e9c098c71d8b632cdc02 [file] [log] [blame]
Biju Dasb6bb8a12019-10-02 16:20:19 +01001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the Advantech idk-1110wr LVDS panel connected
4 * to RZ/G2 boards
5 *
6 * Copyright (C) 2019 Renesas Electronics Corp.
7 */
8
9/ {
10 panel-lvds {
11 compatible = "advantech,idk-1110wr", "panel-lvds";
12
13 width-mm = <223>;
14 height-mm = <125>;
15
16 data-mapping = "jeida-24";
17
18 panel-timing {
19 /* 1024x600 @60Hz */
20 clock-frequency = <51200000>;
21 hactive = <1024>;
22 vactive = <600>;
23 hsync-len = <240>;
24 hfront-porch = <40>;
25 hback-porch = <40>;
26 vfront-porch = <15>;
27 vback-porch = <10>;
28 vsync-len = <10>;
29 };
30
31 port {
32 panel_in: endpoint {
33 remote-endpoint = <&lvds_connector>;
34 };
35 };
36 };
37};
38
39&lvds_connector {
40 remote-endpoint = <&panel_in>;
41};