blob: 109fd4711647ab7e170d506e75592e7d47cc9bcc [file] [log] [blame]
Tony Lindgren73db9e02015-07-23 22:33:18 -07001/*
2 * This program is free software; you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License version 2 as
4 * published by the Free Software Foundation.
5 */
6/dts-v1/;
7
8#include "dm814x.dtsi"
9
10/ {
11 model = "DM8148 EVM";
12 compatible = "ti,dm8148-evm", "ti,dm8148";
13
14 memory {
15 device_type = "memory";
16 reg = <0x80000000 0x40000000>; /* 1 GB */
17 };
18};
19
20&cpsw_emac0 {
21 phy_id = <&davinci_mdio>, <0>;
Tony Lindgren87ee15e2015-09-14 07:07:28 -070022 phy-mode = "rgmii";
Tony Lindgren73db9e02015-07-23 22:33:18 -070023};
24
25&cpsw_emac1 {
26 phy_id = <&davinci_mdio>, <1>;
Tony Lindgren87ee15e2015-09-14 07:07:28 -070027 phy-mode = "rgmii";
Tony Lindgren73db9e02015-07-23 22:33:18 -070028};