diff --git a/patch/kernel/rockchip-rk3588-edge/dt/rk3588s-orangepi-5b.dts b/patch/kernel/rockchip-rk3588-edge/dt/rk3588s-orangepi-5b.dts index cce6230e06..3194df7a5f 100644 --- a/patch/kernel/rockchip-rk3588-edge/dt/rk3588s-orangepi-5b.dts +++ b/patch/kernel/rockchip-rk3588-edge/dt/rk3588s-orangepi-5b.dts @@ -28,3 +28,21 @@ &sfc { status = "disabled"; }; + +&pcie2x1l2 { + pcie@0,0 { + reg = <0x400000 0 0 0 0>; + #address-cells = <3>; + #size-cells = <2>; + ranges; + device_type = "pci"; + bus-range = <0x40 0x4f>; + + wifi: wifi@0,0 { + compatible = "pci14e4,449d"; + reg = <0x410000 0 0 0 0>; + clocks = <&hym8563>; + clock-names = "32k"; + }; + }; +};