Merge tag 'efi-2020-07-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / arch / arm / dts / armada-38x-solidrun-microsom.dtsi
index 74f58de85c4388b6fd9b9997e1b72ef187f00805..9bbeafc53bfe6ceb3c80254d9336d8cac651064b 100644 (file)
@@ -39,7 +39,6 @@
 
 &eth0 {
        /* ethernet@70000 */
-       mac-address = [00 50 43 02 02 01];
        pinctrl-0 = <&ge0_rgmii_pins>;
        pinctrl-names = "default";
        phy = <&phy_dedicated>;
@@ -86,7 +85,7 @@
        w25q32: spi-flash@0 {
                #address-cells = <1>;
                #size-cells = <1>;
-               compatible = "w25q32", "jedec,spi-nor", "spi-flash";
+               compatible = "w25q32", "jedec,spi-nor";
                reg = <0>; /* Chip select 0 */
                spi-max-frequency = <3000000>;
                status = "disabled";
        status = "okay";
        u-boot,dm-pre-reloc;
 };
+
+&i2c0 {
+       eeprom@53 {
+               compatible = "atmel,24c02";
+               reg = <0x53>;
+               pagesize = <16>;
+       };
+};