diff options
author | Magnus Damm | 2018-02-19 20:49:42 +0900 |
---|---|---|
committer | Simon Horman | 2018-03-16 17:24:17 +0100 |
commit | 7f8f74cd8d28f0b14b004c6c1640df439e5c2108 (patch) | |
tree | 0b59c4d06a8043f86bc604807dc597a79793634f /arch/arm/boot | |
parent | 56bac953b15087dbced6951248ca05a6f0888831 (diff) |
ARM: dts: silk: Add r1ex24002 EEPROM to DT
Extend the Silk board support to include U14 which is an I2C based EEPROM
hooked up to the I2C1 bus.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/r8a7794-silk.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7794-silk.dts b/arch/arm/boot/dts/r8a7794-silk.dts index f1afe2dda13a..befd0fb880cc 100644 --- a/arch/arm/boot/dts/r8a7794-silk.dts +++ b/arch/arm/boot/dts/r8a7794-silk.dts @@ -226,6 +226,12 @@ }; }; }; + + eeprom@50 { + compatible = "renesas,r1ex24002", "atmel,24c02"; + reg = <0x50>; + pagesize = <16>; + }; }; }; |