mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 03:06:35 +00:00
ipq40xx: flesh out MR33's pcie dts definitions
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
146fbeb81c
commit
4363b5362f
@ -272,6 +272,19 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
perst-gpio = <&tlmm 38 GPIO_ACTIVE_LOW>;
|
perst-gpio = <&tlmm 38 GPIO_ACTIVE_LOW>;
|
||||||
wake-gpio = <&tlmm 50 GPIO_ACTIVE_LOW>;
|
wake-gpio = <&tlmm 50 GPIO_ACTIVE_LOW>;
|
||||||
|
|
||||||
|
bridge@0,0 {
|
||||||
|
reg = <0x00000000 0 0 0 0>;
|
||||||
|
#address-cells = <3>;
|
||||||
|
#size-cells = <2>;
|
||||||
|
ranges;
|
||||||
|
|
||||||
|
wifi2: wifi@0,0 {
|
||||||
|
compatible = "qcom,ath10k";
|
||||||
|
status = "okay";
|
||||||
|
reg = <0x00010000 0 0 0 0>;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&qpic_bam {
|
&qpic_bam {
|
||||||
|
Loading…
Reference in New Issue
Block a user