summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap3-n9.dts
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2013-10-15 23:36:09 +0300
committerTony Lindgren <tony@atomide.com>2013-10-18 10:24:33 -0700
commitdf01318850d5c687533c6e2460d1df65944d0d4b (patch)
treea2f89ab1f7d2a31794e67a1e4300b14adaa0b22a /arch/arm/boot/dts/omap3-n9.dts
parentc482525659effc9fadc0cef88cffdb6f8c63d2b6 (diff)
ARM: dts: add minimal DT support for Nokia N950 & N9 phones
Add minimal DT support for Nokia N950 & N9 phones. The same functionality that is provided by the current board file should work: serial console, USB, OneNAND and MMC. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-n9.dts')
-rw-r--r--arch/arm/boot/dts/omap3-n9.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-n9.dts b/arch/arm/boot/dts/omap3-n9.dts
new file mode 100644
index 000000000000..39828ce464ee
--- /dev/null
+++ b/arch/arm/boot/dts/omap3-n9.dts
@@ -0,0 +1,18 @@
+/*
+ * omap3-n9.dts - Device Tree file for Nokia N9
+ *
+ * Written by: Aaro Koskinen <aaro.koskinen@iki.fi>
+ *
+ * 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 "omap3-n950-n9.dtsi"
+
+/ {
+ model = "Nokia N9";
+ compatible = "nokia,omap3-n9", "ti,omap3";
+};