Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / tango4-vantage-1172.dts
1 /dts-v1/;
2
3 #include "tango4-smp8758.dtsi"
4
5 / {
6         model = "Sigma Designs SMP8758 Vantage-1172 Rev E1";
7         compatible = "sigma,vantage-1172", "sigma,smp8758", "sigma,tango4";
8
9         aliases {
10                 serial = &uart;
11         };
12
13         memory@80000000 {
14                 device_type = "memory";
15                 reg = <0x80000000 0x80000000>; /* 2 GB */
16         };
17
18         chosen {
19                 stdout-path = "serial:115200n8";
20         };
21 };
22
23 &eth0 {
24         phy-connection-type = "rgmii";
25         phy-handle = <&eth0_phy>;
26         #address-cells = <1>;
27         #size-cells = <0>;
28
29         /* Atheros AR8035 */
30         eth0_phy: ethernet-phy@4 {
31                 compatible = "ethernet-phy-id004d.d072",
32                              "ethernet-phy-ieee802.3-c22";
33                 interrupts = <37 IRQ_TYPE_EDGE_RISING>;
34                 reg = <4>;
35         };
36 };