Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[oweals/u-boot.git] / arch / arm / dts / uniphier-pro4-ace.dts
index 60a8c337677b442e7df5133234bdea1f5ad84a7b..ce8ea7b79bbf3f34ac80efecbe9749c7eb2f7e6c 100644 (file)
@@ -1,11 +1,9 @@
-/*
- * Device Tree Source for UniPhier Pro4 Ace Board
- *
- * Copyright (C) 2016 Socionext Inc.
- *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
- *
- * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
- */
+// SPDX-License-Identifier: GPL-2.0+ OR MIT
+//
+// Device Tree Source for UniPhier Pro4 Ace Board
+//
+// Copyright (C) 2016 Socionext Inc.
+//   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
 
 /dts-v1/;
 #include "uniphier-pro4.dtsi"
        status = "okay";
 };
 
-&usb0 {
+&usb2 {
        status = "okay";
 };
 
-&usb1 {
+&usb3 {
        status = "okay";
 };
 
-&usb2 {
+&eth {
        status = "okay";
+       phy-handle = <&ethphy>;
 };
 
-&usb3 {
+&mdio {
+       ethphy: ethphy@1 {
+               reg = <1>;
+       };
+};
+
+&usb0 {
+       status = "okay";
+};
+
+&usb1 {
        status = "okay";
 };