Skip to content

Commit 9fcf5f2

Browse files
miaoqing-quicshashim-quic
authored andcommitted
FROMLIST: arm64: dts: qcom: shikra: add WiFi node support
Introduce the WiFi hardware description in shikra.dtsi, including register space, interrupts, IOMMU configuration and reserved memory. The node is kept disabled by default and is intended to be enabled by board-specific device trees. Signed-off-by: Miaoqing Pan <miaoqing.pan@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260525-shikra-dt-m1-v1-15-f51a9838dbaa@oss.qualcomm.com
1 parent 18f897d commit 9fcf5f2

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/shikra.dtsi

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2122,6 +2122,29 @@
21222122
<GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH 0>;
21232123
};
21242124

2125+
wifi: wifi@c800000 {
2126+
compatible = "qcom,wcn3990-wifi";
2127+
reg = <0x0 0x0c800000 0x0 0x800000>;
2128+
reg-names = "membase";
2129+
memory-region = <&wlan_mem>;
2130+
interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH 0>,
2131+
<GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH 0>,
2132+
<GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH 0>,
2133+
<GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH 0>,
2134+
<GIC_SPI 362 IRQ_TYPE_LEVEL_HIGH 0>,
2135+
<GIC_SPI 363 IRQ_TYPE_LEVEL_HIGH 0>,
2136+
<GIC_SPI 364 IRQ_TYPE_LEVEL_HIGH 0>,
2137+
<GIC_SPI 365 IRQ_TYPE_LEVEL_HIGH 0>,
2138+
<GIC_SPI 366 IRQ_TYPE_LEVEL_HIGH 0>,
2139+
<GIC_SPI 367 IRQ_TYPE_LEVEL_HIGH 0>,
2140+
<GIC_SPI 368 IRQ_TYPE_LEVEL_HIGH 0>,
2141+
<GIC_SPI 369 IRQ_TYPE_LEVEL_HIGH 0>;
2142+
iommus = <&apps_smmu 0x1a0 0x1>;
2143+
qcom,msa-fixed-perm;
2144+
2145+
status = "disabled";
2146+
};
2147+
21252148
intc: interrupt-controller@f200000 {
21262149
compatible = "arm,gic-v3";
21272150
reg = <0x0 0xf200000 0x0 0x10000>,

0 commit comments

Comments
 (0)