SPEAr: Add PL080 DMA support for 3xx and 6xx
[linux-2.6-microblaze.git] / arch / arm / boot / dts / spear600-evb.dts
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 {
27                 dma@fc400000 {
28                         status = "okay";
29                 };
30
31                 gmac: ethernet@e0800000 {
32                         phy-mode = "gmii";
33                         status = "okay";
34                 };
35
36                 apb {
37                         serial@d0000000 {
38                                 status = "okay";
39                         };
40
41                         serial@d0080000 {
42                                 status = "okay";
43                         };
44
45                         i2c@d0200000 {
46                                 clock-frequency = <400000>;
47                                 status = "okay";
48                         };
49                 };
50         };
51 };