Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
[oweals/u-boot.git] / arch / mips / dts / comtrend,ct-5361.dts
index c909a528a976c2853e61b2160856f3a21a600e92..f6b8a94e255d7a7064618f4988b1bbfac00f7890 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /dts-v1/;
        };
 };
 
+&enet1 {
+       status = "okay";
+       phy = <&enet1phy>;
+       phy-mode = "mii";
+
+       enet1phy: fixed-link {
+               reg = <1>;
+               speed = <100>;
+               full-duplex;
+       };
+};
+
 &gpio0 {
        status = "okay";
 };
 
+&ohci {
+       status = "okay";
+};
+
 &pflash {
        status = "okay";
 };
@@ -47,3 +62,7 @@
        u-boot,dm-pre-reloc;
        status = "okay";
 };
+
+&usbh {
+       status = "okay";
+};