This repository was archived by the owner on Mar 29, 2021. It is now read-only.
File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 234
234
vin-supply = <&dc_12v>;
235
235
};
236
236
*/
237
+
238
+ vcc3v3_pcie: vcc3v3-pcie-regulator {
239
+ compatible = "regulator-fixed";
240
+ enable-active-high;
241
+ gpio = <&gpio1 RK_PD0 GPIO_ACTIVE_HIGH>;
242
+ pinctrl-names = "default";
243
+ pinctrl-0 = <&pcie_pwr_en>;
244
+ regulator-name = "vcc3v3_pcie";
245
+ regulator-min-microvolt = <3300000>;
246
+ regulator-max-microvolt = <3300000>;
247
+ vin-supply = <&dc_12v>;
248
+ };
249
+
237
250
vcc1v8_sdio: vcca1v8_sdio: vcc1v8-sdio {
238
251
u-boot,dm-pre-reloc;
239
252
compatible = "regulator-fixed";
341
354
status = "okay";
342
355
};
343
356
357
+ &pcie_phy {
358
+ status = "okay";
359
+ };
360
+
361
+ &pcie0 {
362
+ ep-gpios = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
363
+ num-lanes = <4>;
364
+ max-link-speed = <2>;
365
+ pinctrl-names = "default";
366
+ pinctrl-0 = <&pcie_clkreqn_cpm>;
367
+ vpcie3v3-supply = <&vcc3v3_pcie>;
368
+ bus-scan-delay-ms = <1000>;
369
+ status = "okay";
370
+ };
371
+
344
372
&sdio0 {
345
373
u-boot,dm-pre-reloc;
346
374
clock-frequency = <50000000>;
360
388
vqmmc-supply = <&vcc1v8_sdio>; /* IO line */
361
389
vmmc-supply = <&vcc3v0_sdio>; /* card's power */
362
390
status = "okay";
391
+ defer_pcie = <2000>;
363
392
};
364
393
365
394
&sdmmc {
You can’t perform that action at this time.
0 commit comments