blob: 5efe200493d513505140234fc5d753a6b1724e45 [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";
23 reg = <0 0x40000000>;
24 };
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";
Steffen Trumtrar982264c2013-12-11 09:29:49 -080035};
36
Soren Brinkmann0f6faa32014-04-04 14:27:56 -070037&i2c0 {
38 status = "okay";
39 clock-frequency = <400000>;
40
41 i2cswitch@74 {
42 compatible = "nxp,pca9548";
43 #address-cells = <1>;
44 #size-cells = <0>;
45 reg = <0x74>;
46
47 i2c@0 {
48 #address-cells = <1>;
49 #size-cells = <0>;
50 reg = <0>;
51 si570: clock-generator@5d {
52 #clock-cells = <0>;
53 compatible = "silabs,si570";
54 temperature-stability = <50>;
55 reg = <0x5d>;
56 factory-fout = <156250000>;
57 clock-frequency = <148500000>;
58 };
59 };
60
61 i2c@2 {
62 #address-cells = <1>;
63 #size-cells = <0>;
64 reg = <2>;
65 eeprom@54 {
66 compatible = "at,24c08";
67 reg = <0x54>;
68 };
69 };
70
71 i2c@3 {
72 #address-cells = <1>;
73 #size-cells = <0>;
74 reg = <3>;
75 gpio@21 {
76 compatible = "ti,tca6416";
77 reg = <0x21>;
78 gpio-controller;
79 #gpio-cells = <2>;
80 };
81 };
82
83 i2c@4 {
84 #address-cells = <1>;
85 #size-cells = <0>;
86 reg = <4>;
87 rtc@51 {
88 compatible = "nxp,pcf8563";
89 reg = <0x51>;
90 };
91 };
92
93 i2c@7 {
94 #address-cells = <1>;
95 #size-cells = <0>;
96 reg = <7>;
97 ucd90120@65 {
98 compatible = "ti,ucd90120";
99 reg = <0x65>;
100 };
101 };
102 };
103};
104
Soren Brinkmann3f7c7302013-12-02 10:02:37 -0800105&sdhci0 {
106 status = "okay";
107};
108
Soren Brinkmann4bda2672013-06-13 09:37:17 -0700109&uart1 {
110 status = "okay";
111};