blob: 307ed201d6589607c1bd3ccd82f5a1f8fc390fb4 [file] [log] [blame]
Andreas Färber6726e3e2014-07-25 01:00:12 +02001/*
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
Michal Simek1b654bc2015-02-11 13:05:11 +010026 aliases {
27 ethernet0 = &gem0;
28 serial0 = &uart1;
29 };
30
Andreas Färber6726e3e2014-07-25 01:00:12 +020031 memory {
32 device_type = "memory";
Michal Simekb65186d2014-08-21 11:21:09 +020033 reg = <0x0 0x40000000>;
Andreas Färber6726e3e2014-07-25 01:00:12 +020034 };
35
36 chosen {
Michal Simek07bf4292016-02-15 16:36:11 +010037 bootargs = "earlycon root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait";
Michal Simek22210432015-02-11 13:06:36 +010038 stdout-path = "serial0:115200n8";
Andreas Färber6726e3e2014-07-25 01:00:12 +020039 };
40};
41
Andreas Färber92c9e0c2014-11-06 18:22:10 +010042&clkc {
43 fclk-enable = <0xf>;
Peter Crosthwaite8c7634c2014-12-01 10:25:49 +100044 ps-clk-frequency = <33333333>;
Andreas Färber92c9e0c2014-11-06 18:22:10 +010045};
46
Andreas Färber6726e3e2014-07-25 01:00:12 +020047&gem0 {
48 status = "okay";
49 phy-mode = "rgmii-id";
50 phy-handle = <&ethernet_phy>;
Andreas Färber6726e3e2014-07-25 01:00:12 +020051
52 ethernet_phy: ethernet-phy@0 {
53 /* Marvell 88E1318 */
54 compatible = "ethernet-phy-id0141.0e90",
55 "ethernet-phy-ieee802.3-c22";
56 reg = <0>;
57 marvell,reg-init = <0x3 0x10 0xff00 0x1e>,
58 <0x3 0x11 0xfff0 0xa>;
59 };
60};
61
62&i2c0 {
63 status = "okay";
Mark Brown6f752f72014-09-06 12:40:16 +010064
65 isl9305: isl9305@68 {
Arnaud Ebalardb4770fe2015-02-16 15:58:43 -080066 compatible = "isil,isl9305";
Mark Brown6f752f72014-09-06 12:40:16 +010067 reg = <0x68>;
68
69 regulators {
70 dcd1 {
71 regulator-name = "VDD_DSP";
72 regulator-always-on;
73 };
74 dcd2 {
75 regulator-name = "1P35V";
76 regulator-always-on;
77 };
78 ldo1 {
79 regulator-name = "VDD_ADJ";
80 };
81 ldo2 {
82 regulator-name = "VDD_GPIO";
83 regulator-always-on;
84 };
85 };
86 };
Andreas Färber6726e3e2014-07-25 01:00:12 +020087};
88
89&sdhci1 {
90 status = "okay";
91};
92
93&uart1 {
94 status = "okay";
95};