blob: a8bbdfbc7093caad3cdf0ace86052d29a38a0150 [file] [log] [blame]
Soren Brinkmann4bda2672013-06-13 09:37:17 -07001/*
Michal Simekaeb29452014-08-21 11:19:46 +02002 * Copyright (C) 2011 - 2014 Xilinx
Soren Brinkmann4bda2672013-06-13 09:37:17 -07003 * Copyright (C) 2012 National Instruments Corp.
Soren Brinkmann4bda2672013-06-13 09:37:17 -07004 *
5 * This software is licensed under the terms of the GNU General Public
6 * License version 2, as published by the Free Software Foundation, and
7 * may be copied, distributed, and modified under those terms.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 */
14/dts-v1/;
15/include/ "zynq-7000.dtsi"
16
17/ {
18 model = "Zynq ZC706 Development Board";
19 compatible = "xlnx,zynq-zc706", "xlnx,zynq-7000";
20
21 memory {
22 device_type = "memory";
Michal Simekb65186d2014-08-21 11:21:09 +020023 reg = <0x0 0x40000000>;
Soren Brinkmann4bda2672013-06-13 09:37:17 -070024 };
25
26 chosen {
27 bootargs = "console=ttyPS0,115200 earlyprintk";
28 };
29
30};
31
Steffen Trumtrar982264c2013-12-11 09:29:49 -080032&gem0 {
33 status = "okay";
Soren Brinkmannda455812014-08-20 08:56:57 -070034 phy-mode = "rgmii-id";
Soren Brinkmannf62f4042014-08-20 08:56:59 -070035 phy-handle = <&ethernet_phy>;
36
37 ethernet_phy: ethernet-phy@7 {
38 reg = <7>;
39 };
Steffen Trumtrar982264c2013-12-11 09:29:49 -080040};
41
Soren Brinkmann0f6faa32014-04-04 14:27:56 -070042&i2c0 {
43 status = "okay";
44 clock-frequency = <400000>;
45
46 i2cswitch@74 {
47 compatible = "nxp,pca9548";
48 #address-cells = <1>;
49 #size-cells = <0>;
50 reg = <0x74>;
51
52 i2c@0 {
53 #address-cells = <1>;
54 #size-cells = <0>;
55 reg = <0>;
56 si570: clock-generator@5d {
57 #clock-cells = <0>;
58 compatible = "silabs,si570";
59 temperature-stability = <50>;
60 reg = <0x5d>;
61 factory-fout = <156250000>;
62 clock-frequency = <148500000>;
63 };
64 };
65
66 i2c@2 {
67 #address-cells = <1>;
68 #size-cells = <0>;
69 reg = <2>;
70 eeprom@54 {
71 compatible = "at,24c08";
72 reg = <0x54>;
73 };
74 };
75
76 i2c@3 {
77 #address-cells = <1>;
78 #size-cells = <0>;
79 reg = <3>;
80 gpio@21 {
81 compatible = "ti,tca6416";
82 reg = <0x21>;
83 gpio-controller;
84 #gpio-cells = <2>;
85 };
86 };
87
88 i2c@4 {
89 #address-cells = <1>;
90 #size-cells = <0>;
91 reg = <4>;
92 rtc@51 {
93 compatible = "nxp,pcf8563";
94 reg = <0x51>;
95 };
96 };
97
98 i2c@7 {
99 #address-cells = <1>;
100 #size-cells = <0>;
101 reg = <7>;
102 ucd90120@65 {
103 compatible = "ti,ucd90120";
104 reg = <0x65>;
105 };
106 };
107 };
108};
109
Soren Brinkmann3f7c7302013-12-02 10:02:37 -0800110&sdhci0 {
111 status = "okay";
112};
113
Soren Brinkmann4bda2672013-06-13 09:37:17 -0700114&uart1 {
115 status = "okay";
116};