rockchip: add support for Radxa ROCK 5T
The Radxa ROCK 5T is a single board computer using the Rockchip
RK3588(J) SoC.
- https://radxa.com/products/rock5/5t
Hardware
--------
- Quad Cortex-A76 and Quad Cortex-A55 CPU
- Mali-G610 MP4 GPU
- 6 TOPS NPU
- 4/8/16/24/32GB LPDDR5 RAM
- 16/32/64/128/256GB on-board eMMC (optional)
- 16MB SPI NOR flash
- microSD card slot
- Wi-Fi 6E (Intel AX210, limited support)
- 2x 2.5 Gigabit Ethernet ports with PoE (additional PoE module required)
- USB 3.1 Gen1 Type-C HOST/OTG port
- 2x USB 3.1 Gen1 Type-A HOST ports
- 2x USB 2.0 Type-A HOST ports
- 2x M.2 M Key connectors with PCIe 3.0 x2
- M.2 B Key connector
- SIM card slot
- RTC battery connector
- PWM fan connector
- 20x2 pin header
- 5525 12V DC jack
Installation
------------
Uncompress the OpenWrt sysupgrade and write it to a micro SD card or
eMMC using dd.
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>
(cherry picked from commit 4a78af9876)
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
@@ -363,7 +363,8 @@ define U-Boot/generic-rk3588
|
||||
$(U-Boot/rk358x/Default)
|
||||
NAME:=Generic RK358x board
|
||||
BUILD_DEVICES:= \
|
||||
radxa_rock-5b-plus
|
||||
radxa_rock-5b-plus \
|
||||
radxa_rock-5t
|
||||
endef
|
||||
|
||||
# RK3588 boards
|
||||
|
||||
@@ -32,6 +32,7 @@ rockchip_setup_interfaces()
|
||||
nlnet,xiguapi-v3|\
|
||||
radxa,e25|\
|
||||
radxa,rock-3b|\
|
||||
radxa,rock-5t|\
|
||||
xunlong,orangepi-5-plus)
|
||||
ucidef_set_interfaces_lan_wan 'eth0' 'eth1'
|
||||
;;
|
||||
|
||||
@@ -77,7 +77,8 @@ friendlyarm,nanopi-r5s)
|
||||
set_interface_core 8 "eth2"
|
||||
;;
|
||||
friendlyarm,nanopi-r6s|\
|
||||
radxa,rock-5a)
|
||||
radxa,rock-5a|\
|
||||
radxa,rock-5t)
|
||||
set_interface_core 10 "eth0"
|
||||
set_interface_core 20 "eth1"
|
||||
set_interface_core 40 "eth2"
|
||||
|
||||
@@ -407,6 +407,17 @@ define Device/radxa_rock-5b-plus
|
||||
endef
|
||||
TARGET_DEVICES += radxa_rock-5b-plus
|
||||
|
||||
define Device/radxa_rock-5t
|
||||
DEVICE_VENDOR := Radxa
|
||||
DEVICE_MODEL := ROCK 5T
|
||||
SOC := rk3588
|
||||
DEVICE_DTS := rockchip/rk3588-rock-5t
|
||||
UBOOT_DEVICE_NAME := generic-rk3588
|
||||
BOOT_FLOW := pine64-img
|
||||
DEVICE_PACKAGES := blkdiscard block-mount iwlwifi-firmware-ax210 kmod-hwmon-pwmfan kmod-iwlwifi kmod-nvme kmod-r8125 wpad-openssl
|
||||
endef
|
||||
TARGET_DEVICES += radxa_rock-5t
|
||||
|
||||
define Device/radxa_rock-pi-4a
|
||||
DEVICE_VENDOR := Radxa
|
||||
DEVICE_MODEL := ROCK Pi 4A
|
||||
|
||||
Reference in New Issue
Block a user