arm64: tegra: Add Wifi node for P2894

The p2894 product has a BCM4354 module with wifi on sdio.

Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
This commit is contained in:
Aaron Kling
2025-05-08 23:37:18 -05:00
committed by Thomas Makin
parent 0455ca103d
commit 7a04b9bc51

View File

@@ -1604,6 +1604,25 @@
status = "okay"; status = "okay";
}; };
mmc@700b0200 {
status = "okay";
bus-width = <4>;
non-removable;
power-gpios = <&gpio TEGRA_GPIO(H, 0) GPIO_ACTIVE_HIGH>;
vqmmc-supply = <&max77620_sd3>;
vmmc-supply = <&vdd_3v3>;
#address-cells = <1>;
#size-cells = <0>;
wifi@1 {
compatible = "brcm,bcm4354-fmac", "brcm,bcm4329-fmac";
reg = <1>;
interrupt-parent = <&gpio>;
interrupts = <TEGRA_GPIO(H, 2) IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "host-wake";
};
};
mmc@700b0600 { mmc@700b0600 {
bus-width = <8>; bus-width = <8>;
non-removable; non-removable;