]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/zynq-zc706.dts
arm: zynq: Enable cadence driver on zc706
[u-boot] / arch / arm / dts / zynq-zc706.dts
index bf996ad4d8afec9e0e2e0c3db8832a9344f091fa..a88a83c16650f361d9a2ebcfafe18148c0bfea61 100644 (file)
@@ -21,7 +21,7 @@
                mmc0 = &sdhci0;
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x40000000>;
        };
@@ -50,6 +50,7 @@
 
        ethernet_phy: ethernet-phy@7 {
                reg = <7>;
+               device_type = "ethernet-phy";
        };
 };
 
                        };
                };
 
+               i2c@1 {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       reg = <1>;
+                       adv7511: hdmi-tx@39 {
+                               compatible = "adi,adv7511";
+                               reg = <0x39>;
+                               adi,input-depth = <8>;
+                               adi,input-colorspace = "yuv422";
+                               adi,input-clock = "1x";
+                               adi,input-style = <3>;
+                               adi,input-justification = "evenly";
+                       };
+               };
+
                i2c@2 {
                        #address-cells = <1>;
                        #size-cells = <0>;
        };
 };
 
+&qspi {
+       u-boot,dm-pre-reloc;
+       status = "okay";
+};
+
 &sdhci0 {
        u-boot,dm-pre-reloc;
        status = "okay";
        pinctrl-0 = <&pinctrl_uart1_default>;
 };
 
-&qspi {
-       u-boot,dm-pre-reloc;
-       status = "okay";
-};
-
 &usb0 {
        status = "okay";
        dr_mode = "host";
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_usb0_default>;
 };
+
+&watchdog0 {
+       reset-on-timeout;
+};