diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2011-12-05 18:03:05 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2011-12-16 13:11:09 +0100 |
commit | 0d4f99d8b79e6492fd79c3d08f9dbbd9a2a30f90 (patch) | |
tree | 00f55635094098847f72ffc4ca46fc9f61105862 /arch/arm/boot/dts/usb_a9g20.dts | |
parent | fb97a8466522f8f35ab886f7af8eefefa0a4905e (diff) | |
download | op-kernel-dev-0d4f99d8b79e6492fd79c3d08f9dbbd9a2a30f90.zip op-kernel-dev-0d4f99d8b79e6492fd79c3d08f9dbbd9a2a30f90.tar.gz |
ARM: at91/net: add macb ethernet controller in 9g45/9g20 DT
Add the Cadence macb ethernet controller in at91sam9g45 and at91sam9g20
.dtsi and enable it in at91sam9m10g45ek and usb_a9g20 board device tree file.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/boot/dts/usb_a9g20.dts')
-rw-r--r-- | arch/arm/boot/dts/usb_a9g20.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/usb_a9g20.dts b/arch/arm/boot/dts/usb_a9g20.dts index d66e2c0..f04b535 100644 --- a/arch/arm/boot/dts/usb_a9g20.dts +++ b/arch/arm/boot/dts/usb_a9g20.dts @@ -25,6 +25,11 @@ dbgu: serial@fffff200 { status = "okay"; }; + + macb0: ethernet@fffc4000 { + phy-mode = "rmii"; + status = "okay"; + }; }; }; }; |