blob: c469da87ff1785440d187f1afabeab8a727b5201 [file] [log] [blame]
Michal Simek5d1b79d2015-03-09 09:41:04 +01001/*
2 * dts file for Xilinx ZynqMP ep108 development board
3 *
4 * (C) Copyright 2014 - 2015, Xilinx, Inc.
5 *
6 * Michal Simek <michal.simek@xilinx.com>
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of
11 * the License, or (at your option) any later version.
12 */
13
14/dts-v1/;
15
16/include/ "zynqmp.dtsi"
17
18/ {
19 model = "ZynqMP EP108";
20
21 aliases {
22 serial0 = &uart0;
23 };
24
25 chosen {
26 stdout-path = "serial0:115200n8";
27 };
28
29 memory {
30 device_type = "memory";
31 reg = <0x0 0x0 0x40000000>;
32 };
33};
34
Michal Simek3a8691f2015-07-27 11:15:38 +020035&can0 {
36 status = "okay";
37};
38
Michal Simek5d1b79d2015-03-09 09:41:04 +010039&gem0 {
40 status = "okay";
41 phy-handle = <&phy0>;
42 phy-mode = "rgmii-id";
43 phy0: phy@0{
44 reg = <0>;
45 max-speed = <100>;
46 };
47};
48
Michal Simekb72b44b2015-07-27 11:09:30 +020049&gpio {
50 status = "okay";
51};
52
Suneel Garapati8fae4422015-06-10 15:46:56 +053053&sata {
54 status = "okay";
55 ceva,broken-gen2;
56};
57
Michal Simek5d1b79d2015-03-09 09:41:04 +010058&uart0 {
59 status = "okay";
60};
Michal Simek22eda142015-07-27 11:21:20 +020061
62&usb0 {
63 status = "okay";
64 dr_mode = "peripheral";
65 maximum-speed = "high-speed";
66};
67
68&usb1 {
69 status = "okay";
70 dr_mode = "host";
71 maximum-speed = "high-speed";
72};
Michal Simekc7c09d12015-07-27 11:23:43 +020073
74&watchdog0 {
75 status = "okay";
76};