1
0
Fork 0
forked from mirror/openwrt

rockchip: add HATs/M.2 E key module support for Radxa ROCK 5A

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>
This commit is contained in:
FUKAUMI Naoki 2025-09-02 05:12:03 +00:00 committed by Hauke Mehrtens
parent 547626764b
commit 3c23e9a327
2 changed files with 5 additions and 1 deletions

View 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

View 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