Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[oweals/u-boot.git] / arch / arm / dts / vf-colibri.dtsi
index 5ce17076e9cecec0669d0ccba89e5787ed974d86..9de4b28e8707ee99b11c6a95f22914de23c0cd3c 100644 (file)
@@ -14,6 +14,7 @@
 
        aliases {
                usb0 = &ehci0; /* required for ums */
+               display1 = &dcu0;
        };
 
        reg_usbh_vbus: regulator-usbh-vbus {
        status = "okay";
 };
 
+/* Ethernet */
 &fec1 {
        phy-mode = "rmii";
+       phy-handle = <&ethphy1>;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_fec1>;
        status = "okay";
+
+       mdio {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
+               ethphy1: ethernet-phy@1 {
+                       compatible = "ethernet-phy-ieee802.3-c22";
+                       max-speed = <100>;
+                       reg = <1>;
+               };
+       };
 };
 
 &i2c0 {
        pinctrl-0 = <&pinctrl_uart0>;
        status = "okay";
 };
+
+&dcu0 {
+       status = "okay";
+};