blob: fbbb8911910bcd1905f60811aa582966f16b3133 [file] [log] [blame]
Peter Crosthwaite9757b652014-08-28 21:16:39 +10001/*
2 * Digilent ZYBO board DTS
3 *
Michal Simek999667c2015-07-22 11:12:10 +02004 * Copyright (C) 2011 - 2015 Xilinx
5 * Copyright (C) 2012 National Instruments Corp.
Peter Crosthwaite9757b652014-08-28 21:16:39 +10006 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9/dts-v1/;
10#include "zynq-7000.dtsi"
11
12/ {
Michal Simek999667c2015-07-22 11:12:10 +020013 model = "Zynq ZYBO Development Board";
14 compatible = "digilent,zynq-zybo", "xlnx,zynq-7000";
Peter Crosthwaite9757b652014-08-28 21:16:39 +100015
16 aliases {
Michal Simek999667c2015-07-22 11:12:10 +020017 ethernet0 = &gem0;
Peter Crosthwaite9757b652014-08-28 21:16:39 +100018 serial0 = &uart1;
Nathan Rossi7bbf8252015-12-09 00:44:42 +100019 spi0 = &qspi;
Michal Simek86472192015-12-08 11:56:23 +010020 mmc0 = &sdhci0;
Peter Crosthwaite9757b652014-08-28 21:16:39 +100021 };
22
23 memory {
24 device_type = "memory";
Michal Simek999667c2015-07-22 11:12:10 +020025 reg = <0x0 0x20000000>;
Peter Crosthwaite9757b652014-08-28 21:16:39 +100026 };
Michal Simek999667c2015-07-22 11:12:10 +020027
28 chosen {
29 bootargs = "earlyprintk";
30 stdout-path = "serial0:115200n8";
31 };
32
Nathan Rossi7bbf8252015-12-09 00:44:42 +100033 usb_phy0: phy0 {
34 compatible = "usb-nop-xceiv";
35 #phy-cells = <0>;
36 };
Michal Simek999667c2015-07-22 11:12:10 +020037};
38
39&clkc {
40 ps-clk-frequency = <50000000>;
41};
42
43&gem0 {
44 status = "okay";
45 phy-mode = "rgmii-id";
46 phy-handle = <&ethernet_phy>;
47
48 ethernet_phy: ethernet-phy@0 {
49 reg = <0>;
50 };
51};
52
53&sdhci0 {
Michal Simek86472192015-12-08 11:56:23 +010054 u-boot,dm-pre-reloc;
Michal Simek999667c2015-07-22 11:12:10 +020055 status = "okay";
56};
57
58&uart1 {
Simon Glass035c6b22015-10-17 19:41:24 -060059 u-boot,dm-pre-reloc;
Michal Simek999667c2015-07-22 11:12:10 +020060 status = "okay";
Peter Crosthwaite9757b652014-08-28 21:16:39 +100061};
Nathan Rossi7bbf8252015-12-09 00:44:42 +100062
63&qspi {
64 u-boot,dm-pre-reloc;
65 status = "okay";
66};
67
68&usb0 {
69 status = "okay";
70 dr_mode = "host";
71 usb-phy = <&usb_phy0>;
72};