From cb8ea6f3b376b83da723a50a2c21e57850f2ad95 Mon Sep 17 00:00:00 2001 From: Dmitry Smagin Date: Wed, 18 Sep 2013 09:20:32 +0400 Subject: MIPS: rxz50: add initial devicetree support Memory initialization is moved from board.c to rzx50.dts file. Signed-off-by: Dmitry Smagin Acked-by: Antony Pavlov Signed-off-by: Sascha Hauer --- arch/mips/dts/rzx50.dts | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 arch/mips/dts/rzx50.dts (limited to 'arch/mips/dts/rzx50.dts') diff --git a/arch/mips/dts/rzx50.dts b/arch/mips/dts/rzx50.dts new file mode 100644 index 0000000000..69320ddbb3 --- /dev/null +++ b/arch/mips/dts/rzx50.dts @@ -0,0 +1,12 @@ +/dts-v1/; + +/include/ "skeleton.dtsi" + +/ { + model = "Ritmix RZX-50"; + compatible = "ritmix,rzx50"; + + memory { + reg = <0x00000000 0x4000000>; + }; +}; -- cgit v1.2.3