Skip to content

Commit

Permalink
rockchip: add MangoPi M28K / M28K Pro Board support
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Aug 13, 2024
1 parent 81f9de1 commit 2a6424e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/rockchip/dts/rk3528/rk3528-m28k.dts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "rk3528-opp.dtsi"

/ {
model = "MangoPi M28K";
model = "MangoPi M28K / M28K Pro";
compatible = "mangopi,m28k", "rockchip,rk3528";

aliases {
Expand Down
9 changes: 9 additions & 0 deletions target/linux/rockchip/image/rk35xx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ $(call Device/rk3528)
endef
TARGET_DEVICES += armsom_sige1

define Device/mangopi_m28k
$(call Device/rk3528)
DEVICE_VENDOR := MangoPi
DEVICE_MODEL := M28K / M28K Pro
SUPPORTED_DEVICES := mangopi,m28k widora,mangopi-m28k
DEVICE_PACKAGES := kmod-r8168 kmod-r8125 kmod-thermal
endef
TARGET_DEVICES += mangopi_m28k

define Device/radxa_e20c
$(call Device/rk3528)
DEVICE_VENDOR := Radxa
Expand Down

0 comments on commit 2a6424e

Please sign in to comment.