mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00

AKA the "renegade" The ROC-RK3328-CC platform is built on the Rockchip RK3328 system-on-chip optimized for low cost, low power, and high performance IO. It features a high performance native USB 3.0 interface and Gigabit MAC. Specs: - RaspberryPi 2/3 form factor - quad-core ARM Cortex-A53 @ 1.5GHz - ARM Mali-450 MP2 - DDR4 RAM - USB 3.0 - GbE MAC https://libre.computer/products/roc-rk3328-cc/ https://wiki.t-firefly.com/ROC-RK3328-CC/intro.html Signed-off-by: Trevor Woerner <twoerner@gmail.com>
12 lines
387 B
Plaintext
12 lines
387 B
Plaintext
# Copyright (C) 2021 Trevor Woerner
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
#@TYPE: Machine
|
|
#@NAME: roc-rk3328-cc (aka "renegade")
|
|
#@DESCRIPTION: Libre Computer Board ROC-RK3328-CC (Renegade) Mini Computer with Gigabit Ethernet and USB 3.0
|
|
|
|
require include/rk3328.inc
|
|
|
|
UBOOT_MACHINE = "roc-cc-rk3328_defconfig"
|
|
KERNEL_DEVICETREE = "rockchip/rk3328-roc-cc.dtb"
|