diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2013-10-15 23:36:09 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-10-18 10:24:33 -0700 |
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 @@ +/* + * omap3-n950.dts - Device Tree file for Nokia N950 + * + * 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 N950"; + compatible = "nokia,omap3-n950", "ti,omap3"; +}; |