arm: dts: lx2160a: add noted for dpmacs 1, 2, 5-6
[oweals/u-boot.git] / arch / arm / dts / zynq-syzygy-hub.dts
index ebd08b4f4014d6d102fd0bda80752679753ed498..55f8e8a2da437470ae0e19a7ccc5d09442279585 100644 (file)
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * SYZYGY Hub DTS
  *
  *  Copyright (C) 2011 - 2015 Xilinx
  *  Copyright (C) 2017 Opal Kelly Inc.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 /dts-v1/;
 /include/ "zynq-7000.dtsi"
@@ -17,6 +16,7 @@
                ethernet0 = &gem0;
                serial0 = &uart0;
                mmc0 = &sdhci0;
+               i2c0 = &i2c1;
        };
 
        memory@0 {
@@ -27,6 +27,7 @@
        chosen {
                bootargs = "";
                stdout-path = "serial0:115200n8";
+               xlnx,eeprom = &eeprom;
        };
 
        usb_phy0: phy0 {
 
 &i2c1 {
        status = "okay";
+       eeprom: eeprom@57 {
+               compatible = "atmel,24c08"; /* not sure if this is correct */
+               reg = <0x57>;
+       };
 };
 
 &sdhci0 {