From 15f46702771dfebc3c7c2a1adefb25a7740ea9af Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 18 Mar 2019 09:53:34 +0100 Subject: bsp-howto: Update I2C chapter Update ##3725. --- bsp-howto/i2c.rst | 41 +++++++++++++++++++++++++++++++++-------- 1 file changed, 33 insertions(+), 8 deletions(-) (limited to 'bsp-howto') diff --git a/bsp-howto/i2c.rst b/bsp-howto/i2c.rst index d585475..66d6653 100644 --- a/bsp-howto/i2c.rst +++ b/bsp-howto/i2c.rst @@ -1,18 +1,43 @@ .. SPDX-License-Identifier: CC-BY-SA-4.0 -.. Copyright (C) 2016 embedded brains GmbH +.. Copyright (C) 2016, 2019 embedded brains GmbH I2C Driver ********** The Inter-Integrated Circuit (I2C, I²C, IIC) bus drivers should use the `I2C bus framework `_. -For example drivers see the -`Cadence I2C driver `_, -the -`Atmel SAM I2C driver `_ -and the -`I2C framework test `_. - The user API is compatible to the `Linux I2C user-space API `_. + +For example I2C bus drivers see: + +* `Atmel SAM I2C driver `_ +* `Cadence I2C driver `_ +* `I2C framework test `_ +* `NXP i.MX I2C driver `_ +* `NXP LPC17XX/LPC24XX/LPC40XX I2C driver `_ + +For example I2C device drivers see: + +* ADC + + * `TI ADS 16-Bit `_ + +* `EEPROM `_ + +* GPIO + + * `NXP PCA9535 `_ + +* Power Management + + * `NXP PCA9548A `_ + + * `TI LM25066A `_ + +* Sensors + + * `NXP LM75A `_ + + * `TI TMP112 `_ -- cgit v1.2.3