mirror of https://github.com/armbian/build.git
rockchip-rk3588-edge: opi5b: add support for pcie wifi
This commit is contained in:
parent
04a5ff3be0
commit
27a07d918e
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue