blob: 16a14eacd8e938cab33e0beb549e576f18c55010 [file] [log] [blame]
Michal Simek090a2d72018-03-27 10:36:39 +02001// SPDX-License-Identifier: GPL-2.0+
Michal Simeka335bd22016-04-07 16:00:11 +02002/*
3 * dts file for Xilinx ZynqMP zc1751-xm019-dc5
4 *
Michal Simek090a2d72018-03-27 10:36:39 +02005 * (C) Copyright 2015 - 2018, Xilinx, Inc.
Michal Simeka335bd22016-04-07 16:00:11 +02006 *
7 * Siva Durga Prasad <siva.durga.paladugu@xilinx.com>
8 * Michal Simek <michal.simek@xilinx.com>
Michal Simeka335bd22016-04-07 16:00:11 +02009 */
10
11/dts-v1/;
12
13#include "zynqmp.dtsi"
Michal Simeka6604b62017-12-08 14:50:42 +010014#include "zynqmp-clk-ccf.dtsi"
Michal Simeka335bd22016-04-07 16:00:11 +020015/ {
16 model = "ZynqMP zc1751-xm019-dc5 RevA";
17 compatible = "xlnx,zynqmp-zc1751", "xlnx,zynqmp";
18
19 aliases {
20 ethernet0 = &gem1;
21 gpio0 = &gpio;
22 i2c0 = &i2c0;
23 i2c1 = &i2c1;
24 mmc0 = &sdhci0;
25 serial0 = &uart0;
26 serial1 = &uart1;
27 };
28
29 chosen {
Michal Simekb479cc02017-02-27 08:11:38 +010030 bootargs = "earlycon";
Michal Simeka335bd22016-04-07 16:00:11 +020031 stdout-path = "serial0:115200n8";
32 };
33
Michal Simek79c1cbf2016-11-11 13:21:04 +010034 memory@0 {
Michal Simeka335bd22016-04-07 16:00:11 +020035 device_type = "memory";
36 reg = <0x0 0x0 0x0 0x80000000>, <0x8 0x00000000 0x0 0x80000000>;
37 };
38};
39
Michal Simeka335bd22016-04-07 16:00:11 +020040&fpd_dma_chan1 {
41 status = "okay";
Michal Simeka335bd22016-04-07 16:00:11 +020042};
43
44&fpd_dma_chan2 {
45 status = "okay";
Michal Simeka335bd22016-04-07 16:00:11 +020046};
47
48&fpd_dma_chan3 {
49 status = "okay";
50};
51
52&fpd_dma_chan4 {
53 status = "okay";
Michal Simeka335bd22016-04-07 16:00:11 +020054};
55
56&fpd_dma_chan5 {
57 status = "okay";
58};
59
60&fpd_dma_chan6 {
61 status = "okay";
Michal Simeka335bd22016-04-07 16:00:11 +020062};
63
64&fpd_dma_chan7 {
65 status = "okay";
66};
67
68&fpd_dma_chan8 {
69 status = "okay";
Michal Simeka335bd22016-04-07 16:00:11 +020070};
71
72&gem1 {
73 status = "okay";
Michal Simeka335bd22016-04-07 16:00:11 +020074 phy-handle = <&phy0>;
75 phy-mode = "rgmii-id";
76 phy0: phy@0 {
77 reg = <0>;
78 };
79};
80
81&gpio {
82 status = "okay";
83};
84
Michal Simeka335bd22016-04-07 16:00:11 +020085&i2c0 {
86 status = "okay";
87};
88
Michal Simeka335bd22016-04-07 16:00:11 +020089&i2c1 {
90 status = "okay";
91};
92
93&sdhci0 {
94 status = "okay";
95};
96
Michal Simek88555f62018-03-27 16:10:25 +020097&ttc0 {
98 status = "okay";
99};
100
101&ttc1 {
102 status = "okay";
103};
104
105&ttc2 {
106 status = "okay";
107};
108
109&ttc3 {
110 status = "okay";
111};
112
Michal Simeka335bd22016-04-07 16:00:11 +0200113&uart0 {
114 status = "okay";
115};
116
117&uart1 {
118 status = "okay";
119};
120
121&watchdog0 {
122 status = "okay";
123};