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

Commit 44fa054e authored by Boris BREZILLON's avatar Boris BREZILLON Committed by Nicolas Ferre
Browse files

ARM: at91/dt: add ethernet phy to at91rm9200ek board



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: default avatarBoris BREZILLON <b.brezillon@overkiz.com>
[nicolas.ferre@atmel.com: changed to IRQ_TYPE_EDGE_BOTH as asked by Boris]
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 5cffba20
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -47,6 +47,11 @@
			macb0: ethernet@fffbc000 {
			macb0: ethernet@fffbc000 {
				phy-mode = "rmii";
				phy-mode = "rmii";
				status = "okay";
				status = "okay";

				phy0: ethernet-phy {
					interrupt-parent = <&pioC>;
					interrupts = <4 IRQ_TYPE_EDGE_BOTH>;
				};
			};
			};


			usb1: gadget@fffb0000 {
			usb1: gadget@fffb0000 {