Skip to content
Snippets Groups Projects
Commit 1fcc805a authored by Lucas Anibal Tanure Alves's avatar Lucas Anibal Tanure Alves
Browse files

arm64: dts: rockchip: RK3588s: Enable PCIE2.0x1 @fe190000


Enable PCIE2.0x1 @fe190000 for RTL8125 network controller in
Rock 5B board.

This is based on prior work from XiaoDong Huang and
Peter Geis fixing this issue specifically for Rockchip 356x.

Signed-off-by: default avatarLucas Tanure <lucas.tanure@collabora.com>
Change-Id: Ib01a1a49234167932ea89c8ac5f830e4385ecf75
parent 11629aaa
Branches wip_pcie2_rk3588
No related tags found
No related merge requests found
...@@ -38,6 +38,15 @@ vcc_1v1_nldo_s3: vcc-1v1-nldo-s3 { ...@@ -38,6 +38,15 @@ vcc_1v1_nldo_s3: vcc-1v1-nldo-s3 {
vin-supply = <&vcc5v0_sys>; vin-supply = <&vcc5v0_sys>;
}; };
vcc3v3_pcie2x1l2: vcc3v3-pcie2x1l2 {
compatible = "regulator-fixed";
regulator-name = "vcc3v3_pcie2x1l2";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
startup-delay-us = <5000>;
vin-supply = <&vcc_3v3_s3>;
};
sound { sound {
compatible = "audio-graph-card"; compatible = "audio-graph-card";
label = "Analog"; label = "Analog";
...@@ -131,3 +140,14 @@ hp_detect: hp-detect { ...@@ -131,3 +140,14 @@ hp_detect: hp-detect {
}; };
}; };
}; };
&combphy0_ps {
status = "okay";
};
&pcie2x1l2 {
reset-gpios = <&gpio3 RK_PB0 GPIO_ACTIVE_HIGH>;
vpcie3v3-supply = <&vcc3v3_pcie2x1l2>;
status = "okay";
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment