N900 Hardware Bus I2c
(→Hardware) |
(→Hardware) |
||
Line 1: | Line 1: | ||
- | =Hardware= | + | =Hardware= |
Bus 1. | Bus 1. | ||
Line 11: | Line 11: | ||
tsl2563/2-0029 | tsl2563/2-0029 | ||
smia-sensor/2-0010 | smia-sensor/2-0010 | ||
- | + | * 0x18 0x19 [[N900 Hardware Audio Codec|Audio codec]] | |
- | + | * 0x30 [[N900 Hardware Flash Torch]] | |
- | * 0x30 [[N900 Hardware | + | * 0x63 [[N900 Hardware FM Receiver|FM receiver]] |
- | * 0x63 [[N900 Hardware FM | + | |
tpa6130a2/2-0060 | tpa6130a2/2-0060 | ||
* 0x32 [[N900 Hardware LED]] | * 0x32 [[N900 Hardware LED]] | ||
Line 20: | Line 19: | ||
Bus 3. | Bus 3. | ||
- | * 0x0c [[N900 Hardware | + | * 0x0c [[N900 Hardware Auto-focus|Lens focus control]] |
* 0x3e [[N900 Hardware Camera Sensor|Front Camera (control)]] | * 0x3e [[N900 Hardware Camera Sensor|Front Camera (control)]] | ||
* 0x1d [[N900 Hardware Accelerometer|Accelerometer]] | * 0x1d [[N900 Hardware Accelerometer|Accelerometer]] |
Revision as of 16:02, 7 June 2010
Hardware
Bus 1.
- 0x48 Gaia/chipset
dummy/1-004a dummy/1-0049 dummy/1-004b
Bus 2.
tsl2563/2-0029 smia-sensor/2-0010
- 0x18 0x19 Audio codec
- 0x30 N900 Hardware Flash Torch
- 0x63 FM receiver
tpa6130a2/2-0060
- 0x32 N900 Hardware LED
Bus 3.
- 0x0c Lens focus control
- 0x3e Front Camera (control)
- 0x1d Accelerometer
/sys/bus/i2c/drivers# ls -d */*-*
Software
The n900 software driving I2C comes in three flavours.
Firstly, there are a large number of kernel drivers.
Then, there are a small number of devices 'bit banged' through I2C ioctls - BME for example does this.
Finally, there are probably some I2C components in the Rapuyama and assorted cellphone/GPS hardware. These are not visible to the casual developer. (you have to open the n900 and probe stuff, or hack the phone firmware).