ARM: dts: am57xx: cl-som-am57x: add EEPROM support
authorDmitry Lifshitz <lifshitz@compulab.co.il>
Tue, 1 Dec 2015 18:03:06 +0000 (20:03 +0200)
committerTony Lindgren <tony@atomide.com>
Thu, 3 Dec 2015 16:19:44 +0000 (08:19 -0800)
On-board EEPROM chip is used for storing a board production
info.

Add module EEPROM support (over I2C4 bus).

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am57xx-cl-som-am57x.dts

index 2074fd42624272de48af18603d5f952a81024397..1badfa908ed34beb01289dc6e43e28d366dc389c 100644 (file)
                compatible = "emmicro,em3027";
                reg = <0x56>;
        };
+
+       eeprom_module: atmel@50 {
+               compatible = "atmel,24c08";
+               reg = <0x50>;
+               pagesize = <16>;
+       };
 };
 
 &cpu0 {
This page took 0.027021 seconds and 5 git commands to generate.