xref: /freebsd-src/sys/contrib/device-tree/src/mips/ingenic/gcw0_proto.dts (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*c66ec88fSEmmanuel Vadot/dts-v1/;
3*c66ec88fSEmmanuel Vadot
4*c66ec88fSEmmanuel Vadot#include "gcw0.dts"
5*c66ec88fSEmmanuel Vadot
6*c66ec88fSEmmanuel Vadot/ {
7*c66ec88fSEmmanuel Vadot	model = "GCW Zero Prototype";
8*c66ec88fSEmmanuel Vadot};
9*c66ec88fSEmmanuel Vadot
10*c66ec88fSEmmanuel Vadot&memory {
11*c66ec88fSEmmanuel Vadot	/* Prototype has only 256 MiB of RAM */
12*c66ec88fSEmmanuel Vadot	reg = <0x0 0x10000000>;
13*c66ec88fSEmmanuel Vadot};
14