diff options
author | Marek Vasut | 2023-09-17 16:13:08 +0200 |
---|---|---|
committer | Marek Vasut | 2023-10-01 00:08:29 +0200 |
commit | f8c24dabda32aa9c2381be17a6c5c3f5901278fb (patch) | |
tree | 5736469bf795b9896fd2042870942d11c6986330 /arch/arm/dts/r8a77980-condor.dts | |
parent | 14fb8dc5767288a636483ed39ba6d6c6790aa167 (diff) |
ARM: dts: renesas: Synchronize R-Car R8A77980 V3H DTs with Linux 6.5.3
Synchronize R-Car R8A77980 V3H DTs with Linux 6.5.3,
commit 238589d0f7b421aae18c5704dc931595019fa6c7 .
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'arch/arm/dts/r8a77980-condor.dts')
-rw-r--r-- | arch/arm/dts/r8a77980-condor.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a77980-condor.dts b/arch/arm/dts/r8a77980-condor.dts index 1d326552e2f..68d1f1d53b3 100644 --- a/arch/arm/dts/r8a77980-condor.dts +++ b/arch/arm/dts/r8a77980-condor.dts @@ -14,3 +14,11 @@ model = "Renesas Condor board based on r8a77980"; compatible = "renesas,condor", "renesas,r8a77980"; }; + +&i2c0 { + eeprom@50 { + compatible = "rohm,br24t01", "atmel,24c01"; + reg = <0x50>; + pagesize = <8>; + }; +}; |