openEuler_kernel_rk3588/arch/arm64/boot/dts/rockchip/rk3588s-lubancat-4io-dp0-vp1.dtsi
2026-01-27 13:28:03 +08:00

43 lines
641 B
Plaintext

// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2021 Rockchip Electronics Co., Ltd.
* Copyright (c) 2023 EmbedFire <embedfire@embedfire.com>
*/
/ {
dp0_sound: dp0-sound {
status = "okay";
compatible = "rockchip,hdmi";
rockchip,card-name = "rockchip-dp0";
rockchip,mclk-fs = <512>;
rockchip,cpu = <&spdif_tx2>;
rockchip,codec = <&dp0 1>;
rockchip,jack-det;
};
};
&spdif_tx2 {
status = "okay";
};
&dp0 {
status = "okay";
};
&route_dp0 {
status = "okay";
connect = <&vp1_out_dp0>;
};
&dp0_in_vp0 {
status = "disabled";
};
&dp0_in_vp1 {
status = "okay";
};
&dp0_in_vp2 {
status = "disabled";
};