File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
arch/arm64/boot/dts/rockchip Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 115
115
vin-supply = <&vcc4v0_sys>;
116
116
};
117
117
118
+ vcc_3v3_pcie20: vcc3v3-pcie20-regulator {
119
+ compatible = "regulator-fixed";
120
+ regulator-name = "vcc_3v3_pcie20";
121
+ regulator-always-on;
122
+ regulator-boot-on;
123
+ regulator-min-microvolt = <3300000>;
124
+ regulator-max-microvolt = <3300000>;
125
+ vin-supply = <&vcc_3v3_s3>;
126
+ };
127
+
118
128
vbus5v0_typec: vbus5v0-typec-regulator {
119
129
compatible = "regulator-fixed";
120
130
enable-active-high;
140
150
};
141
151
};
142
152
153
+ &combphy0_ps {
154
+ status = "okay";
155
+ };
156
+
157
+ &combphy1_ps {
158
+ status = "okay";
159
+ };
160
+
161
+ &combphy2_psu {
162
+ status = "okay";
163
+ };
164
+
143
165
&cpu_l0 {
144
166
cpu-supply = <&vdd_cpu_lit_s0>;
145
167
};
391
413
};
392
414
};
393
415
416
+ &pcie2x1l0 {
417
+ reset-gpios = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>;
418
+ vpcie3v3-supply = <&vcc_3v3_pcie20>;
419
+ pinctrl-names = "default";
420
+ pinctrl-0 = <&pcie2_0_rst>;
421
+ status = "okay";
422
+ };
423
+
424
+ &pcie2x1l2 {
425
+ reset-gpios = <&gpio4 RK_PA4 GPIO_ACTIVE_HIGH>;
426
+ vpcie3v3-supply = <&vcc_3v3_pcie20>;
427
+ pinctrl-names = "default";
428
+ pinctrl-0 = <&pcie2_2_rst>;
429
+ status = "okay";
430
+ };
431
+
394
432
&pcie30phy {
395
433
status = "okay";
396
434
};
425
463
};
426
464
427
465
pcie {
466
+ pcie2_0_rst: pcie2-0-rst {
467
+ rockchip,pins = <4 RK_PB3 RK_FUNC_GPIO &pcfg_pull_none>;
468
+ };
469
+
470
+ pcie2_2_rst: pcie2-2-rst {
471
+ rockchip,pins = <4 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>;
472
+ };
473
+
428
474
pcie_m2_0_pwren: pcie-m20-pwren {
429
475
rockchip,pins = <2 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>;
430
476
};
You can’t perform that action at this time.
0 commit comments