1// SPDX-License-Identifier: GPL-2.0
2/*
3 * rcar_du_of_lvds_r8a7796.dts - Legacy LVDS DT bindings conversion for R8A7796
4 *
5 * Copyright (C) 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6 */
7
8/dts-v1/;
9/plugin/;
10
11&{/soc} {
12	#address-cells = <2>;
13	#size-cells = <2>;
14
15	lvds@feb90000 {
16		compatible = "renesas,r8a7796-lvds";
17		reg = <0 0xfeb90000 0 0x14>;
18
19		ports {
20			#address-cells = <1>;
21			#size-cells = <0>;
22
23			port@0 {
24				reg = <0>;
25				lvds0_input: endpoint {
26				};
27			};
28			port@1 {
29				reg = <1>;
30				lvds0_out: endpoint {
31				};
32			};
33		};
34	};
35};
36
37&{/soc/display@feb00000/ports} {
38	port@3 {
39		endpoint {
40			remote-endpoint = <&lvds0_input>;
41		};
42	};
43};
44