]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/arm/boot/dts/tango4-vantage-1172.dts
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[mirror_ubuntu-artful-kernel.git] / arch / arm / boot / dts / tango4-vantage-1172.dts
CommitLineData
cad008b8
MG
1/dts-v1/;
2
3#include "tango4-smp8758.dtsi"
cad008b8
MG
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;
0e89d651 11 eth0 = &eth0;
cad008b8
MG
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 {
985333b0 25 phy-connection-type = "rgmii-id";
cad008b8
MG
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};
ab3b8023
MG
38
39&mmc1 {
40 non-removable; /* eMMC */
41};