MPC5200 I2C Driver

Syntax:
%C [MPC options] [operating mode options] [generic options]

Example:
%C --b100000 --m1024

MPC options:
-o  mode            I2C Operating mode, 0 = MPC5200. (Default)
                                        1 = MPC5121.

Operating mode 0 options:
-c  clk             IPB clock freq. (Default: 132 MHz)
-i  intr            I2C interrupt vector. (Default: 79/80)
-m  module          I2C module number, 0 or 1. (Default: 0)
-p  base address    I2C base address. (Default: 0xF0003D00)
                                        
Operating mode 1 options:
-c  clk             IPB clock freq. No Default clk
-i  intr            I2C interrupt vector. No Default intr
-p  base address    I2C base address. No Default address.

Generic options:
--b bus_speed       Default bus speed. (Default: 100000)
--m max_msg_len     Minimum length of resmgr receive buffer.
                    (Default: 128 bytes)
--n nparts          Minimum number of iov_t's in resmgr context.
                    (Default: 2)
--u unit            Unit number. Number to append to device name
                    prefix (/dev/i2c). (Default: 0)
