From: Paul Cercueil Date: Mon, 25 May 2020 17:41:54 +0000 (+0200) Subject: MIPS: ingenic: Add support for GCW Zero prototype X-Git-Tag: v5.8-rc1~173^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d653d1ffba8ecd472a78a5f0210a04672060b27b;p=thirdparty%2Fkernel%2Flinux.git MIPS: ingenic: Add support for GCW Zero prototype Add support for the GCW Zero prototype. The only (?) difference is that it only has 256 MiB of RAM, compared to the 512 MiB of RAM of the retail device. Signed-off-by: Paul Cercueil Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/boot/dts/ingenic/gcw0_proto.dts b/arch/mips/boot/dts/ingenic/gcw0_proto.dts new file mode 100644 index 0000000000000..02df22f8ae0f4 --- /dev/null +++ b/arch/mips/boot/dts/ingenic/gcw0_proto.dts @@ -0,0 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0 +/dts-v1/; + +#include "gcw0.dts" + +/ { + model = "GCW Zero Prototype"; +}; + +&memory { + /* Prototype has only 256 MiB of RAM */ + reg = <0x0 0x10000000>; +};