arm64: dts: rockchip: add PCIe to rk3588s-indiedroid-nova
authorChris Morgan <macromorgan@hotmail.com>
Mon, 18 Sep 2023 17:32:53 +0000 (12:32 -0500)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 4 Oct 2023 21:01:48 +0000 (23:01 +0200)
Add the necessary nodes to the Indiedroid Nova to activate the PCI
express port that is used by the RTL8111 ethernet controller.

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Link: https://lore.kernel.org/r/20230918173255.1325-2-macroalpha82@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588s-indiedroid-nova.dts

index d1503a4b233a39e89493544d78e0c7800de8e6f6..646f49cc9e53d037002c17f70b2d24b2e5ff3749 100644 (file)
        };
 };
 
+&combphy0_ps {
+       status = "okay";
+};
+
 &cpu_l0 {
        cpu-supply = <&vdd_cpu_lit_s0>;
 };
        };
 };
 
+&pcie2x1l2 {
+       pinctrl-0 = <&rtl8111_perstb>;
+       pinctrl-names = "default";
+       status = "okay";
+};
+
 &pinctrl {
        bluetooth-pins {
                bt_reset: bt-reset {
                };
        };
 
+       ethernet-pins {
+               rtl8111_perstb: rtl8111-perstb {
+                       rockchip,pins = <3 RK_PD1 RK_FUNC_GPIO &pcfg_pull_up>;
+               };
+       };
+
        hym8563 {
 
                hym8563_int: hym8563-int {