Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / zynq-parallella.dts
1 /*
2  * Copyright (c) 2014 SUSE LINUX Products GmbH
3  *
4  * Derived from zynq-zed.dts:
5  *
6  *  Copyright (C) 2011 Xilinx
7  *  Copyright (C) 2012 National Instruments Corp.
8  *  Copyright (C) 2013 Xilinx
9  *
10  * This software is licensed under the terms of the GNU General Public
11  * License version 2, as published by the Free Software Foundation, and
12  * may be copied, distributed, and modified under those terms.
13  *
14  * This program is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  * GNU General Public License for more details.
18  */
19 /dts-v1/;
20 /include/ "zynq-7000.dtsi"
21
22 / {
23         model = "Adapteva Parallella Board";
24         compatible = "adapteva,parallella", "xlnx,zynq-7000";
25
26         memory {
27                 device_type = "memory";
28                 reg = <0 0x40000000>;
29         };
30
31         chosen {
32                 bootargs = "console=ttyPS0,115200 earlyprintk root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait";
33                 linux,stdout-path = "/amba/serial@e0001000";
34         };
35 };
36
37 &gem0 {
38         status = "okay";
39         phy-mode = "rgmii-id";
40         phy-handle = <&ethernet_phy>;
41         #address-cells = <1>;
42         #size-cells = <0>;
43
44         ethernet_phy: ethernet-phy@0 {
45                 /* Marvell 88E1318 */
46                 compatible = "ethernet-phy-id0141.0e90",
47                              "ethernet-phy-ieee802.3-c22";
48                 reg = <0>;
49                 marvell,reg-init = <0x3 0x10 0xff00 0x1e>,
50                                    <0x3 0x11 0xfff0 0xa>;
51         };
52 };
53
54 &i2c0 {
55         status = "okay";
56 };
57
58 &sdhci1 {
59         status = "okay";
60 };
61
62 &uart1 {
63         status = "okay";
64 };