blob: 0ca36ef39ad307c149ea79c31736a61105ee91b2 [file] [log] [blame]
Lokesh Vutla2a9a8422015-09-19 16:26:55 +05301/*
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 N2c5bf6c2016-02-02 15:51:37 +053022
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 = <&ethphy0>;
33};