summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.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-ref.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-ref.dts')
-rw-r--r--arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts
index 54c53170699a..dacdea530cf2 100644
--- a/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts
+++ b/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts
@@ -70,3 +70,14 @@
&usb2 {
status = "okay";
};
+
+&eth {
+ status = "okay";
+ phy-handle = <&ethphy>;
+};
+
+&mdio {
+ ethphy: ethphy@1 {
+ reg = <1>;
+ };
+};