Lokesh Vutla | 2a9a842 | 2015-09-19 16:26:55 +0530 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2014 Texas Instruments, Inc. |
| 3 | * |
| 4 | * Keystone 2 Galileo EVM device tree |
| 5 | * |
| 6 | * This program is free software; you can redistribute it and/or modify |
| 7 | * it under the terms of the GNU General Public License version 2 as |
| 8 | * published by the Free Software Foundation. |
| 9 | */ |
| 10 | /dts-v1/; |
| 11 | |
| 12 | #include "k2g.dtsi" |
| 13 | |
| 14 | / { |
| 15 | compatible = "ti,k2g-evm","ti,keystone"; |
| 16 | model = "Texas Instruments Keystone 2 Galileo EVM"; |
| 17 | |
| 18 | chosen { |
| 19 | stdout-path = &uart0; |
| 20 | }; |
| 21 | }; |
Mugunthan V N | 2c5bf6c | 2016-02-02 15:51:37 +0530 | [diff] [blame] | 22 | |
| 23 | &mdio { |
| 24 | status = "okay"; |
| 25 | ethphy0: ethernet-phy@0 { |
| 26 | reg = <0>; |
| 27 | phy-mode = "rgmii-id"; |
| 28 | }; |
| 29 | }; |
| 30 | |
| 31 | &gbe0 { |
| 32 | phy-handle = <ðphy0>; |
| 33 | }; |