diff options
author | Byungho An <bh74.an@samsung.com> | 2013-04-05 02:22:58 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-04-08 12:39:22 -0400 |
commit | c038c4d8a505256d1112fa546adc74bd6a5b29b0 (patch) | |
tree | 6b170ef65b1151a0fc009032eab235ae62d02863 | |
parent | 71d87da3689c566b3f961e67d7f89ae383e59db4 (diff) |
ARM: dts: Add node for GMAC for exynos5440
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>
-rw-r--r-- | arch/arm/boot/dts/exynos5440.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi index 7132358f71d3..7bd1f3b08eaf 100644 --- a/arch/arm/boot/dts/exynos5440.dtsi +++ b/arch/arm/boot/dts/exynos5440.dtsi | |||
@@ -147,6 +147,17 @@ | |||
147 | clock-names = "watchdog"; | 147 | clock-names = "watchdog"; |
148 | }; | 148 | }; |
149 | 149 | ||
150 | gmac: ethernet@00230000 { | ||
151 | compatible = "snps,dwmac-3.70a"; | ||
152 | reg = <0x00230000 0x8000>; | ||
153 | interrupt-parent = <&gic>; | ||
154 | interrupts = <0 31 4>; | ||
155 | interrupt-names = "macirq"; | ||
156 | phy-mode = "sgmii"; | ||
157 | clocks = <&clock 12>; | ||
158 | clock-names = "stmmaceth"; | ||
159 | }; | ||
160 | |||
150 | amba { | 161 | amba { |
151 | #address-cells = <1>; | 162 | #address-cells = <1>; |
152 | #size-cells = <1>; | 163 | #size-cells = <1>; |