1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright (c) 2021 Rockchip Electronics Co., Ltd. 4 * 5 */ 6 7/dts-v1/; 8 9#include "rk3588-nvr-demo.dtsi" 10#include "rk3588-android.dtsi" 11 12/ { 13 model = "Rockchip RK3588 NVR DEMO LP4 V10 Android Board"; 14 compatible = "rockchip,rk3588-nvr-demo-v10-android", "rockchip,rk3588"; 15}; 16 17&avsd { 18 status = "okay"; 19}; 20 21&dp0 { 22 status = "disabled"; 23}; 24 25&dp1_in_vp0 { 26 status = "disabled"; 27}; 28 29&dp1_in_vp1 { 30 status = "disabled"; 31}; 32 33&hdmi0_in_vp1 { 34 status = "disabled"; 35}; 36 37&hdmi0_in_vp2 { 38 status = "disabled"; 39}; 40 41&hdmi1 { 42 status = "disabled"; 43}; 44 45&hdmi1_in_vp0 { 46 status = "disabled"; 47}; 48 49&hdmi1_in_vp2 { 50 status = "disabled"; 51}; 52 53&hdmi1_sound { 54 status = "disabled"; 55}; 56 57&hdptxphy_hdmi1 { 58 status = "disabled"; 59}; 60 61&i2s6_8ch { 62 status = "disabled"; 63}; 64 65&pcie30phy { 66 status = "disabled"; 67}; 68 69&pcie3x4 { 70 status = "disabled"; 71}; 72 73&route_dp0 { 74 status = "okay"; 75 connect = <&vp2_out_dp0>; 76 /delete-property/ force-output; 77 /delete-node/ force_timing; 78}; 79 80&route_dp1 { 81 status = "disabled"; 82}; 83 84&route_hdmi0 { 85 status = "okay"; 86 connect = <&vp0_out_hdmi0>; 87 /delete-property/ force-output; 88 /delete-node/ force_timing; 89}; 90 91&route_hdmi1 { 92 status = "disabled"; 93}; 94 95&sata0 { 96 status = "disabled"; 97}; 98 99&sata1 { 100 status = "disabled"; 101}; 102 103&usbdrd_dwc3_0 { 104 dr_mode = "otg"; 105 extcon = <&u2phy0>; 106 status = "okay"; 107}; 108