]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/dts/zynq-zc770-xm011.dts
common: miiphyutil: avoid memory leak
[people/ms/u-boot.git] / arch / arm / dts / zynq-zc770-xm011.dts
CommitLineData
6d6e3dbe
MS
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
f0600af2 26 memory {
6d6e3dbe
MS
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 {
035c6b27 58 u-boot,dm-pre-reloc;
6d6e3dbe
MS
59 status = "okay";
60};
61
62&usb1 {
63 status = "okay";
64 dr_mode = "host";
65 usb-phy = <&usb_phy1>;
66};