]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/dts/zynq-zc770-xm011.dts
am33xx: Update DT files, add am335x_gp_evm_config target
[karo-tx-uboot.git] / arch / arm / dts / zynq-zc770-xm011.dts
1 /*
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
26         memory@0 {
27                 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 {
58         status = "okay";
59 };
60
61 &usb1 {
62         status = "okay";
63         dr_mode = "host";
64         usb-phy = <&usb_phy1>;
65 };