ARM: dts: dra62x: Add missing unit name to memory nodes
[cascardo/linux.git] / arch / arm / boot / dts / tny_a9260_common.dtsi
1 /*
2  * tny_a9260_common.dtsi - Device Tree file for Caloa TNY A926x board
3  *
4  * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5  *
6  * Licensed under GPLv2.
7  */
8
9 / {
10         chosen {
11                 bootargs = "mem=64M console=ttyS0,115200 root=/dev/mtdblock6 rw rootfstype=ubifs";
12         };
13
14         memory {
15                 reg = <0x20000000 0x4000000>;
16         };
17
18         clocks {
19                 slow_xtal {
20                         clock-frequency = <32768>;
21                 };
22
23                 main_xtal {
24                         clock-frequency = <12000000>;
25                 };
26         };
27
28         ahb {
29                 apb {
30                         dbgu: serial@fffff200 {
31                                 status = "okay";
32                         };
33                 };
34
35                 nand0: nand@40000000 {
36                         nand-bus-width = <8>;
37                         nand-ecc-mode = "soft";
38                         nand-on-flash-bbt;
39                         status = "okay";
40
41                         at91bootstrap@0 {
42                                 label = "at91bootstrap";
43                                 reg = <0x0 0x20000>;
44                         };
45
46                         barebox@20000 {
47                                 label = "barebox";
48                                 reg = <0x20000 0x40000>;
49                         };
50
51                         bareboxenv@60000 {
52                                 label = "bareboxenv";
53                                 reg = <0x60000 0x20000>;
54                         };
55
56                         bareboxenv2@80000 {
57                                 label = "bareboxenv2";
58                                 reg = <0x80000 0x20000>;
59                         };
60
61                         oftree@80000 {
62                                 label = "oftree";
63                                 reg = <0xa0000 0x20000>;
64                         };
65
66                         kernel@a0000 {
67                                 label = "kernel";
68                                 reg = <0xc0000 0x400000>;
69                         };
70
71                         rootfs@4a0000 {
72                                 label = "rootfs";
73                                 reg = <0x4c0000 0x7800000>;
74                         };
75
76                         data@7ca0000 {
77                                 label = "data";
78                                 reg = <0x7cc0000 0x8340000>;
79                         };
80                 };
81         };
82 };