diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2018-02-14 12:30:28 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-03-15 17:18:52 +0300 |
commit | e3cc931921d25bd213452e7b645295e87770a9b3 (patch) | |
tree | cd99d5baeddc02a4cf6aad48df198470a559e3b4 /arch/arm/boot/dts/uniphier-pro4-ace.dts | |
parent | acc625de6612e74eb88ae9f97b345c4fb8af6014 (diff) | |
download | linux-e3cc931921d25bd213452e7b645295e87770a9b3.tar.xz |
ARM: dts: uniphier: add AVE ethernet node
Add nodes of the AVE ethernet controller for Pro4, PXs2, LD6b SoCs
and the boards.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-pro4-ace.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-pro4-ace.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/uniphier-pro4-ace.dts b/arch/arm/boot/dts/uniphier-pro4-ace.dts index 089419cee273..92b5cbbb03fd 100644 --- a/arch/arm/boot/dts/uniphier-pro4-ace.dts +++ b/arch/arm/boot/dts/uniphier-pro4-ace.dts @@ -77,3 +77,14 @@ &usb3 { status = "okay"; }; + +ð { + status = "okay"; + phy-handle = <ðphy>; +}; + +&mdio { + ethphy: ethphy@1 { + reg = <1>; + }; +}; |