FreeCalypso > hg > freecalypso-schem2
comparison venus/src/primitives @ 31:d0b6c4915397
Venus MCL: use new ipc-diode.pinout, add SS34 for charging
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 21 Nov 2021 08:58:43 +0000 |
parents | 250fd753c0c5 |
children | 1d2b57d4f1c9 |
comparison
equal
deleted
inserted
replaced
30:74a89c0a6466 | 31:d0b6c4915397 |
---|---|
42 x541_common mapped_pins (Vcc, GND, nOE1, nOE2); | 42 x541_common mapped_pins (Vcc, GND, nOE1, nOE2); |
43 | 43 |
44 /* crystal oscillator components */ | 44 /* crystal oscillator components */ |
45 xtal_2pin_pkg numpins 2; | 45 xtal_2pin_pkg numpins 2; |
46 xtal_4pin_pkg numpins 4; | 46 xtal_4pin_pkg numpins 4; |
47 varactor_diode mapped_pins (Anode, Cathode); | 47 varactor_diode mapped_pins (A, C); |
48 | 48 |
49 /* | 49 /* |
50 * The reference design we are copying calls for a couple of RF chip | 50 * The reference design we are copying calls for a couple of RF chip |
51 * attenuators. They are symmetrical in that pins 1 and 2 are equally | 51 * attenuators. They are symmetrical in that pins 1 and 2 are equally |
52 * suitable as either the input or the output, but the package shape is | 52 * suitable as either the input or the output, but the package shape is |
67 pkg_TRRS_jack numpins 6; | 67 pkg_TRRS_jack numpins 6; |
68 conn_miniUSB_plus4 numpins 9; | 68 conn_miniUSB_plus4 numpins 9; |
69 | 69 |
70 /* misc peripherals */ | 70 /* misc peripherals */ |
71 pkg_SIM_socket numpins 8; | 71 pkg_SIM_socket numpins 8; |
72 basic_LED mapped_pins (Anode, Cathode); | 72 basic_LED mapped_pins (A, C); |
73 misc_diode mapped_pins (A, C); | |
73 switch_2pin numpins 2; | 74 switch_2pin numpins 2; |