Skip to content

Commit

Permalink
ARM: dts: Add node for GMAC for exynos5440
Browse files Browse the repository at this point in the history
This patch adds node for GMAC for exynos5440 SoC supported by GMAC
driver.

Signed-off-by: Byungho An <bh74.an@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Byungho An authored and Kukjin Kim committed Apr 8, 2013
1 parent 71d87da commit c038c4d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/arm/boot/dts/exynos5440.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,17 @@
clock-names = "watchdog";
};

gmac: ethernet@00230000 {
compatible = "snps,dwmac-3.70a";
reg = <0x00230000 0x8000>;
interrupt-parent = <&gic>;
interrupts = <0 31 4>;
interrupt-names = "macirq";
phy-mode = "sgmii";
clocks = <&clock 12>;
clock-names = "stmmaceth";
};

amba {
#address-cells = <1>;
#size-cells = <1>;
Expand Down

0 comments on commit c038c4d

Please sign in to comment.