add sdram peripheral to i_class
[pinmux.git] / src / spec / i_class.py
index 81872fc9b70ed54b023adb16cb565dcfc6dc4be4..f1e255f17c2462159eb04306983bc3b4f043bcad 100644 (file)
@@ -11,6 +11,7 @@ def pinspec():
         'A': (28, 4),
         'B': (18, 4),
         'C': (24, 1),
+        'D': (92, 1),
     }
     fixedpins = {
         'CTRL_SYS': [
@@ -100,6 +101,9 @@ def pinspec():
 
     ps.flexbus2("", ('C', 0), 0)
 
+    ps.sdram1("", ('D', 0), 0)
+    ps.sdram3("", ('D', 35), 0)
+
     # Scenarios below can be spec'd out as either "find first interface"
     # by name/number e.g. SPI1, or as "find in bank/mux" which must be
     # spec'd as "BM:Name" where B is bank (A-F), M is Mux (0-3)