0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * Device Tree Source for the Advantech idk-1110wr LVDS panel connected
0004 * to RZ/G2 boards
0005 *
0006 * Copyright (C) 2019 Renesas Electronics Corp.
0007 */
0008
0009 / {
0010 panel-lvds {
0011 compatible = "advantech,idk-1110wr", "panel-lvds";
0012
0013 width-mm = <223>;
0014 height-mm = <125>;
0015
0016 data-mapping = "jeida-24";
0017
0018 panel-timing {
0019 /* 1024x600 @60Hz */
0020 clock-frequency = <51200000>;
0021 hactive = <1024>;
0022 vactive = <600>;
0023 hsync-len = <240>;
0024 hfront-porch = <40>;
0025 hback-porch = <40>;
0026 vfront-porch = <15>;
0027 vback-porch = <10>;
0028 vsync-len = <10>;
0029 };
0030
0031 port {
0032 panel_in: endpoint {
0033 remote-endpoint = <&lvds_connector>;
0034 };
0035 };
0036 };
0037 };
0038
0039 &lvds_connector {
0040 remote-endpoint = <&panel_in>;
0041 };