Merge tag 'uapi-20121219' into for-linus
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / imx27-3ds.dts
1 /*
2  * Copyright 2012 Sascha Hauer, Pengutronix
3  *
4  * The code contained herein is licensed under the GNU General Public
5  * License. You may obtain a copy of the GNU General Public License
6  * Version 2 or later at the following locations:
7  *
8  * http://www.opensource.org/licenses/gpl-license.html
9  * http://www.gnu.org/copyleft/gpl.html
10  */
11
12 /dts-v1/;
13 /include/ "imx27.dtsi"
14
15 / {
16         model = "mx27_3ds";
17         compatible = "freescale,imx27-3ds", "fsl,imx27";
18
19         memory {
20                 reg = <0x0 0x0>;
21         };
22
23         soc {
24                 aipi@10000000 { /* aipi1 */
25                         uart1: serial@1000a000 {
26                                 fsl,uart-has-rtscts;
27                                 status = "okay";
28                         };
29                 };
30
31                 aipi@10020000 { /* aipi2 */
32                         ethernet@1002b000 {
33                                 status = "okay";
34                         };
35                 };
36         };
37 };