rockchip: add Radxa ROCK3 Model A board support

This commit is contained in:
lean 2022-08-20 02:22:16 +08:00
parent 5ae7088669
commit d7e1c7befd
2 changed files with 13 additions and 0 deletions

View File

@ -32,6 +32,9 @@ friendlyelec,nanopi-r5s)
ucidef_set_led_netdev "lan1" "LAN1" "green:lan1" "eth1"
ucidef_set_led_netdev "lan2" "LAN2" "green:lan2" "eth2"
;;
radxa,rock3a)
ucidef_set_led_netdev "lan" "LAN" "user-led" "br-lan"
;;
esac
board_config_flush

View File

@ -111,6 +111,16 @@ define Device/pine64_rockpro64
endef
TARGET_DEVICES += pine64_rockpro64
define Device/radxa_rock-3a
DEVICE_VENDOR := Radxa
DEVICE_MODEL := ROCK3 Model A
SOC := rk3568
SUPPORTED_DEVICES := radxa,rock3a
UBOOT_DEVICE_NAME := rock-3a-rk3568
IMAGE/sysupgrade.img.gz := boot-common | boot-script nanopi-r5s | pine64-img | gzip | append-metadata
endef
TARGET_DEVICES += radxa_rock-3a
define Device/radxa_rock-pi-4
DEVICE_VENDOR := Radxa
DEVICE_MODEL := ROCK Pi 4