diff options
Diffstat (limited to 'arch/mips/boot/dts/ingenic/gcw0_proto.dts')
-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 000000000..02df22f8a --- /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>; +}; |