arm64: dts: rockchip: rk3562: Fix PCIe node

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Change-Id: I6deb77ddd8ce5593cd6daf636ac85d2274214fb9
This commit is contained in:
Shawn Lin
2023-04-12 17:52:50 +08:00
parent 7c71be7bbb
commit 02e11db293

View File

@@ -1854,13 +1854,13 @@
phys = <&combphy_pu PHY_TYPE_PCIE>;
phy-names = "pcie-phy";
power-domains = <&power RK3562_PD_PHP>;
ranges = <0x00000800 0x0 0xfc000000 0x0 0xfc000000 0x0 0x100000
0x81000000 0x0 0xfc100000 0x0 0xfc100000 0x0 0x100000
ranges = <0x81000000 0x0 0xfc100000 0x0 0xfc100000 0x0 0x100000
0x82000000 0x0 0xfc200000 0x0 0xfc200000 0x0 0x1e00000
0xc3000000 0x3 0x00000000 0x3 0x00000000 0x0 0x40000000>;
reg = <0x0 0xfe000000 0x0 0x400000>,
<0x0 0xff500000 0x0 0x10000>;
reg-names = "pcie-dbi", "pcie-apb";
<0x0 0xff500000 0x0 0x10000>,
<0x0 0xfc000000 0x0 0x100000>;
reg-names = "pcie-dbi", "pcie-apb", "config";
resets = <&cru SRST_PCIE20_POWERUP>;
reset-names = "pipe";
status = "disabled";