rockchip-rk3588-edge: opi5b: add support for pcie wifi

This commit is contained in:
Muhammed Efe Cetin 2024-04-09 19:16:49 +03:00 committed by Igor
parent 04a5ff3be0
commit 27a07d918e
1 changed files with 18 additions and 0 deletions

View File

@ -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";
};
};
};