"Das U-Boot" Source Tree with many Tegra 20/30 devices support - Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to Kconfig · clamor-s/u-boot@88cd7d0
module I2C_AV_Config ( //Host Side iCLK, iRST_N, // I2C Side oI2C_SCLK, oI2C_SDAT ); // Host Side input iCLK; input iRST_N; // I2C Side output oI2C_SCLK; inout oI2C_SDAT; // Internal Registers/Wires reg [15:0] mI2C_CLK_DIV; reg [23:0] mI2C_DATA; reg ...