Files
rockchip-kernel/arch/arm64/boot/dts/rockchip/rk3568-evb1-ddr4-v10-one-vp-two-single-channel-lvds.dts
Chaoyi Chen 5c6639e0ef arm64: dts: rockchip: add lvds demo dts for rk3567/rk3568
This commit adds demo dts about the various possible uses of LVDS:
1. Single channel LVDS
2. Dual LVDS
3. Two Video Port use two separate single channel LVDS
4. One Video Port use two separate single channel LVDS

For case 1, the video port outputs as follows:
	VP1 -> LVDS0 or VP1 -> LVDS1
	or VP2 -> LVDS0 or VP2 -> LVDS1

For case 2, the video port outputs as follows:
	VP1 -> LVDS0, VP1 -> LVDS1
	or VP2-> LVDS0, VP2-> LVDS1

For case 3, the video port outputs as follows:
	VP1 -> LVDS0, VP2 -> LVDS1
	or VP1 -> LVDS1, VP2 -> LVDS0

For case 4, the video port outputs as follows:
        VP1 -> LVDS0, VP1 -> LVDS1
        or VP2-> LVDS0, VP2-> LVDS1

Change-Id: I426ba9033863cc1442834daf8fa63aaa472274c5
Signed-off-by: Chaoyi Chen <chaoyi.chen@rock-chips.com>
2023-11-27 19:09:41 +08:00

15 lines
401 B
Plaintext

// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2023 Rockchip Electronics Co., Ltd.
*/
/dts-v1/;
#include "rk3568-evb1-ddr4-v10-one-vp-two-single-channel-lvds.dtsi"
#include "rk3568-android.dtsi"
/ {
model = "Rockchip RK3568 EVB1 V10 Board with one vp two single channel lvds";
compatible = "rockchip,rk3568-evb1-ddr4-v10-one-vp-two-single-channel-lvds", "rockchip,rk3568";
};