summaryrefslogtreecommitdiffstats
path: root/arch/mips/dts/rzx50.dts
diff options
context:
space:
mode:
authorDmitry Smagin <dmitry.s.smagin@gmail.com>2013-09-18 09:20:32 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2013-09-19 08:53:16 +0200
commitcb8ea6f3b376b83da723a50a2c21e57850f2ad95 (patch)
treeec2740855c589ef3cae622f0ee275a3ace482b7c /arch/mips/dts/rzx50.dts
parentfe4117357f8f304a08b957eded8ede9db8dafdcf (diff)
downloadbarebox-cb8ea6f3b376b83da723a50a2c21e57850f2ad95.tar.gz
barebox-cb8ea6f3b376b83da723a50a2c21e57850f2ad95.tar.xz
MIPS: rxz50: add initial devicetree support
Memory initialization is moved from board.c to rzx50.dts file. Signed-off-by: Dmitry Smagin <dmitry.s.smagin@gmail.com> Acked-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/dts/rzx50.dts')
-rw-r--r--arch/mips/dts/rzx50.dts12
1 files changed, 12 insertions, 0 deletions
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>;
+ };
+};