diff options
author | Paul Cercueil <paul@crapouillou.net> | 2020-05-25 19:41:54 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-05-27 13:04:09 +0200 |
commit | d653d1ffba8ecd472a78a5f0210a04672060b27b (patch) | |
tree | 874d9cc76f6630831daada4dbc5fb2022d31a89c /arch | |
parent | 963287e48314d334d3c5b377dca8ea0dec4ac718 (diff) | |
download | linux-d653d1ffba8ecd472a78a5f0210a04672060b27b.tar.bz2 |
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 <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/boot/dts/ingenic/gcw0_proto.dts | 13 |
1 files changed, 13 insertions, 0 deletions
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 000000000000..02df22f8ae0f --- /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>; +}; |