diff options
author | Paul Cercueil <[email protected]> | 2020-05-25 19:41:54 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <[email protected]> | 2020-05-27 13:04:09 +0200 |
commit | d653d1ffba8ecd472a78a5f0210a04672060b27b (patch) | |
tree | 874d9cc76f6630831daada4dbc5fb2022d31a89c | |
parent | 963287e48314d334d3c5b377dca8ea0dec4ac718 (diff) |
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 <[email protected]>
Signed-off-by: Thomas Bogendoerfer <[email protected]>
-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>; +}; |