[PATCH v1 4/5] arm64: dts: rockchip: Add AP6275P wireless support to Khadas Edge 2
Jacobe Zang
jacobe.zang at wesion.com
Sun Jun 16 20:05:36 PDT 2024
Khadas Edge2 uses the PCI-e Ampak AP6275P 2T2R Wi-Fi 6 module. Add "pci14e4"
prefix to vendor-prefix.yaml and "449d" to brcm,bcm4329-fmac.yaml
Link:https://lore.kernel.org/linux-devicetree/20240617023517.3104427-1-jacobe.zang@wesion.com/T/#u
https://lore.kernel.org/linux-devicetree/20240617024341.3106240-1-jacobe.zang@wesion.com/T/#u
Signed-off-by: Jacobe Zang <jacobe.zang at wesion.com>
---
.../boot/dts/rockchip/rk3588s-khadas-edge2.dts | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-khadas-edge2.dts b/arch/arm64/boot/dts/rockchip/rk3588s-khadas-edge2.dts
index f8bedc5e05fbf..cdd5f124e3069 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588s-khadas-edge2.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-khadas-edge2.dts
@@ -365,6 +365,23 @@ &pcie2x1l2 {
reset-gpios = <&gpio3 RK_PD1 GPIO_ACTIVE_HIGH>;
vpcie3v3-supply = <&vcc3v3_pcie_wl>;
status = "okay";
+
+ pcie at 0,0 {
+ reg = <0x400000 0 0 0 0>;
+ #address-cells = <3>;
+ #size-cells = <2>;
+ ranges;
+ device_type = "pci";
+ bus-range = <0x40 0x4f>;
+
+ wifi: wifi at 0,0 {
+ compatible = "pci14e4,449d";
+ reg = <0x410000 0 0 0 0>;
+ clocks = <&hym8563>;
+ clock-names = "32k";
+ };
+ };
+
};
&pwm11 {
--
2.34.1
More information about the Linux-rockchip
mailing list