]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
rockchip: add HATs/M.2 E key module support for Radxa ROCK 5A
authorFUKAUMI Naoki <naoki@radxa.com>
Tue, 2 Sep 2025 05:12:03 +0000 (05:12 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 7 Sep 2025 12:29:39 +0000 (14:29 +0200)
Add support for Radxa HATs/M.2 E key module.

- Radxa Dual 2.5G Router HAT (Realtek RTL8125BG/NVMe)
- Radxa Penta SATA HAT (JMicron JMB585)
- Radxa Wireless Module A8 (Realtek RTL8852BE)

Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
Link: https://github.com/openwrt/openwrt/pull/19867
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/rockchip/armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity
target/linux/rockchip/image/armv8.mk

index f5cdd9be8a79f9c1ee3fc280e710f88d1ef2def4..956b909bb93f91bdfcc989bd44e16f55af473995 100644 (file)
@@ -63,5 +63,9 @@ friendlyarm,nanopi-r6s)
        set_interface_core 20 "eth1"
        set_interface_core 40 "eth2"
        ;;
+radxa,rock-5a)
+       set_interface_core 10 "eth1"
+       set_interface_core 20 "eth2"
+       ;;
 esac
 
index bb1e3a894fc01b44639f5af9426c2a2c47db980b..1a5ba482d026a64ffd17658b71462ca16d7f214b 100644 (file)
@@ -203,7 +203,7 @@ define Device/radxa_rock-5a
   DEVICE_MODEL := ROCK 5A
   SOC := rk3588s
   UBOOT_DEVICE_NAME := rock5a-rk3588s
-  DEVICE_PACKAGES := kmod-hwmon-pwmfan
+  DEVICE_PACKAGES := blkdiscard block-mount kmod-ata-ahci kmod-hwmon-pwmfan kmod-nvme kmod-r8169 kmod-rtw89-8852be wpad-basic-mbedtls
 endef
 TARGET_DEVICES += radxa_rock-5a