diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-26 16:18:32 +0900 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-03-18 17:39:12 +0100 |
commit | 3bdf9e4271c337d75458514aa9d3d7b28aa43aea (patch) | |
tree | 5f59c886d98e36fbfc66939b2be3fbf0d5b15f66 /arch | |
parent | 61f838c7faad95a5ae105a136e14d1c7b372c970 (diff) | |
download | linux-3bdf9e4271c337d75458514aa9d3d7b28aa43aea.tar.gz linux-3bdf9e4271c337d75458514aa9d3d7b28aa43aea.tar.bz2 linux-3bdf9e4271c337d75458514aa9d3d7b28aa43aea.zip |
ARM: dts: uniphier: add EEPROM node for ProXstream2 Gentil board
This board has an EEPROM (STMicroelectronics M24C64-WMN6TP) connected
to the I2C channel 0 of the SoC. Its slave address is 0x54.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/uniphier-proxstream2-gentil.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts b/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts index 9d7ec5c204dd..0da3018612b7 100644 --- a/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts +++ b/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts @@ -75,4 +75,9 @@ &i2c0 { status = "okay"; + + eeprom@54 { + compatible = "st,24c64"; + reg = <0x54>; + }; }; |