]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/blob - arch/arm/boot/dts/imx27-apf27.dts
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[android-sdk/kernel-video.git] / arch / arm / boot / dts / imx27-apf27.dts
1 /*
2  * Copyright 2012 Philippe Reynes <tremyfr@yahoo.fr>
3  * Copyright 2012 Armadeus Systems <support@armadeus.com>
4  *
5  * Based on code which is: Copyright 2012 Sascha Hauer, Pengutronix
6  *
7  * The code contained herein is licensed under the GNU General Public
8  * License. You may obtain a copy of the GNU General Public License
9  * Version 2 or later at the following locations:
10  *
11  * http://www.opensource.org/licenses/gpl-license.html
12  * http://www.gnu.org/copyleft/gpl.html
13  */
15 /dts-v1/;
16 /include/ "imx27.dtsi"
18 / {
19         model = "Armadeus Systems APF27 module";
20         compatible = "armadeus,imx27-apf27", "fsl,imx27";
22         memory {
23                 reg = <0xa0000000 0x04000000>;
24         };
26         clocks {
27                 #address-cells = <1>;
28                 #size-cells = <0>;
30                 osc26m {
31                         compatible = "fsl,imx-osc26m", "fixed-clock";
32                         clock-frequency = <0>;
33                 };
34         };
36         soc {
37                 aipi@10000000 {
38                         serial@1000a000 {
39                                 status = "okay";
40                         };
42                         ethernet@1002b000 {
43                                 status = "okay";
44                         };
45                 };
47                 nand@d8000000 {
48                         status = "okay";
49                         nand-bus-width = <16>;
50                         nand-ecc-mode = "hw";
51                         nand-on-flash-bbt;
53                         partition@0 {
54                                 label = "u-boot";
55                                 reg = <0x0 0x100000>;
56                         };
58                         partition@100000 {
59                                 label = "env";
60                                 reg = <0x100000 0x80000>;
61                         };
63                         partition@180000 {
64                                 label = "env2";
65                                 reg = <0x180000 0x80000>;
66                         };
68                         partition@200000 {
69                                 label = "firmware";
70                                 reg = <0x200000 0x80000>;
71                         };
73                         partition@280000 {
74                                 label = "dtb";
75                                 reg = <0x280000 0x80000>;
76                         };
78                         partition@300000 {
79                                 label = "kernel";
80                                 reg = <0x300000 0x500000>;
81                         };
83                         partition@800000 {
84                                 label = "rootfs";
85                                 reg = <0x800000 0xf800000>;
86                         };
87                 };
88         };
89 };