ARM: at91/dt: sama5d3 xplained: add phy address for macb0
authorNicolas Ferre <nicolas.ferre@atmel.com>
Tue, 31 Mar 2015 09:01:12 +0000 (11:01 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Tue, 19 May 2015 13:00:02 +0000 (15:00 +0200)
Specify the phy address on macb0 node aka GEM.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91-sama5d3_xplained.dts

index d9263cf..6463697 100644 (file)
 
                        macb0: ethernet@f0028000 {
                                phy-mode = "rgmii";
+                               #address-cells = <1>;
+                               #size-cells = <0>;
                                status = "okay";
+
+                               ethernet-phy@7 {
+                                       reg = <0x7>;
+                               };
                        };
 
                        pwm0: pwm@f002c000 {