ARM: dts: stm32429i-eval: Add USB HS host mode support
[deliverable/linux.git] / arch / arm / boot / dts / tango4-vantage-1172.dts
CommitLineData
cad008b8
MG
1/dts-v1/;
2
3#include "tango4-smp8758.dtsi"
4#include "tango4-common.dtsi"
5
6/ {
7 model = "Sigma Designs SMP8758 Vantage-1172 Rev E1";
8 compatible = "sigma,vantage-1172", "sigma,smp8758", "sigma,tango4";
9
10 aliases {
11 serial = &uart;
12 };
13
14 memory@80000000 {
15 device_type = "memory";
16 reg = <0x80000000 0x80000000>; /* 2 GB */
17 };
18
19 chosen {
20 stdout-path = "serial:115200n8";
21 };
22};
23
24&eth0 {
25 phy-connection-type = "rgmii";
26 phy-handle = <&eth0_phy>;
27 #address-cells = <1>;
28 #size-cells = <0>;
29
30 /* Atheros AR8035 */
31 eth0_phy: ethernet-phy@4 {
32 compatible = "ethernet-phy-id004d.d072",
33 "ethernet-phy-ieee802.3-c22";
34 interrupts = <37 IRQ_TYPE_EDGE_RISING>;
35 reg = <4>;
36 };
37};
This page took 0.031953 seconds and 5 git commands to generate.