diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-03-31 11:01:12 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-05-19 15:00:02 +0200 |
commit | 9e65adb4f65d621a90e989af4e8d17d3f2bab92a (patch) | |
tree | 3af9854c002fc7685902caaf078781b353f1b77e | |
parent | 50f2472a51f97ab1fdcb56417c6549b97ca05bec (diff) |
ARM: at91/dt: sama5d3 xplained: add phy address for macb0
Specify the phy address on macb0 node aka GEM.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d3_xplained.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d3_xplained.dts b/arch/arm/boot/dts/at91-sama5d3_xplained.dts index d9263cf86304..64636974d7dd 100644 --- a/arch/arm/boot/dts/at91-sama5d3_xplained.dts +++ b/arch/arm/boot/dts/at91-sama5d3_xplained.dts @@ -105,7 +105,13 @@ macb0: ethernet@f0028000 { phy-mode = "rgmii"; + #address-cells = <1>; + #size-cells = <0>; status = "okay"; + + ethernet-phy@7 { + reg = <0x7>; + }; }; pwm0: pwm@f002c000 { |