Missing ath12k driver for QCN9274 module on Jetson Orin Nano

I am trying to use a Qualcomm QCN9274 (compex WLE7002E25) module on my Jetson Orin Nano.

I know this qualcomm wifi module need the ath12k driver, but I can’t seem to find it in the default system(5.15). dmesg and lsmod show nothing related to it.
do you know how to install or enable the ath12k driver on the Orin Nano?

Linux engineer-desktop 5.15.148-tegra #1 SMP PREEMPT Thu Sep 18 15:08:33 PDT 2025 aarch64 aarch64 aarch64 GNU/Linux

engineer@engineer-desktop:~$ modinfo ath12k
modinfo: ERROR: Module ath12k not found.

engineer@engineer-desktop:~$ lspci
0001:00:00.0 PCI bridge: NVIDIA Corporation Device 229e (rev a1)
0001:01:00.0 Network controller: Qualcomm Device 1109 (rev 01)
0008:00:00.0 PCI bridge: NVIDIA Corporation Device 229c (rev a1)
0008:01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)

Thanks!!!

Hi,
Please check with the vendor what kernel configs have to be enabled for the module. And follow developer guide to enable them and rebuild kernel. Please refer to
Kernel Customization — NVIDIA Jetson Linux Developer Guide
No data from Joystick Logitech-f710 - #10 by DaneLLL

did you try update your kernel to 6.9.9 or newer?

Hi,due to compatibility reasons, I’m tied to version 5.15. Is it possible to get ath12k running on this kernel with orin nano?

if you want to stay on kernel 5.15, you should use backport

I think you could try this:

this can work on x86 platform,but I think its also can work on nvidia platform too,
but I am not sure is its have other compiling issues.