blob: 5e6ef03cd04e60166f892118f497d85fd811d1ba [file] [log] [blame]
Stefan Roese9652e8b2012-03-16 14:03:23 +01001/*
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 {
Viresh Kumar0b7ee712012-03-26 10:29:23 +053027 dma@fc400000 {
28 status = "okay";
29 };
30
Stefan Roese9652e8b2012-03-16 14:03:23 +010031 gmac: ethernet@e0800000 {
32 phy-mode = "gmii";
33 status = "okay";
34 };
35
Viresh Kumar30a0d032012-05-01 18:09:22 +053036 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";
Vipin Kumar482a8f32012-07-05 11:51:47 +080052 reg = <0x10000 0x50000>;
Viresh Kumar30a0d032012-05-01 18:09:22 +053053 };
Vipin Kumar482a8f32012-07-05 11:51:47 +080054 partition@60000 {
55 label = "environment";
56 reg = <0x60000 0x10000>;
57 };
58 partition@70000 {
59 label = "dtb";
60 reg = <0x70000 0x10000>;
61 };
62 partition@80000 {
Viresh Kumar30a0d032012-05-01 18:09:22 +053063 label = "linux";
Vipin Kumar482a8f32012-07-05 11:51:47 +080064 reg = <0x80000 0x310000>;
Viresh Kumar30a0d032012-05-01 18:09:22 +053065 };
Vipin Kumar482a8f32012-07-05 11:51:47 +080066 partition@390000 {
Viresh Kumar30a0d032012-05-01 18:09:22 +053067 label = "rootfs";
Vipin Kumar482a8f32012-07-05 11:51:47 +080068 reg = <0x390000 0x0>;
Viresh Kumar30a0d032012-05-01 18:09:22 +053069 };
70 };
71 };
72
Stefan Roese9652e8b2012-03-16 14:03:23 +010073 apb {
74 serial@d0000000 {
75 status = "okay";
Vipul Kumar Samar7bceba82012-08-30 09:32:24 +053076 pinctrl-names = "default";
77 pinctrl-0 = <>;
Stefan Roese9652e8b2012-03-16 14:03:23 +010078 };
79
80 serial@d0080000 {
81 status = "okay";
Vipul Kumar Samar7bceba82012-08-30 09:32:24 +053082 pinctrl-names = "default";
83 pinctrl-0 = <>;
Stefan Roese9652e8b2012-03-16 14:03:23 +010084 };
85
86 i2c@d0200000 {
87 clock-frequency = <400000>;
88 status = "okay";
89 };
90 };
91 };
92};