summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts
diff options
context:
space:
mode:
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>2018-02-14 18:30:29 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-03-15 23:18:59 +0900
commitc73730ee4c9a2ef3d5f45f31cf780a15c02927a5 (patch)
tree3baf77d6ff2b7c3382ab0b254d0c8471a307ac55 /arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts
parente3cc931921d25bd213452e7b645295e87770a9b3 (diff)
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.dts11
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";
};
+&eth {
+ status = "okay";
+ phy-handle = <&ethphy>;
+};
+
+&mdio {
+ ethphy: ethphy@1 {
+ reg = <1>;
+ };
+};
+
&nand {
status = "okay";
};