add sdr as fast-bus peripheral
[pinmux.git] / src / spec / i_class.py
1 #!/usr/bin/env python
2
3 from spec.base import PinSpec
4
5 from spec.ifaceprint import display, display_fns, check_functions
6 from spec.ifaceprint import display_fixed
7
8
9 def pinspec():
10 pinbanks = {
11 'A': (28, 4),
12 'B': (18, 4),
13 'C': (24, 1),
14 'D': (92, 1),
15 }
16 fixedpins = {
17 'CTRL_SYS': [
18 'TEST',
19 'JTAG_SEL',
20 'UBOOT_SEL',
21 'NMI#',
22 'RESET#',
23 'CLK24M_IN',
24 'CLK24M_OUT',
25 'PLLTEST',
26 'PLLREGIO',
27 'PLLVP25',
28 'PLLDV',
29 'PLLVREG',
30 'PLLGND',
31 ],
32 'POWER_GPIO': [
33 'VDD_GPIOB',
34 'GND_GPIOB',
35 ]}
36 function_names = {'EINT': 'External Interrupt',
37 'FB': 'MC68k FlexBus',
38 'IIS': 'I2S Audio',
39 'JTAG': 'JTAG (JTAG_SEL=HI/LO)',
40 'LCD': '24-pin RGB/TTL LCD',
41 'RG': 'RGMII Ethernet',
42 'MMC': 'eMMC 1/2/4/8 pin',
43 'PWM': 'PWM (pulse-width modulation)',
44 'SD0': 'SD/MMC 0',
45 'SD1': 'SD/MMC 1',
46 'SD2': 'SD/MMC 2',
47 'MSPI0': 'SPI (Serial Peripheral Interface) Master 0',
48 'MSPI1': 'SPI (Serial Peripheral Interface) Master 1',
49 'MQSPI': 'Quad SPI Master 0',
50 'TWI0': 'I2C 0',
51 'TWI1': 'I2C 1',
52 'TWI2': 'I2C 2',
53 'QUART0': 'UART (TX/RX/CTS/RTS) 0',
54 'QUART1': 'UART (TX/RX/CTS/RTS) 1',
55 'UART0': 'UART (TX/RX) 0',
56 'UART1': 'UART (TX/RX) 1',
57 'UART2': 'UART (TX/RX) 2',
58 'ULPI0': 'ULPI (USB Low Pin-count) 0',
59 'ULPI1': 'ULPI (USB Low Pin-count) 1',
60 'ULPI2': 'ULPI (USB Low Pin-count) 2',
61 }
62
63 ps = PinSpec(pinbanks, fixedpins, function_names,
64 ['lcd', 'jtag', 'fb', 'sdr'])
65
66 # Bank A, 0-27
67 ps.gpio("", ('A', 0), 0, 0, 28)
68 ps.rgbttl("", ('A', 0), 1, limit=22)
69 ps.mspi("0", ('A', 10), 2)
70 ps.mquadspi("", ('A', 4), 2)
71 ps.uart("0", ('A', 16), 2)
72 ps.i2c("1", ('A', 18), 2)
73 ps.pwm("", ('A', 21), 2, 0, 3)
74 ps.sdmmc("0", ('A', 22), 3)
75 ps.eint("", ('A', 0), 3, 0, 4)
76 ps.eint("", ('A', 20), 2, 4, 1)
77 ps.eint("", ('A', 23), 1, 5, 1)
78 ps.sdmmc("1", ('A', 4), 3)
79 ps.jtag("", ('A', 10), 3)
80 ps.uartfull("0", ('A', 14), 3)
81 ps.uartfull("1", ('A', 18), 3)
82 ps.jtag("", ('A', 24), 2)
83 ps.mspi("1", ('A', 24), 1)
84 ps.i2c("0", ('A', 0), 2)
85 ps.uart("1", ('A', 2), 2)
86 ps.uart("2", ('A', 14), 2)
87
88 # see comment in spec.interfaces.PinGen, this is complicated.
89 flexspec = {
90 #'FB_TS': ('FB_ALE', 2), # commented out for now
91 'FB_CS2': ('FB_BWE2', 2),
92 'FB_AD0': ('FB_BWE2', 3),
93 'FB_CS3': ('FB_BWE3', 2),
94 'FB_AD1': ('FB_BWE3', 3),
95 'FB_TBST': ('FB_OE', 2),
96 'FB_TSIZ0': ('FB_BWE0', 2),
97 'FB_TSIZ1': ('FB_BWE1', 2),
98 }
99 ps.gpio("", ('B', 0), 0, 0, 18)
100 ps.flexbus1("", ('B', 0), 1, spec=flexspec)
101
102 ps.flexbus2("", ('C', 0), 0)
103
104 ps.sdram1("", ('D', 0), 0)
105 ps.sdram3("", ('D', 35), 0)
106
107 # Scenarios below can be spec'd out as either "find first interface"
108 # by name/number e.g. SPI1, or as "find in bank/mux" which must be
109 # spec'd as "BM:Name" where B is bank (A-F), M is Mux (0-3)
110 # EINT and PWM are grouped together, specially, but may still be spec'd
111 # using "BM:Name". Pins are removed in-order as listed from
112 # lists (interfaces, EINTs, PWMs) from available pins.
113
114 i_class = ['ULPI0/8', 'ULPI1', 'MMC', 'SD0', 'UART0',
115 'TWI0', 'MSPI0', 'B3:SD1', ]
116 i_class_eint = ['EINT_0', 'EINT_1', 'EINT_2', 'EINT_3', 'EINT_4']
117 i_class_pwm = ['B2:PWM_0']
118 descriptions = {
119 'MMC': 'internal (on Card)',
120 'SD0': 'user-facing: internal (on Card), multiplexed with JTAG\n'
121 'and UART2, for debug purposes',
122 'TWI2': 'I2C.\n',
123 'E2:SD1': '',
124 'MSPI1': '',
125 'UART0': '',
126 'B1:LCD/22': '18-bit RGB/TTL LCD',
127 'ULPI0/8': 'user-facing: internal (on Card), USB-OTG ULPI PHY',
128 'ULPI1': 'dual USB2 Host ULPI PHY'
129 }
130
131 ps.add_scenario("I-Class", i_class, i_class_eint, i_class_pwm,
132 descriptions)
133
134 return ps