0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * Common file for the AA121TD01 panel connected to Renesas R-Car boards
0004 *
0005 * Copyright (C) 2015 Renesas Electronics Corp.
0006 */
0007
0008 / {
0009 panel {
0010 compatible = "mitsubishi,aa121td01", "panel-lvds";
0011
0012 width-mm = <261>;
0013 height-mm = <163>;
0014 data-mapping = "jeida-18";
0015
0016 panel-timing {
0017 /* 1280x800 @60Hz */
0018 clock-frequency = <71000000>;
0019 hactive = <1280>;
0020 vactive = <800>;
0021 hsync-len = <70>;
0022 hfront-porch = <20>;
0023 hback-porch = <70>;
0024 vsync-len = <5>;
0025 vfront-porch = <3>;
0026 vback-porch = <15>;
0027 };
0028
0029 port {
0030 panel_in: endpoint {
0031 remote-endpoint = <&lvds_connector>;
0032 };
0033 };
0034 };
0035 };
0036
0037 &lvds_connector {
0038 remote-endpoint = <&panel_in>;
0039 };