Skip to content

Commit

Permalink
rockchip: add support for HINLINK OPC-H66K
Browse files Browse the repository at this point in the history
  • Loading branch information
aiamadeus committed Dec 30, 2022
1 parent 526fd6d commit c00325a
Show file tree
Hide file tree
Showing 9 changed files with 710 additions and 664 deletions.
1 change: 1 addition & 0 deletions package/boot/uboot-rockchip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ define U-Boot/opc-h68k-rk3568
BUILD_SUBTARGET:=armv8
NAME:=OPC-H68K Board
BUILD_DEVICES:= \
hinlink_opc-h66k \
hinlink_opc-h68k
DEPENDS:=+PACKAGE_u-boot-opc-h68k-rk3568:arm-trusted-firmware-rk3568
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor
Expand Down
1 change: 1 addition & 0 deletions target/linux/rockchip/armv8/base-files/etc/board.d/01_leds
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ friendlyarm,nanopi-r5s)
ucidef_set_led_netdev "lan1" "LAN1" "green:lan1" "eth1"
ucidef_set_led_netdev "lan2" "LAN2" "green:lan2" "eth2"
;;
hinlink,opc-h66k|\
hinlink,opc-h68k)
ucidef_set_led_netdev "wan" "WAN" "blue:net" "eth0"
;;
Expand Down
2 changes: 2 additions & 0 deletions target/linux/rockchip/armv8/base-files/etc/board.d/02_network
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ rockchip_setup_interfaces()
case "$board" in
ariaboard,photonicat|\
ezpro,mrkaio-m68s|\
hinlink,opc-h66k|\
friendlyarm,nanopi-r2c|\
friendlyarm,nanopi-r2s|\
friendlyarm,nanopi-r4s|\
Expand Down Expand Up @@ -77,6 +78,7 @@ rockchip_setup_macs()
case "$board" in
ariaboard,photonicat|\
ezpro,mrkaio-m68s|\
hinlink,opc-h66k|\
hinlink,opc-h68k|\
fastrhino,r66s|\
fastrhino,r68s|\
Expand Down
Loading

0 comments on commit c00325a

Please sign in to comment.