blob: 858d0e2bc25e084cc9a14a32ef85da852e450b46 [file] [log] [blame]
Michal Simek6d6e3db2015-07-22 11:39:04 +02001/*
2 * Xilinx ZC770 XM013 board DTS
3 *
4 * Copyright (C) 2013 Xilinx, Inc.
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8/dts-v1/;
9#include "zynq-7000.dtsi"
10/ {
11 compatible = "xlnx,zynq-zc770-xm011", "xlnx,zynq-7000";
12 model = "Xilinx Zynq";
13
14 aliases {
15 i2c0 = &i2c1;
16 serial0 = &uart1;
17 spi0 = &spi0;
18 };
19
20 chosen {
Michal Simek936bbc52016-04-07 11:15:00 +020021 bootargs = "";
Michal Simek46919412016-01-12 13:56:44 +010022 stdout-path = "serial0:115200n8";
Michal Simek6d6e3db2015-07-22 11:39:04 +020023 };
24
Michal Simekf0600af2015-08-12 11:25:05 +020025 memory {
Michal Simek6d6e3db2015-07-22 11:39:04 +020026 device_type = "memory";
27 reg = <0x0 0x40000000>;
28 };
29
30 usb_phy1: phy1 {
31 compatible = "usb-nop-xceiv";
32 #phy-cells = <0>;
33 };
34};
35
Michal Simek6d6e3db2015-07-22 11:39:04 +020036&can0 {
37 status = "okay";
38};
39
40&i2c1 {
41 status = "okay";
42 clock-frequency = <400000>;
43
44 m24c02_eeprom@52 {
45 compatible = "at,24c02";
46 reg = <0x52>;
47 };
48};
49
Michal Simek7ebf67a2016-01-14 13:09:16 +010050&spi0 {
51 status = "okay";
52 num-cs = <4>;
53 is-decoded-cs = <0>;
54};
55
Michal Simek6d6e3db2015-07-22 11:39:04 +020056&uart1 {
Simon Glass035c6b22015-10-17 19:41:24 -060057 u-boot,dm-pre-reloc;
Michal Simek6d6e3db2015-07-22 11:39:04 +020058 status = "okay";
59};
60
61&usb1 {
62 status = "okay";
63 dr_mode = "host";
64 usb-phy = <&usb_phy1>;
65};