]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/uniphier-pro4-ace.dts
arm: dts: imx6ul-isiot: Add I2C nodes
[u-boot] / arch / arm / dts / uniphier-pro4-ace.dts
index f70bc82e25735ff4130022158e0725728738cbba..679e48b5aee25f070b89ffb4e2811b363469c61e 100644 (file)
        model = "UniPhier Pro4 Ace Board";
        compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4";
 
-       memory {
-               device_type = "memory";
-               reg = <0x80000000 0x40000000>;
-       };
-
        chosen {
                stdout-path = "serial0:115200n8";
        };
                i2c5 = &i2c5;
                i2c6 = &i2c6;
        };
+
+       memory@80000000 {
+               device_type = "memory";
+               reg = <0x80000000 0x40000000>;
+       };
 };
 
 &serial0 {
@@ -54,6 +54,7 @@
        eeprom@54 {
                compatible = "st,24c64", "i2c-eeprom";
                reg = <0x54>;
+               pagesize = <32>;
                u-boot,i2c-offset-len = <2>;
        };
 };