aboutsummaryrefslogtreecommitdiffstats
path: root/icebox
diff options
context:
space:
mode:
Diffstat (limited to 'icebox')
-rw-r--r--icebox/icebox.py11
1 files changed, 10 insertions, 1 deletions
diff --git a/icebox/icebox.py b/icebox/icebox.py
index a2fd872..fff7b99 100644
--- a/icebox/icebox.py
+++ b/icebox/icebox.py
@@ -4988,7 +4988,16 @@ extra_cells_db = {
"PWMOUT1": (0, 28, "slf_op_5"),
"PWMOUT2": (0, 28, "slf_op_6"),
},
-
+ ("IO_I3C", (25, 27, 0)): {
+ "PU_ENB": (25, 27, "lutff_6/in_0"),
+ "WEAK_PU_ENB": (25, 27, "lutff_4/in_0"),
+ "PACKAGE_PIN": (19, 31, 0)
+ },
+ ("IO_I3C", (25, 27, 1)): {
+ "PU_ENB": (25, 27, "lutff_7/in_0"),
+ "WEAK_PU_ENB": (25, 27, "lutff_5/in_0"),
+ "PACKAGE_PIN": (19, 31, 1)
+ }
}
}