mirror of
https://github.com/armbian/build.git
synced 2025-08-08 12:16:58 +02:00
rockchip-rk3588-edge: opi5b: add support for pcie wifi
This commit is contained in:
parent
04a5ff3be0
commit
27a07d918e
@ -28,3 +28,21 @@
|
|||||||
&sfc {
|
&sfc {
|
||||||
status = "disabled";
|
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";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user