mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
19 lines
423 B
Plaintext
19 lines
423 B
Plaintext
|
/*
|
||
|
* 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";
|
||
|
};
|