Merge tag 'v2023.04-rc4' into next
[platform/kernel/u-boot.git] / arch / arm / dts / r8a77980-condor-u-boot.dts
index 576a74e..f4a3b43 100644 (file)
        aliases {
                spi0 = &rpc;
        };
+
+       sysinfo {
+               compatible = "renesas,rcar-sysinfo";
+               i2c-eeprom = <&sysinfo_eeprom>;
+               bootph-all;
+       };
+};
+
+&i2c0 {
+       bootph-all;
+
+       sysinfo_eeprom: eeprom@50 {
+               compatible = "rohm,br24t01", "atmel,24c01";
+               reg = <0x50>;
+               pagesize = <8>;
+               bootph-all;
+       };
 };
 
 &rpc {