Skip to content

Commit f01f0e0

Browse files
aiamadeusmmind
authored andcommitted
arm64: dts: rockchip: Enable PCIe for ArmSoM Sige1
Enable the RTL8125 network controller and corresponding PHY connected via PCIe on the ArmSoM Sige1. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn> Reviewed-by: Jonas Karlman <jonas@kwiboo.se> Link: https://patch.msgid.link/20260106100000.225445-1-amadeus@jmu.edu.cn Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 5360ad4 commit f01f0e0

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3528-armsom-sige1.dts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@
232232
};
233233
};
234234

235+
&combphy {
236+
status = "okay";
237+
};
238+
235239
&cpu0 {
236240
cpu-supply = <&vdd_arm>;
237241
};
@@ -293,6 +297,14 @@
293297
};
294298
};
295299

300+
&pcie {
301+
pinctrl-names = "default";
302+
pinctrl-0 = <&pcie20_perstn>;
303+
reset-gpios = <&gpio4 RK_PA4 GPIO_ACTIVE_HIGH>;
304+
vpcie3v3-supply = <&vcc_3v3>;
305+
status = "okay";
306+
};
307+
296308
&pinctrl {
297309
bluetooth {
298310
bt_reg_on_h: bt-reg-on-h {
@@ -324,6 +336,12 @@
324336
};
325337
};
326338

339+
pcie {
340+
pcie20_perstn: pcie20-perstn {
341+
rockchip,pins = <4 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>;
342+
};
343+
};
344+
327345
rtc {
328346
rtc_int_l: rtc-int-l {
329347
rockchip,pins = <4 RK_PA0 RK_FUNC_GPIO &pcfg_pull_up>;

0 commit comments

Comments
 (0)