diff options
Diffstat (limited to 'arch/arm/dts/r8a77980-condor-u-boot.dts')
-rw-r--r-- | arch/arm/dts/r8a77980-condor-u-boot.dts | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a77980-condor-u-boot.dts b/arch/arm/dts/r8a77980-condor-u-boot.dts index 576a74e603..f4a3b43b8f 100644 --- a/arch/arm/dts/r8a77980-condor-u-boot.dts +++ b/arch/arm/dts/r8a77980-condor-u-boot.dts @@ -12,6 +12,23 @@ 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 { |