blob: 77e3bb0e631050aeaeae2cfc07d1a312a983e6fb [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 {
21 bootargs = "console=ttyPS0,115200 root=/dev/ram rw earlyprintk";
22 linux,stdout-path = &uart1;
23 stdout-path = &uart1;
24 };
25
Michal Simekf0600af2015-08-12 11:25:05 +020026 memory {
Michal Simek6d6e3db2015-07-22 11:39:04 +020027 device_type = "memory";
28 reg = <0x0 0x40000000>;
29 };
30
31 usb_phy1: phy1 {
32 compatible = "usb-nop-xceiv";
33 #phy-cells = <0>;
34 };
35};
36
37&spi0 {
38 status = "okay";
39 num-cs = <4>;
40 is-decoded-cs = <0>;
41};
42
43&can0 {
44 status = "okay";
45};
46
47&i2c1 {
48 status = "okay";
49 clock-frequency = <400000>;
50
51 m24c02_eeprom@52 {
52 compatible = "at,24c02";
53 reg = <0x52>;
54 };
55};
56
57&uart1 {
Simon Glass035c6b22015-10-17 19:41:24 -060058 u-boot,dm-pre-reloc;
Michal Simek6d6e3db2015-07-22 11:39:04 +020059 status = "okay";
60};
61
62&usb1 {
63 status = "okay";
64 dr_mode = "host";
65 usb-phy = <&usb_phy1>;
66};