Commit 3736aa7e authored by Nicolas Frattaroli's avatar Nicolas Frattaroli Committed by Heiko Stuebner

arm64: dts: rockchip: Enable PCIe 2 on SOQuartz CM4IO

This patch enables the PCIe2 on the CM4IO board when paired with
a SOQuartz CM4 System-on-Module board. combphy2 also needs to be
enabled in this case to make the PHY work for this.
Signed-off-by: default avatarNicolas Frattaroli <frattaroli.nicolas@gmail.com>
Link: https://lore.kernel.org/r/20221112160404.70868-5-frattaroli.nicolas@gmail.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 70b620c4
...@@ -30,6 +30,12 @@ vcc_5v: vcc-5v-regulator { ...@@ -30,6 +30,12 @@ vcc_5v: vcc-5v-regulator {
}; };
}; };
/* phy for pcie */
&combphy2 {
phy-supply = <&vcc3v3_sys>;
status = "okay";
};
&gmac1 { &gmac1 {
status = "okay"; status = "okay";
}; };
...@@ -105,6 +111,11 @@ &led_work { ...@@ -105,6 +111,11 @@ &led_work {
status = "okay"; status = "okay";
}; };
&pcie2x1 {
vpcie3v3-supply = <&vcc_3v3>;
status = "okay";
};
&rgmii_phy1 { &rgmii_phy1 {
status = "okay"; status = "okay";
}; };
......
...@@ -487,6 +487,12 @@ rgmii_phy1: ethernet-phy@0 { ...@@ -487,6 +487,12 @@ rgmii_phy1: ethernet-phy@0 {
}; };
}; };
&pcie2x1 {
pinctrl-names = "default";
pinctrl-0 = <&pcie_reset_h>;
reset-gpios = <&gpio1 RK_PB2 GPIO_ACTIVE_HIGH>;
};
&pinctrl { &pinctrl {
bt { bt {
bt_enable_h: bt-enable-h { bt_enable_h: bt-enable-h {
...@@ -512,6 +518,15 @@ diy_led_enable_h: diy-led-enable-h { ...@@ -512,6 +518,15 @@ diy_led_enable_h: diy-led-enable-h {
}; };
}; };
pcie {
pcie_clkreq_h: pcie-clkreq-h {
rockchip,pins = <1 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>;
};
pcie_reset_h: pcie-reset-h {
rockchip,pins = <1 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
pmic { pmic {
pmic_int_l: pmic-int-l { pmic_int_l: pmic-int-l {
rockchip,pins = <0 RK_PA3 RK_FUNC_GPIO &pcfg_pull_up>; rockchip,pins = <0 RK_PA3 RK_FUNC_GPIO &pcfg_pull_up>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment