u-boot-brain/arch/arm/dts/k2g-evm.dts
Mugunthan V N 2c5bf6c98d ARM: dts: k2g: Add keystone net dts files
Add keystone net DT support for k2g evm.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2016-02-08 10:10:48 -05:00

34 lines
591 B
Plaintext

/*
* Copyright 2014 Texas Instruments, Inc.
*
* Keystone 2 Galileo EVM device tree
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
/dts-v1/;
#include "k2g.dtsi"
/ {
compatible = "ti,k2g-evm","ti,keystone";
model = "Texas Instruments Keystone 2 Galileo EVM";
chosen {
stdout-path = &uart0;
};
};
&mdio {
status = "okay";
ethphy0: ethernet-phy@0 {
reg = <0>;
phy-mode = "rgmii-id";
};
};
&gbe0 {
phy-handle = <&ethphy0>;
};