Hello! I’m having problems with activating Broadcom BCM43456 WiFi module.
I suppose that I have to use brcmfmac library, which I can select in menuconfig and run the kernel module but I keep getting this: “No platform data available”. I suppose something is wrong with my DTS.
So far I have this:
sdhci@3440000 {
uhs-mask = <0x0>;
only-1-8-v;
status = "okay";
brcmf: brcmf@1 {
reg = <1>;
compatible = "brcm,bcm4329-fmac";
interrupt-parent = <&tegra_main_gpio>;
interrupts = <TEGRA_MAIN_GPIO(C, 1) IRQ_TYPE_LEVEL_HIGH>;
status = "okay";
};
};