Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c038c4d8 authored by Byungho An's avatar Byungho An Committed by Kukjin Kim
Browse files

ARM: dts: Add node for GMAC for exynos5440



This patch adds node for GMAC for exynos5440 SoC supported by GMAC
driver.

Signed-off-by: default avatarByungho An <bh74.an@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 71d87da3
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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>;