OSDN Git Service

ARM: at91/dt: add ethernet phy to at91rm9200ek board
authorBoris BREZILLON <b.brezillon@overkiz.com>
Wed, 28 Aug 2013 11:03:39 +0000 (13:03 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 9 Dec 2013 10:07:16 +0000 (11:07 +0100)
Add ethernet phy node in at91rm9200ek.dts.
The reg register is not specified, as it may differ depending on the init
process of the board:
ADDR0/1 phy pins are connected to PA13/14 rm9200 pins. Which means the phy
will take its address from these pins during the reset process.

The macb driver will launch a full scan on the mdio bus to discover the phy
address.

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
[nicolas.ferre@atmel.com: changed to IRQ_TYPE_EDGE_BOTH as asked by Boris]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91rm9200ek.dts

index d2d72c3..e6fd0f8 100644 (file)
                        macb0: ethernet@fffbc000 {
                                phy-mode = "rmii";
                                status = "okay";
+
+                               phy0: ethernet-phy {
+                                       interrupt-parent = <&pioC>;
+                                       interrupts = <4 IRQ_TYPE_EDGE_BOTH>;
+                               };
                        };
 
                        usb1: gadget@fffb0000 {