Update eeprom map as we work in word sizes
[libftdi] / doc / EEPROM-structure
CommitLineData
7345e955
UB
1Here we try to document what we know about the EEPROM Structure.
2
3Even with a 93xx66 EEPROM, at maximum 256 Bytes are used
4
5All important things happen in the first
3c75ad2a 60x14(FT232/245), 0x16(FT2232CD), 0x18(FT232/245R) or 0x1a (FT2232H/4432H) bytes
7345e955 7
33887896 8Type | Use extra EEPROM space
7345e955
UB
9FT2XXB | No
10
11Byte.BIT| TYPE_AM TYPE_BM TYPE_2232C TYPE_R TYPE_2232H TYPE_4232H
3c75ad2a 1200.0 | 0 0 channel_a_type channel_a_type channel_a_type
7345e955
UB
1300.1 | 0 0 channel_a_type channel_a_type channel_a_type
1400.2 | 0 0 channel_a_type high_current channel_a_type channel_a_type
1500.3 | 0 0 channel_a_driver channel_a_driver channel_a_driver channel_a_driver
3c75ad2a 1600.4 | 0 0 high_current_a 0 0 0
7345e955
UB
1700.5 | 0 0 0 0 0 0
1800.6 | 0 0 0 0 0 0
1900.7 | 0 0 0 0 SUSPEND_DBUS7 0
20
21On TYPE_R 00.3 set mean D2XX, on other devices VCP
22
2301.0 | 0 0 channel_b_type channel_b_type channel_b_type
2401.1 | 0 0 channel_b_type channel_b_type channel_b_type
2501.2 | 0 0 channel_b_type 0 channel_b_type channel_b_type
2601.3 | 0 0 channel_b_driver 0 channel_b_driver channel_b_driver
3c75ad2a 2701.4 | 0 0 high_current_b 0 0 0
7345e955 2801.5 | 0 0 0 0 0 0
3c75ad2a 2901.6 | 0 0 0 0 0
7345e955
UB
3001.7 | 0 0 0 0 0 0
31
3c75ad2a 32Fixme: Missing 4232H validation and channel_c_driver, channel_d_driver, channel_a|b|c|d_rs484enable
7345e955 33
33887896
TJ
3402 | Vendor ID (VID) LSB (all)
3503 | Vendor ID (VID) MSB (all)
3604 | Product ID (PID) LSB (all)
3705 | Product ID (PID) MSB (all)
3806 | Device release number LSB (not tested on TYPE_4232H)
3907 | Device release number MSB (not tested on TYPE_4232H)
7345e955 40 |
33887896
TJ
4108.4 | Battery powered
4208.5 | Remote wakeup
4308.6 | Self powered: 1, bus powered: 0
7345e955
UB
4408.7 | Always 1
45 |
33887896 4609 | Max power (mA/2)
7345e955
UB
47 |
48Byte.BIT| TYPE_AM TYPE_BM TYPE_2232C TYPE_R TYPE_2232H TYPE_4232H
3c75ad2a
TJ
490a.0 | 0 IsoIn IsoIn part A 0 0 0
500a.1 | 0 IsoOut IsoOut part A 0 0 0
7345e955
UB
510a.2 | 0 suspend_pull_down suspend_pull_down suspend_pull_down
520a.3 | 0 use_serial use_serial
33887896 530a.4 | 0 change_usb_version change_usb_version
3c75ad2a
TJ
540a.5 | 0 0 IsoIn part B 0 0 0
550a.6 | 0 0 IsoOut part B 0 0 0
33887896
TJ
560a.7 | 0 - reserved
57
7345e955
UB
58 |
590b | TYPE_R Bitmask Invert, 0 else
60
61Byte | TYPE_AM TYPE_BM TYPE_2232C TYPE_R TYPE_2232H TYPE_4232H
33887896
TJ
620c | 0 USB-VER-LSB USB-VER-LSB 0 ? ?
630d | 0 USB-VER-MSB USB-VER-MSB 0 ? ?
64(On several FT2232H different values were observed -> The value is unused
65 if change USB version is not set, so it might contain garbage)
7345e955
UB
66
670e | OFFSET Vendor
680f | Len VENDOR
69
7010 | Offset Product
7111 | Length Product
72
7312 | Offset Serial
7413 | Length Serial
75
76Byte.BIT| TYPE_AM TYPE_BM TYPE_2232C TYPE_R TYPE_2232H TYPE_4232H
33887896
TJ
7714.3:0 | UA UA CHIP CBUS[0] AL A
7814.7:0 | UA UA CHIP CBUS[1] AH B
7915.3:0 | UA UA 0 CBUS[2] BL C
8015.7:0 | UA UA 0 CBUS[3] BH D
8116.3:0 | UA UA UA CBUS[4] 0 0
8216.7:0 | UA UA UA 0 0 0
3c75ad2a
TJ
83
84CHIP values:
850x46: EEPROM is a 93xx46
860x56: EEPROM is a 93xx56
870x66: EEPROM is a 93xx66
88
7345e955 8917 UA UA UA 0 0 0
33887896
TJ
9018 UA UA UA VENDOR CHIP CHIP
9119 UA UA UA VENDOR 0 0
7345e955 92
3c75ad2a 931a UA (all)
7345e955 94
a45ea32b
TJ
95
96Additional fields after the serial string:
f24a830c
TJ
970x00, 0x00 - reserved for "legacy port name prefix"
980x00, 0x00 - reserved for plug and play options
a45ea32b 99(Observed values with PnP == 0:
f24a830c 1000x02 0x03 0x01 0x00)
a45ea32b
TJ
101
102Note: The additional fields after the serial number string
103collide with the official FTDI formula from AN_121 regarding
104the start of the user area:
105"Start Address = the address following the last byte of SerialNumber string."