mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
arm64: dts: rockchip: rk3588: Add dp1 node
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com> Change-Id: I4e5334e83304b08e8cd1c52166c2394e91f9747a
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
|
||||
/ {
|
||||
aliases {
|
||||
dp0 = &dp0;
|
||||
dp1 = &dp1;
|
||||
edp0 = &edp0;
|
||||
edp1 = &edp1;
|
||||
ethernet0 = &gmac0;
|
||||
@@ -192,6 +194,17 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
dp1: dp@fde60000 {
|
||||
compatible = "rockchip,rk3588-dp";
|
||||
reg = <0x0 0xfde60000 0x0 0x4000>;
|
||||
interrupts = <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru PCLK_DP1>;
|
||||
resets = <&cru SRST_DP1>;
|
||||
phys = <&usbdp_phy1_dp>;
|
||||
power-domains = <&power RK3588_PD_VO0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
edp1: edp@fded0000 {
|
||||
compatible = "rockchip,rk3588-edp";
|
||||
reg = <0x0 0xfded0000 0x0 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user