blob: e3a51e3538b7dc715b9866246defd25c71be41ad [file] [log] [blame]
Marc Gonzalezcad008b2015-12-15 10:39:19 +01001/dts-v1/;
2
3#include "tango4-smp8758.dtsi"
Marc Gonzalezcad008b2015-12-15 10:39:19 +01004
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 {
Marc Gonzalez4f354482017-07-28 15:27:49 +020024 phy-connection-type = "rgmii-id";
Marc Gonzalezcad008b2015-12-15 10:39:19 +010025 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};