|
11 | 11 |
|
12 | 12 | / {
|
13 | 13 | compatible = "vamrs,rk3399pro-vmarc-som", "rockchip,rk3399pro";
|
| 14 | + |
| 15 | + vcc3v3_pcie: vcc-pcie-regulator { |
| 16 | + compatible = "regulator-fixed"; |
| 17 | + enable-active-high; |
| 18 | + gpio = <&gpio4 RK_PD4 GPIO_ACTIVE_HIGH>; |
| 19 | + pinctrl-names = "default"; |
| 20 | + pinctrl-0 = <&pcie_pwr>; |
| 21 | + regulator-name = "vcc3v3_pcie"; |
| 22 | + regulator-always-on; |
| 23 | + regulator-boot-on; |
| 24 | + vin-supply = <&vcc5v0_sys>; |
| 25 | + }; |
14 | 26 | };
|
15 | 27 |
|
16 | 28 | &cpu_l0 {
|
|
142 | 154 | regulator-min-microvolt = <900000>;
|
143 | 155 | regulator-max-microvolt = <900000>;
|
144 | 156 | regulator-state-mem {
|
145 |
| - regulator-off-in-suspend; |
| 157 | + regulator-on-in-suspend; |
| 158 | + regulator-suspend-microvolt = <900000>; |
146 | 159 | };
|
147 | 160 | };
|
148 | 161 |
|
|
177 | 190 | regulator-min-microvolt = <1850000>;
|
178 | 191 | regulator-max-microvolt = <1850000>;
|
179 | 192 | regulator-state-mem {
|
180 |
| - regulator-off-in-suspend; |
| 193 | + regulator-on-in-suspend; |
| 194 | + regulator-suspend-microvolt = <1850000>; |
181 | 195 | };
|
182 | 196 | };
|
183 | 197 |
|
|
304 | 318 | sdmmc-supply = <&vccio_sd>;
|
305 | 319 | };
|
306 | 320 |
|
| 321 | +&pcie_phy { |
| 322 | + status = "okay"; |
| 323 | +}; |
| 324 | + |
| 325 | +&pcie0 { |
| 326 | + ep-gpios = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>; |
| 327 | + max-link-speed = <2>; |
| 328 | + num-lanes = <4>; |
| 329 | + pinctrl-0 = <&pcie_clkreqnb_cpm>; |
| 330 | + pinctrl-names = "default"; |
| 331 | + vpcie0v9-supply = <&vcca_0v9>; /* VCC_0V9_S0 */ |
| 332 | + vpcie1v8-supply = <&vcca_1v8>; /* VCC_1V8_S0 */ |
| 333 | + vpcie3v3-supply = <&vcc3v3_pcie>; |
| 334 | + status = "okay"; |
| 335 | +}; |
| 336 | + |
307 | 337 | &pinctrl {
|
308 | 338 | hym8563 {
|
309 | 339 | hym8563_int: hym8563-int {
|
310 | 340 | rockchip,pins = <4 RK_PD6 0 &pcfg_pull_up>;
|
311 | 341 | };
|
312 | 342 | };
|
313 | 343 |
|
| 344 | + pcie { |
| 345 | + pcie_pwr: pcie-pwr { |
| 346 | + rockchip,pins = <4 RK_PD4 RK_FUNC_GPIO &pcfg_pull_up>; |
| 347 | + }; |
| 348 | + }; |
| 349 | + |
314 | 350 | pmic {
|
315 | 351 | pmic_int_l: pmic-int-l {
|
316 | 352 | rockchip,pins = <1 RK_PC2 0 &pcfg_pull_up>;
|
|
0 commit comments