rockchip: add support for Radxa Rock Pi 4
[openwrt/openwrt.git] / target / linux / rockchip / image / armv8.mk
1 #
2 # Copyright (C) 2020 Tobias Maedel
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Device/friendlyarm_nanopi-r2s
9 DEVICE_VENDOR := FriendlyARM
10 DEVICE_MODEL := NanoPi R2S
11 SOC := rk3328
12 UBOOT_DEVICE_NAME := nanopi-r2s-rk3328
13 IMAGE/sysupgrade.img.gz := boot-common | boot-script nanopi-r2s | pine64-img | gzip | append-metadata
14 DEVICE_PACKAGES := kmod-usb-net-rtl8152
15 endef
16 TARGET_DEVICES += friendlyarm_nanopi-r2s
17
18 define Device/pine64_rockpro64
19 DEVICE_VENDOR := Pine64
20 DEVICE_MODEL := RockPro64
21 SOC := rk3399
22 UBOOT_DEVICE_NAME := rockpro64-rk3399
23 IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-img | gzip | append-metadata
24 endef
25 TARGET_DEVICES += pine64_rockpro64
26
27 define Device/radxa_rock-pi-4
28 DEVICE_VENDOR := Radxa
29 DEVICE_MODEL := Rock Pi 4
30 SOC := rk3399
31 UBOOT_DEVICE_NAME := rock-pi-4-rk3399
32 IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-img | gzip | append-metadata
33 endef
34 TARGET_DEVICES += radxa_rock-pi-4