ramips: Re-add support for XiaoYu-C5 (#2376)

* ramips: XiaoYu-C5 fix to 512MB

* Re-add support for XiaoYu-C5
This commit is contained in:
AmadeusGhost 2019-12-11 14:05:42 +08:00 committed by coolsnowwolf
parent 729dbee977
commit 499a8ba3da
2 changed files with 8 additions and 4 deletions

View File

@ -17,6 +17,11 @@
label-mac-device = &ethernet;
};
memory@0 {
device_type = "memory";
reg = <0x0 0x1c000000>, <0x20000000 0x4000000>;
};
chosen {
bootargs = "console=ttyS0,57600";
};

View File

@ -131,10 +131,9 @@ endef
TARGET_DEVICES += mediatek_ap-mt7621a-v60
define Device/xiaoyu_xy-c5
MTK_SOC := mt7621
IMAGE_SIZE := 32448k
DEVICE_VENDOR := XiaoYu
DEVICE_MODEL := XY-C5
DTS := XiaoYu-C5
IMAGE_SIZE := $(ralink_default_fw_size_32M)
DEVICE_TITLE := XiaoYu_XY-C5
DEVICE_PACKAGES := kmod-ata-core kmod-ata-ahci kmod-usb3
endef
TARGET_DEVICES += xiaoyu_xy-c5