Skip to content

Commit

Permalink
rockchip: rk35xx: add Cyber 3588 AIB support
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Aug 31, 2024
1 parent ec9a54c commit d058410
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions target/linux/rockchip/image/rk35xx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ $(call Device/rk3588)
endef
TARGET_DEVICES += armsom_sige7

define Device/cyber_cyber3588-aib
$(call Device/rk3588)
DEVICE_VENDOR := Cyber
DEVICE_MODEL := 3588 AIB
DEVICE_DTS := rk3588-cyber3588-aib
DEVICE_PACKAGES := kmod-switch-rtl8367b kmod-r8125 kmod-nvme kmod-thermal swconfig
endef
TARGET_DEVICES += cyber_cyber3588-aib

define Device/friendlyarm_nanopi-r6c
$(call Device/rk3588)
DEVICE_VENDOR := FriendlyARM
Expand Down

0 comments on commit d058410

Please sign in to comment.