Merge tag 'gcc-plugins-v4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[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                 eth0 = &eth0;
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 };
38
39 &mmc1 {
40         non-removable; /* eMMC */
41 };