[openwrt/openwrt] rockchip: add support for PINE64 ROCK64

LEDE Commits lede-commits at lists.infradead.org
Sun Aug 27 10:20:46 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f0138de3e5feb5ec57e0d195debe4b15da2aea85

commit f0138de3e5feb5ec57e0d195debe4b15da2aea85
Author: Antonio Flores <antflores627 at gmail.com>
AuthorDate: Sat Jul 8 13:31:49 2023 -0400

    rockchip: add support for PINE64 ROCK64
    
    This add support for PINE64 ROCK64, rockchip rk3328 board.
    
    Specifications:
    
     4 x ARM Cortex A53 cores @ 1.5 GHz
     ARM Mali 450 MP2 GPU
     LPDDR3 RAM (up to 4GB)
     Gigabit Ethernet
     Micro SD Slot
     eMMC module slot
     SPI Flash 128Mbit
     4K digital video out
     2x USB 2.0 Host
     1x USB 3.0 Host
     PI-2 bus
     PI-P5+ bus
     IR R/X port
     Real Time Clock (RTC) port
     Power Over Ethernet (POE) (when using optional HAT module)
     A/V jack
     Power, Reset and Recovery buttons
     3.5mm barrel power (5V 3A) port
    
    To install write image to the sd using dd (dd if=*.img of=/*)
    
    Signed-off-by: Antonio Flores <antflores627 at gmail.com>
---
 target/linux/rockchip/image/armv8.mk | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/target/linux/rockchip/image/armv8.mk b/target/linux/rockchip/image/armv8.mk
index dc977859a6..df16505d29 100644
--- a/target/linux/rockchip/image/armv8.mk
+++ b/target/linux/rockchip/image/armv8.mk
@@ -52,6 +52,15 @@ define Device/friendlyarm_nanopi-r4s
 endef
 TARGET_DEVICES += friendlyarm_nanopi-r4s
 
+define Device/pine64_rock64
+  DEVICE_VENDOR := Pine64
+  DEVICE_MODEL := Rock64
+  SOC := rk3328
+  UBOOT_DEVICE_NAME := rock64-rk3328
+  IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-img | gzip | append-metadata
+endef
+TARGET_DEVICES += pine64_rock64
+
 define Device/pine64_rockpro64
   DEVICE_VENDOR := Pine64
   DEVICE_MODEL := RockPro64




More information about the lede-commits mailing list