Michal Simek | 5d1b79d | 2015-03-09 09:41:04 +0100 | [diff] [blame] | 1 | /* |
| 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 | |
| 35 | &gem0 { |
| 36 | status = "okay"; |
| 37 | phy-handle = <&phy0>; |
| 38 | phy-mode = "rgmii-id"; |
| 39 | phy0: phy@0{ |
| 40 | reg = <0>; |
| 41 | max-speed = <100>; |
| 42 | }; |
| 43 | }; |
| 44 | |
Suneel Garapati | 8fae442 | 2015-06-10 15:46:56 +0530 | [diff] [blame^] | 45 | &sata { |
| 46 | status = "okay"; |
| 47 | ceva,broken-gen2; |
| 48 | }; |
| 49 | |
Michal Simek | 5d1b79d | 2015-03-09 09:41:04 +0100 | [diff] [blame] | 50 | &uart0 { |
| 51 | status = "okay"; |
| 52 | }; |