2013-06-13 09:37:18 -07:00
/*
2014-08-21 11:19:46 +02:00
* Copyright (C) 2011 - 2014 Xilinx
2013-06-13 09:37:18 -07:00
* Copyright (C) 2012 National Instruments Corp.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
/dts-v1/;
/include/ "zynq-7000.dtsi"
/ {
model = "Zynq Zed Development Board";
2014-08-21 11:22:40 +02:00
compatible = "xlnx,zynq-zed", "xlnx,zynq-7000";
2013-06-13 09:37:18 -07:00
2015-01-15 14:12:46 +01:00
aliases {
ethernet0 = &gem0;
serial0 = &uart1;
};
2013-06-13 09:37:18 -07:00
memory {
device_type = "memory";
2014-08-21 11:21:09 +02:00
reg = <0x0 0x20000000>;
2013-06-13 09:37:18 -07:00
};
chosen {
bootargs = "console=ttyPS0,115200 earlyprintk";
};
2014-12-02 08:07:11 -08:00
usb_phy0: phy0 {
compatible = "usb-nop-xceiv";
#phy-cells = <0>;
};
2013-06-13 09:37:18 -07:00
};
2014-12-01 10:25:49 +10:00
&clkc {
ps-clk-frequency = <33333333>;
};
2013-12-11 09:29:49 -08:00
&gem0 {
status = "okay";
2014-08-20 08:56:57 -07:00
phy-mode = "rgmii-id";
2014-08-20 08:56:59 -07:00
phy-handle = <ðernet_phy>;
ethernet_phy: ethernet-phy@0 {
reg = <0>;
};
2013-12-11 09:29:49 -08:00
};
2013-12-02 10:02:37 -08:00
&sdhci0 {
status = "okay";
};
2013-06-13 09:37:18 -07:00
&uart1 {
status = "okay";
};
2014-12-02 08:07:11 -08:00
&usb0 {
status = "okay";
dr_mode = "host";
usb-phy = <&usb_phy0>;
};