diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2013-10-15 16:36:09 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-10-18 13:24:33 -0400 |
commit | df01318850d5c687533c6e2460d1df65944d0d4b (patch) | |
tree | a2f89ab1f7d2a31794e67a1e4300b14adaa0b22a /arch/arm/boot/dts/omap3-n950.dts | |
parent | c482525659effc9fadc0cef88cffdb6f8c63d2b6 (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-n950.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-n950.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-n950.dts b/arch/arm/boot/dts/omap3-n950.dts new file mode 100644 index 000000000000..b076a526b999 --- /dev/null +++ b/arch/arm/boot/dts/omap3-n950.dts | |||
@@ -0,0 +1,18 @@ | |||
1 | /* | ||
2 | * omap3-n950.dts - Device Tree file for Nokia N950 | ||
3 | * | ||
4 | * Written by: Aaro Koskinen <aaro.koskinen@iki.fi> | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | ||
10 | |||
11 | /dts-v1/; | ||
12 | |||
13 | #include "omap3-n950-n9.dtsi" | ||
14 | |||
15 | / { | ||
16 | model = "Nokia N950"; | ||
17 | compatible = "nokia,omap3-n950", "ti,omap3"; | ||
18 | }; | ||