diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2018-02-14 10:30:28 +0100 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-03-15 15:18:52 +0100 |
commit | e3cc931921d25bd213452e7b645295e87770a9b3 (patch) | |
tree | cd99d5baeddc02a4cf6aad48df198470a559e3b4 /arch/arm/boot/dts/uniphier-ld6b-ref.dts | |
parent | arm64: dts: uniphier: add compress audio out for LD11/LD20 (diff) | |
download | linux-e3cc931921d25bd213452e7b645295e87770a9b3.tar.xz linux-e3cc931921d25bd213452e7b645295e87770a9b3.zip |
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-ld6b-ref.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-ld6b-ref.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/uniphier-ld6b-ref.dts b/arch/arm/boot/dts/uniphier-ld6b-ref.dts index 811b999800ed..9327f6b39296 100644 --- a/arch/arm/boot/dts/uniphier-ld6b-ref.dts +++ b/arch/arm/boot/dts/uniphier-ld6b-ref.dts @@ -67,6 +67,17 @@ status = "okay"; }; +ð { + status = "okay"; + phy-handle = <ðphy>; +}; + +&mdio { + ethphy: ethphy@0 { + reg = <0>; + }; +}; + &nand { status = "okay"; }; |