diff options
author | Dinh Nguyen <dinguyen@altera.com> | 2013-06-05 10:02:53 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-06-11 16:34:57 -0700 |
commit | 3d954cf1518f37edc0d5912d619bd0f644a27d7e (patch) | |
tree | 28d95bdbeee0160f8007689584afee337a1cc783 /arch/arm/boot/dts/socfpga_vt.dts | |
parent | 6cd26ecedfa258369c2cd725cb33b0477ab2819b (diff) |
ARM: socfpga: dts: Add ethernet bindings for SOCFPGA
Add entry for 2nd GMAC controller. Add the correct clocks for the GMAC.
Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Reviewed-by: Pavel Machek <pavel@denx.de>
CC: Arnd Bergmann <arnd@arndb.de>
CC: Olof Johansson <olof@lixom.net>
Cc: Pavel Machek <pavel@denx.de>
CC: <linux@arm.linux.org.uk>
v2:
- Moved "disabled" status to dtsi file
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/socfpga_vt.dts')
-rw-r--r-- | arch/arm/boot/dts/socfpga_vt.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga_vt.dts b/arch/arm/boot/dts/socfpga_vt.dts index 0bf035d607f..d1ec0cab2de 100644 --- a/arch/arm/boot/dts/socfpga_vt.dts +++ b/arch/arm/boot/dts/socfpga_vt.dts @@ -41,6 +41,11 @@ }; }; + ethernet@ff700000 { + phy-mode = "gmii"; + status = "okay"; + }; + timer0@ffc08000 { clock-frequency = <7000000>; }; |