rock-4c-plus: add

ROCK 4C Plus is a Rockchip RK3399-T based SBC from Radxa.

Specs:
- Rockchip RK3399-T, 2x Cortex-A72 @ 1.5GHz, 4x Cortex-A53@1GHz
- Mali T860MP4 GPU
- RaspberryPi 4 form factor
- 64bit LPDDR4
- eMMC
- Micro SD
- SPI Nor Flash
- Two Micro-HDMI (HDMI 4K and HDMI 2K)
- 4-lane MIPI DSI
- MIPI CSI
- GbE LAN with Power over Ethernet (PoE) support
- Wi-Fi 5 and BT5.0 wireless module
- 3.5mm headphone jack
- Four USB ports (two USB2.0 and two USB3.0)
- RTC
- LEDs
- Power button
- Pwm fan
- 40-pin color expansion header

https://wiki.radxa.com/Rock4/4cplus

Signed-off-by: Stephen Chen <stephen@radxa.com>
This commit is contained in:
Stephen Chen 2024-01-20 17:30:38 +08:00 committed by Trevor Woerner
parent 3620d858ab
commit f7f2878e02
3 changed files with 12 additions and 0 deletions

1
README
View File

@ -39,6 +39,7 @@ Status of supported boards:
roc-rk3308-cc
orangepi-5-plus
rock-3a
rock-4c-plus
builds:
marsboard-rk3066
radxarock

View File

@ -0,0 +1,10 @@
#@TYPE: Machine
#@NAME: ROCK 4C Plus
#@DESCRIPTION: ROCK 4C Plus based on Rockchip RK3399-T Processor is designed by Radxa.
#https://wiki.radxa.com/Rock4/4cplus
#https://docs.radxa.com/en/rock4/rock4c+
require conf/machine/include/rock-pi-4.inc
KERNEL_DEVICETREE = "rockchip/rk3399-rock-4c-plus.dtb"
UBOOT_MACHINE = "rock-4c-plus-rk3399_defconfig"

View File

@ -19,6 +19,7 @@ COMPATIBLE_MACHINE:rock-pi-s = "rock-pi-s"
COMPATIBLE_MACHINE:roc-rk3328-cc = "roc-rk3328-cc"
COMPATIBLE_MACHINE:roc-rk3308-cc = "roc-rk3308-cc"
COMPATIBLE_MACHINE:rock-3a = "rock-3a"
COMPATIBLE_MACHINE:rock-4c-plus = "rock-4c-plus"
SRC_URI:append = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"
SRC_URI:append:nanopi-r4s = " file://nanopi-r4s.scc"