]> git.ipfire.org Git - people/arne_f/kernel.git/blame - arch/arm/boot/dts/imx27-apf27.dts
sun7i: dts: add bananapro.
[people/arne_f/kernel.git] / arch / arm / boot / dts / imx27-apf27.dts
CommitLineData
632506a2
PR
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 */
14
15/dts-v1/;
36dffd8f 16#include "imx27.dtsi"
632506a2
PR
17
18/ {
19 model = "Armadeus Systems APF27 module";
20 compatible = "armadeus,imx27-apf27", "fsl,imx27";
21
22 memory {
23 reg = <0xa0000000 0x04000000>;
24 };
25
26 clocks {
27 #address-cells = <1>;
28 #size-cells = <0>;
29
30 osc26m {
31 compatible = "fsl,imx-osc26m", "fixed-clock";
32 clock-frequency = <0>;
33 };
34 };
be4ccfce 35};
632506a2 36
be4ccfce
SG
37&uart1 {
38 status = "okay";
39};
632506a2 40
be4ccfce
SG
41&fec {
42 status = "okay";
43};
632506a2 44
be4ccfce
SG
45&nfc {
46 status = "okay";
47 nand-bus-width = <16>;
48 nand-ecc-mode = "hw";
49 nand-on-flash-bbt;
632506a2 50
be4ccfce
SG
51 partition@0 {
52 label = "u-boot";
53 reg = <0x0 0x100000>;
54 };
632506a2 55
be4ccfce
SG
56 partition@100000 {
57 label = "env";
58 reg = <0x100000 0x80000>;
59 };
632506a2 60
be4ccfce
SG
61 partition@180000 {
62 label = "env2";
63 reg = <0x180000 0x80000>;
64 };
632506a2 65
be4ccfce
SG
66 partition@200000 {
67 label = "firmware";
68 reg = <0x200000 0x80000>;
69 };
632506a2 70
be4ccfce
SG
71 partition@280000 {
72 label = "dtb";
73 reg = <0x280000 0x80000>;
74 };
632506a2 75
be4ccfce
SG
76 partition@300000 {
77 label = "kernel";
78 reg = <0x300000 0x500000>;
79 };
632506a2 80
be4ccfce
SG
81 partition@800000 {
82 label = "rootfs";
83 reg = <0x800000 0xf800000>;
632506a2
PR
84 };
85};