I2C EEPROM

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I2C EEPROM

1,622 Views
krishnan_ramesh
Contributor III

Hi,

I am using a 24AA02E64T-I/OT (Microchip) EEPROM and want to interface it with I2C . I am unable to find the driver support for the same in nxp android source.

Would like to know if there's any support available

If yes what are the changes that needs to be done ?

Regards,

Ramesh

Labels (3)
0 Kudos
1 Reply

1,501 Views
igorpadykov
NXP Employee
NXP Employee

Hi Ramesh

some examples of i2c eeprom drivers can be found on

eeprom\misc\drivers - linux-imx - i.MX Linux kernel 

at24c dts example

imx6q-h100.dts\dts\boot\arm\arch - linux-imx - i.MX Linux kernel 

In general one can look also at examples with spi interface described in Chapter 31 SPI NOR Flash Memory Technology

Device (MTD) Driver attached Linux Manual and Chapter 5 Configuring the SPI NOR Porting Guide.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos