diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2018-02-14 12:30:29 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-03-15 17:18:59 +0300 |
commit | c73730ee4c9a2ef3d5f45f31cf780a15c02927a5 (patch) | |
tree | 3baf77d6ff2b7c3382ab0b254d0c8471a307ac55 /arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts | |
parent | e3cc931921d25bd213452e7b645295e87770a9b3 (diff) | |
download | linux-c73730ee4c9a2ef3d5f45f31cf780a15c02927a5.tar.xz |
arm64: dts: uniphier: add AVE ethernet node
Add nodes of the AVE ethernet controller for LD11 and LD20 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/arm64/boot/dts/socionext/uniphier-ld11-global.dts')
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts b/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts index 238a9469125a..a570fd1870ee 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts @@ -131,6 +131,17 @@ status = "okay"; }; +ð { + status = "okay"; + phy-handle = <ðphy>; +}; + +&mdio { + ethphy: ethphy@1 { + reg = <1>; + }; +}; + &nand { status = "okay"; }; |