ARM: dts: Add mmc support for dra62x j5-eco evm
[deliverable/linux.git] / arch / arm / boot / dts / dm8148-t410.dts
CommitLineData
285f3690
TL
1/*
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/ {
60fdcb88 11 model = "HP t410 Smart Zero Client";
285f3690
TL
12 compatible = "hp,t410", "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>;
87ee15ec 22 phy-mode = "rgmii";
285f3690
TL
23};
24
25&cpsw_emac1 {
26 phy_id = <&davinci_mdio>, <1>;
87ee15ec 27 phy-mode = "rgmii";
285f3690 28};
This page took 0.045274 seconds and 5 git commands to generate.