ARM: SPEAr: DT: Update partition info for MTD devices
[linux-2.6-block.git] / arch / arm / boot / dts / spear600-evb.dts
CommitLineData
9652e8bd
SR
1/*
2 * Copyright 2012 Stefan Roese <sr@denx.de>
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/ "spear600.dtsi"
14
15/ {
16 model = "ST SPEAr600 Evaluation Board";
17 compatible = "st,spear600-evb", "st,spear600";
18 #address-cells = <1>;
19 #size-cells = <1>;
20
21 memory {
22 device_type = "memory";
23 reg = <0 0x10000000>;
24 };
25
26 ahb {
0b7ee717
VK
27 dma@fc400000 {
28 status = "okay";
29 };
30
9652e8bd
SR
31 gmac: ethernet@e0800000 {
32 phy-mode = "gmii";
33 status = "okay";
34 };
35
30a0d037
VK
36 smi: flash@fc000000 {
37 status = "okay";
38 clock-rate=<50000000>;
39
40 flash@f8000000 {
41 #address-cells = <1>;
42 #size-cells = <1>;
43 reg = <0xf8000000 0x800000>;
44 st,smi-fast-mode;
45
46 partition@0 {
47 label = "xloader";
48 reg = <0x0 0x10000>;
49 };
50 partition@10000 {
51 label = "u-boot";
482a8f3f 52 reg = <0x10000 0x50000>;
30a0d037 53 };
482a8f3f
VK
54 partition@60000 {
55 label = "environment";
56 reg = <0x60000 0x10000>;
57 };
58 partition@70000 {
59 label = "dtb";
60 reg = <0x70000 0x10000>;
61 };
62 partition@80000 {
30a0d037 63 label = "linux";
482a8f3f 64 reg = <0x80000 0x310000>;
30a0d037 65 };
482a8f3f 66 partition@390000 {
30a0d037 67 label = "rootfs";
482a8f3f 68 reg = <0x390000 0x0>;
30a0d037
VK
69 };
70 };
71 };
72
9652e8bd
SR
73 apb {
74 serial@d0000000 {
75 status = "okay";
76 };
77
78 serial@d0080000 {
79 status = "okay";
80 };
81
82 i2c@d0200000 {
83 clock-frequency = <400000>;
84 status = "okay";
85 };
86 };
87 };
88};