Soren Brinkmann | 4bda267 | 2013-06-13 09:37:17 -0700 | [diff] [blame] | 1 | /* |
Michal Simek | aeb2945 | 2014-08-21 11:19:46 +0200 | [diff] [blame] | 2 | * Copyright (C) 2011 - 2014 Xilinx |
Soren Brinkmann | 4bda267 | 2013-06-13 09:37:17 -0700 | [diff] [blame] | 3 | * Copyright (C) 2012 National Instruments Corp. |
Soren Brinkmann | 4bda267 | 2013-06-13 09:37:17 -0700 | [diff] [blame] | 4 | * |
| 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 Simek | b65186d | 2014-08-21 11:21:09 +0200 | [diff] [blame] | 23 | reg = <0x0 0x40000000>; |
Soren Brinkmann | 4bda267 | 2013-06-13 09:37:17 -0700 | [diff] [blame] | 24 | }; |
| 25 | |
| 26 | chosen { |
| 27 | bootargs = "console=ttyPS0,115200 earlyprintk"; |
| 28 | }; |
| 29 | |
| 30 | }; |
| 31 | |
Steffen Trumtrar | 982264c | 2013-12-11 09:29:49 -0800 | [diff] [blame] | 32 | &gem0 { |
| 33 | status = "okay"; |
Soren Brinkmann | da45581 | 2014-08-20 08:56:57 -0700 | [diff] [blame] | 34 | phy-mode = "rgmii-id"; |
Soren Brinkmann | f62f404 | 2014-08-20 08:56:59 -0700 | [diff] [blame] | 35 | phy-handle = <ðernet_phy>; |
| 36 | |
| 37 | ethernet_phy: ethernet-phy@7 { |
| 38 | reg = <7>; |
| 39 | }; |
Steffen Trumtrar | 982264c | 2013-12-11 09:29:49 -0800 | [diff] [blame] | 40 | }; |
| 41 | |
Soren Brinkmann | 0f6faa3 | 2014-04-04 14:27:56 -0700 | [diff] [blame] | 42 | &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 Brinkmann | 3f7c730 | 2013-12-02 10:02:37 -0800 | [diff] [blame] | 110 | &sdhci0 { |
| 111 | status = "okay"; |
| 112 | }; |
| 113 | |
Soren Brinkmann | 4bda267 | 2013-06-13 09:37:17 -0700 | [diff] [blame] | 114 | &uart1 { |
| 115 | status = "okay"; |
| 116 | }; |