arm64: dts: rockchip: rk3588-toybrick-x0: enable pcie3x4

rk3588 toybrick board pcie3 have only 2 lanes.
set:
rockchip,pcie30-phymode = <PHY_MODE_PCIE_NANBNB>;
num-lanes=<2>;

Signed-off-by: Addy Ke <addy.ke@rock-chips.com>
Change-Id: I3b0357a4a77aa00f578c32424b3bf11f5dd873e9
This commit is contained in:
Addy Ke
2022-03-28 14:17:16 +08:00
committed by Tao Huang
parent 4f9102ad74
commit d0cca5a3d8

View File

@@ -565,14 +565,15 @@
};
&pcie30phy {
rockchip,pcie30-phymode = <PHY_MODE_PCIE_AGGREGATION>;
rockchip,pcie30-phymode = <PHY_MODE_PCIE_NANBNB>;
status = "okay";
};
&pcie3x4 {
reset-gpios = <&gpio4 RK_PB6 GPIO_ACTIVE_HIGH>;
vpcie3v3-supply = <&vcc3v3_pcie30>;
status = "disabled";
num-lanes=<2>;
status = "okay";
};
&pinctrl {