We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ddc0a commit dcc6785Copy full SHA for dcc6785
arch/arm64/boot/dts/rockchip/rk3588-rock-5t.dts
@@ -68,6 +68,22 @@
68
status = "okay";
69
};
70
71
+&pcie30phy {
72
+ data-lanes = <1 1 2 2>;
73
+};
74
+
75
+&pcie3x2 {
76
+ pinctrl-names = "default";
77
+ pinctrl-0 = <&pcie3x2_rst>;
78
+ reset-gpios = <&gpio4 RK_PB0 GPIO_ACTIVE_HIGH>;
79
+ vpcie3v3-supply = <&vcc3v3_pcie30>;
80
+ status = "okay";
81
82
83
+&pcie3x4 {
84
+ num-lanes = <2>;
85
86
87
&pinctrl {
88
hdmirx {
89
hdmirx_hpd: hdmirx-5v-detection {
@@ -90,6 +106,12 @@
90
106
91
107
92
108
109
+ pcie3 {
110
+ pcie3x2_rst: pcie3x2-rst {
111
+ rockchip,pins = <4 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>;
112
+ };
113
114
93
115
sound {
94
116
hp_detect: hp-detect {
95
117
rockchip,pins = <4 RK_PC3 RK_FUNC_GPIO &pcfg_pull_none>;
0 commit comments