CHROMIUM: ARM: exynos: add snow dts file
authorOlof Johansson <olofj@chromium.org>
Thu, 26 Apr 2012 23:59:17 +0000 (16:59 -0700)
committerOlof Johansson <olofj@chromium.org>
Wed, 20 Jun 2012 18:49:49 +0000 (11:49 -0700)
BUG=none
TEST=make dtbs

Change-Id: I583c71b6e00098ca50f74f6d9921f6dcc6a267ee
Signed-off-by: Olof Johansson <olofj@chromium.org>
Reviewed-on: https://gerrit-int.chromium.org/16559
Commit-Ready: Olof Johansson <olofj@google.com>
Reviewed-by: Olof Johansson <olofj@google.com>
Tested-by: Olof Johansson <olofj@google.com>
arch/arm/boot/dts/exynos5250-snow.dts [new file with mode: 0644]

diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts
new file mode 100644 (file)
index 0000000..1f49772
--- /dev/null
@@ -0,0 +1,24 @@
+/*
+ * Google Snow board device tree source
+ *
+ * Copyright (c) 2012 Google, Inc
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+*/
+
+/dts-v1/;
+/include/ "exynos5250.dtsi"
+
+/ {
+       model = "Google Snow";
+       compatible = "google,snow", "google,daisy", "samsung,smdk5250", "samsung,exynos5250";
+
+       memory {
+               reg = <0x40000000 0x80000000>;
+       };
+
+       chosen {
+       };
+};