]> 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:52:05 +0000 (17:52 -0400)
committerMike Line <m-line1@ti.com>
Tue, 19 Oct 2010 21:52:05 +0000 (17:52 -0400)
src/make/ibl_c6472/i2crom_be.map [new file with mode: 0644]
src/make/ibl_c6472/i2crom_le.map [new file with mode: 0644]
src/make/ibl_c6474/i2crom_be.map [new file with mode: 0644]
src/make/ibl_c6474/i2crom_le.map [new file with mode: 0644]

diff --git a/src/make/ibl_c6472/i2crom_be.map b/src/make/ibl_c6472/i2crom_be.map
new file mode 100644 (file)
index 0000000..d19a08f
--- /dev/null
@@ -0,0 +1,18 @@
+section 
+{
+  param_index   = 0
+  boot_mode     = 257
+  sw_pll               = 25
+  options       = 1
+
+  core_freq_mhz    = 625
+  i2c_clk_freq_khz = 50
+
+  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_c6472/i2crom_le.map b/src/make/ibl_c6472/i2crom_le.map
new file mode 100644 (file)
index 0000000..8a80492
--- /dev/null
@@ -0,0 +1,18 @@
+section 
+{
+  param_index   = 0
+  boot_mode     = 257
+  sw_pll               = 25
+  options       = 1
+
+  core_freq_mhz    = 625
+  i2c_clk_freq_khz = 50
+
+  dev_addr_ext = 0x50
+
+  multi_i2c_id = 0
+  my_i2c_id    = 1
+  address_delay = 0
+  exe_file = "ibl_c6472/ibl.i2c.ccs"
+}
+
diff --git a/src/make/ibl_c6474/i2crom_be.map b/src/make/ibl_c6474/i2crom_be.map
new file mode 100644 (file)
index 0000000..0e0b4e7
--- /dev/null
@@ -0,0 +1,18 @@
+section 
+{
+  param_index   = 0
+  boot_mode     = 257
+  sw_pll               = 20
+  options       = 1
+
+  core_freq_mhz    = 1000
+  i2c_clk_freq_khz = 50
+
+  dev_addr_ext = 0x51
+
+  multi_i2c_id = 0
+  my_i2c_id    = 1
+  address_delay = 0
+  exe_file = "ibl_c6474/ibl.i2c.ccs"
+}
+
diff --git a/src/make/ibl_c6474/i2crom_le.map b/src/make/ibl_c6474/i2crom_le.map
new file mode 100644 (file)
index 0000000..b044a1c
--- /dev/null
@@ -0,0 +1,18 @@
+section 
+{
+  param_index   = 0
+  boot_mode     = 257
+  sw_pll               = 20
+  options       = 1
+
+  core_freq_mhz    = 1000
+  i2c_clk_freq_khz = 50
+
+  dev_addr_ext = 0x50
+
+  multi_i2c_id = 0
+  my_i2c_id    = 1
+  address_delay = 0
+  exe_file = "ibl_c6474/ibl.i2c.ccs"
+}
+