arm64: dts: rockchip: rk3528: Fix PCIe node

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

View File

@@ -601,13 +601,13 @@
num-lanes = <1>;
phys = <&combphy_pu PHY_TYPE_PCIE>;
phy-names = "pcie-phy";
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 0x1 0x00000000 0x1 0x00000000 0x0 0x40000000>;
reg = <0x0 0xfe4f0000 0x0 0x10000>,
<0x1 0x40000000 0x0 0x400000>;
reg-names = "pcie-apb", "pcie-dbi";
<0x1 0x40000000 0x0 0x400000>,
<0x0 0xfc000000 0x0 0x100000>;
reg-names = "pcie-apb", "pcie-dbi", "config";
resets = <&cru SRST_RESETN_PCIE_POWER_UP>, <&cru SRST_PRESETN_PCIE>,
<&cru SRST_PRESETN_CRU_PCIE>;
reset-names = "pcie", "periph", "preset_cru";