Soren Brinkmann | 50dbb4c | 2013-06-13 09:37:18 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2011 Xilinx |
| 3 | * Copyright (C) 2012 National Instruments Corp. |
| 4 | * Copyright (C) 2013 Xilinx |
| 5 | * |
| 6 | * This software is licensed under the terms of the GNU General Public |
| 7 | * License version 2, as published by the Free Software Foundation, and |
| 8 | * may be copied, distributed, and modified under those terms. |
| 9 | * |
| 10 | * This program is distributed in the hope that it will be useful, |
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | * GNU General Public License for more details. |
| 14 | */ |
| 15 | /dts-v1/; |
| 16 | /include/ "zynq-7000.dtsi" |
| 17 | |
| 18 | / { |
| 19 | model = "Zynq Zed Development Board"; |
| 20 | compatible = "xlnx,zynq-7000"; |
| 21 | |
| 22 | memory { |
| 23 | device_type = "memory"; |
| 24 | reg = <0 0x20000000>; |
| 25 | }; |
| 26 | |
| 27 | chosen { |
| 28 | bootargs = "console=ttyPS0,115200 earlyprintk"; |
| 29 | }; |
| 30 | |
| 31 | }; |
| 32 | |
Steffen Trumtrar | 982264c | 2013-12-11 09:29:49 -0800 | [diff] [blame] | 33 | &gem0 { |
| 34 | status = "okay"; |
| 35 | phy-mode = "rgmii"; |
| 36 | }; |
| 37 | |
Soren Brinkmann | 3f7c730 | 2013-12-02 10:02:37 -0800 | [diff] [blame] | 38 | &sdhci0 { |
| 39 | status = "okay"; |
| 40 | }; |
| 41 | |
Soren Brinkmann | 50dbb4c | 2013-06-13 09:37:18 -0700 | [diff] [blame] | 42 | &uart1 { |
| 43 | status = "okay"; |
| 44 | }; |