ramips: add support for mqmaker witi 512mb version
Splitted out the dts file and create the new dts for the 256 MByte RAM and the 512 MB RAM version. Migrate both versions to the common board detection. The install the 512 MByte Version on a board running the 256 MByte image, a forceful sysupgrade with the -F flag is required. Signed-off-by: Davide Ammirata <list@davidea.it>
This commit is contained in:
committed by
Mathias Kresin
parent
5ef79af4f8
commit
004cc22e4e
13
target/linux/ramips/dts/WITI-256M.dts
Normal file
13
target/linux/ramips/dts/WITI-256M.dts
Normal file
@@ -0,0 +1,13 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "WITI.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "mqmaker,witi-256m", "mqmaker,witi", "mediatek,mt7621-soc";
|
||||
model = "MQmaker WiTi (256MB RAM)";
|
||||
|
||||
memory@0 {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x10000000>;
|
||||
};
|
||||
};
|
||||
13
target/linux/ramips/dts/WITI-512M.dts
Normal file
13
target/linux/ramips/dts/WITI-512M.dts
Normal file
@@ -0,0 +1,13 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "WITI.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "mqmaker,witi-512m", "mqmaker,witi", "mediatek,mt7621-soc";
|
||||
model = "MQmaker WiTi (512MB RAM)";
|
||||
|
||||
memory@0 {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x1c000000>, <0x20000000 0x4000000>;
|
||||
};
|
||||
};
|
||||
@@ -7,12 +7,6 @@
|
||||
|
||||
/ {
|
||||
compatible = "mqmaker,witi", "mediatek,mt7621-soc";
|
||||
model = "MQmaker WiTi";
|
||||
|
||||
memory@0 {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x10000000>;
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,57600";
|
||||
Reference in New Issue
Block a user