ARM: dts: rmobile: Add rudimentary R8A7790 Stout DT
[oweals/u-boot.git] / arch / arm / dts / armada-385-amc.dts
index a5a8a7f186db5d1918eda3c9ff2568ebcde0150b..d4d127fa024b07bc891fe0d58b1231ad3aaf628c 100644 (file)
@@ -53,7 +53,8 @@
 
        aliases {
                ethernet0 = &eth0;
-               ethernet1 = &eth1;
+               ethernet1 = &eth2;
+               i2c0 = &i2c0;
                spi1 = &spi1;
        };
 
@@ -68,6 +69,8 @@
 
                internal-regs {
                        i2c@11000 {
+                               clock-frequency = <100000>;
+                               u-boot,i2c-slave-addr = <0x0>;
                                pinctrl-names = "default";
                                pinctrl-0 = <&i2c0_pins>;
                                status = "okay";
                u-boot,dm-pre-reloc;
                #address-cells = <1>;
                #size-cells = <1>;
-               compatible = "st,m25p128", "jedec,spi-nor";
+               compatible = "st,m25p128", "jedec,spi-nor", "spi-flash";
                reg = <0>; /* Chip select 0 */
                spi-max-frequency = <50000000>;
                m25p,fast-read;