]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/commitdiff
I2c map files
authorMike Line <m-line1@ti.com>
Tue, 19 Oct 2010 21:33:08 +0000 (17:33 -0400)
committerMike Line <m-line1@ti.com>
Tue, 19 Oct 2010 21:33:08 +0000 (17:33 -0400)
src/make/ibl_c6455/i2crom_be.map [new file with mode: 0644]
src/make/ibl_c6455/i2crom_le.map [new file with mode: 0644]

diff --git a/src/make/ibl_c6455/i2crom_be.map b/src/make/ibl_c6455/i2crom_be.map
new file mode 100644 (file)
index 0000000..700737b
--- /dev/null
@@ -0,0 +1,17 @@
+section 
+{
+  param_index   = 1
+  boot_mode     = 5
+  options       = 1
+
+  core_freq_mhz    = 50
+  i2c_clk_freq_khz = 400
+
+  dev_addr_ext = 0x51
+
+  multi_i2c_id = 0
+  my_i2c_id    = 1
+  address_delay = 0
+  exe_file = "ibl_c6472/ibl.i2c.ccs"
+}
+
diff --git a/src/make/ibl_c6455/i2crom_le.map b/src/make/ibl_c6455/i2crom_le.map
new file mode 100644 (file)
index 0000000..d3650be
--- /dev/null
@@ -0,0 +1,17 @@
+section 
+{
+  param_index   = 0
+  boot_mode     = 5
+  options       = 1
+
+  core_freq_mhz    = 50
+  i2c_clk_freq_khz = 400
+
+  dev_addr_ext = 0x50
+
+  multi_i2c_id = 0
+  my_i2c_id    = 1
+  address_delay = 0
+  exe_file = "ibl_c6455/ibl.i2c.ccs"
+}
+