This repository has been archived by the owner on Mar 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
PoELLi_PI.net
728 lines (728 loc) · 25.3 KB
/
PoELLi_PI.net
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
(export (version D)
(design
(source C:\Users\Otso\ownCloud\git\kicad\PoELLi-Pi\PoELLi_PI.sch)
(date "3.5.2015 23:37:39")
(tool "Eeschema (2015-02-06 BZR 5410)-product"))
(components
(comp (ref B1)
(value MB110S)
(footprint project_specific:TO-269AA)
(libsource (lib device) (part BRIDGE))
(sheetpath (names /) (tstamps /))
(tstamp 54A92A1C))
(comp (ref B2)
(value MB110S)
(footprint project_specific:TO-269AA)
(libsource (lib device) (part BRIDGE))
(sheetpath (names /) (tstamps /))
(tstamp 54A92A93))
(comp (ref J2)
(value RJSSE-5380)
(footprint project_specific:RJSSE-5380)
(libsource (lib conn) (part RJ45))
(sheetpath (names /) (tstamps /))
(tstamp 54A92AE4))
(comp (ref J1)
(value RJSSE-5080)
(footprint project_specific:RJSSE-5380)
(libsource (lib conn) (part RJ45))
(sheetpath (names /) (tstamps /))
(tstamp 54A92C84))
(comp (ref C1)
(value "10n 100V")
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 54CE35F8))
(comp (ref C2)
(value "10n 100V")
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 54CE366C))
(comp (ref C4)
(value "10n 100V")
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 54CE3693))
(comp (ref C5)
(value "10n 100V")
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 54CE36B2))
(comp (ref R1)
(value 75R)
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 54CE3746))
(comp (ref R2)
(value 75R)
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 54CE3779))
(comp (ref R3)
(value 75R)
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 54CE3796))
(comp (ref R4)
(value 75R)
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 54CE37B5))
(comp (ref C3)
(value "1n 2kV")
(footprint Capacitors_SMD:C_1206_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 54CE3C15))
(comp (ref U1)
(value AG9800)
(footprint project_specific:AG9800)
(libsource (lib PoELLi_PI-cache) (part AG9800))
(sheetpath (names /) (tstamps /))
(tstamp 54CE5E71))
(comp (ref C6)
(value 470u)
(footprint Capacitors_SMD:c_elec_10x10)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 54CE6429))
(comp (ref P1)
(value CONN_02X20)
(footprint Pin_Headers:Pin_Header_Straight_2x20)
(libsource (lib conn) (part CONN_02X20))
(sheetpath (names /) (tstamps /))
(tstamp 54D38363))
(comp (ref D1)
(value SMA58)
(footprint Diodes_SMD:Diode-SMA_Handsoldering)
(libsource (lib device) (part ZENER))
(sheetpath (names /) (tstamps /))
(tstamp 54D4DBD6))
(comp (ref FB3)
(value FILTER)
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part FILTER))
(sheetpath (names /) (tstamps /))
(tstamp 54E5A9E3))
(comp (ref FB7)
(value FILTER)
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part FILTER))
(sheetpath (names /) (tstamps /))
(tstamp 54E5B4CC))
(comp (ref FB1)
(value FILTER)
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part FILTER))
(sheetpath (names /) (tstamps /))
(tstamp 54E5B503))
(comp (ref FB5)
(value FILTER)
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part FILTER))
(sheetpath (names /) (tstamps /))
(tstamp 54E5CA41))
(comp (ref FB8)
(value FILTER)
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part FILTER))
(sheetpath (names /) (tstamps /))
(tstamp 54E5CA4D))
(comp (ref FB2)
(value FILTER)
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part FILTER))
(sheetpath (names /) (tstamps /))
(tstamp 54E5CA53))
(comp (ref C7)
(value "4n7 2kV")
(footprint Capacitors_SMD:C_1812_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 54E5CE32))
(comp (ref C8)
(value "4n7 2kV")
(footprint Capacitors_SMD:C_1812_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 54E5CE87))
(comp (ref C9)
(value "4n7 2kV")
(footprint Capacitors_SMD:C_1812_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 54E5CEFC))
(comp (ref C10)
(value 10n)
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 54E5DC8A))
(comp (ref C11)
(value 10u)
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 54E5DD1F))
(comp (ref F1)
(value FUSE)
(footprint Resistors_SMD:R_0805_HandSoldering)
(libsource (lib device) (part FUSE))
(sheetpath (names /) (tstamps /))
(tstamp 54E5ED3A))
(comp (ref D2)
(value LED)
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 54E60DF0))
(comp (ref R5)
(value 180R)
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 54E60EA2))
(comp (ref R6)
(value "100R 250 mW")
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 54E617AD))
(comp (ref R7)
(value "100R 250 mW")
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 54E6183C))
(comp (ref TR1)
(value 749012011)
(footprint project_specific:WE_749012011)
(libsource (lib transf) (part TRANSFORMER_ETHERNET))
(sheetpath (names /) (tstamps /))
(tstamp 54ED03C1))
(comp (ref P101)
(value CONN_01X01)
(footprint Pin_Headers:Pin_Header_Straight_1x01)
(libsource (lib conn) (part CONN_01X01))
(sheetpath (names /) (tstamps /))
(tstamp 552A72A3))
(comp (ref P102)
(value CONN_01X01)
(footprint Pin_Headers:Pin_Header_Straight_1x01)
(libsource (lib conn) (part CONN_01X01))
(sheetpath (names /) (tstamps /))
(tstamp 552A7806))
(comp (ref LOGO101)
(value OPEN_HARDWARE_1)
(footprint Symbols:Symbol_OSHW-Logo_SilkScreen)
(libsource (lib logo) (part OPEN_HARDWARE_1))
(sheetpath (names /) (tstamps /))
(tstamp 552A902C))
(comp (ref LOGO102)
(value ELL-i)
(footprint logos:ELL-i_large)
(libsource (lib logo) (part OPEN_HARDWARE_1))
(sheetpath (names /) (tstamps /))
(tstamp 552A9156))
(comp (ref FID2)
(value "1, 2 mm")
(footprint project_specific:Fiducial_2mm_dia)
(libsource (lib conn) (part CONN_01X01))
(sheetpath (names /) (tstamps /))
(tstamp 552A91E5))
(comp (ref FID3)
(value "1, 2 mm")
(footprint project_specific:Fiducial_2mm_dia)
(libsource (lib conn) (part CONN_01X01))
(sheetpath (names /) (tstamps /))
(tstamp 552A9220))
(comp (ref FID1)
(value "1, 2 mm")
(footprint project_specific:Fiducial_2mm_dia)
(libsource (lib conn) (part CONN_01X01))
(sheetpath (names /) (tstamps /))
(tstamp 552A9313))
(comp (ref P2)
(value CONN_01X02)
(footprint Pin_Headers:Pin_Header_Straight_1x02)
(libsource (lib conn) (part CONN_01X02))
(sheetpath (names /) (tstamps /))
(tstamp 5546870B))
(comp (ref D3)
(value TVS)
(footprint Diodes_SMD:SOD-323)
(libsource (lib device) (part TVS))
(sheetpath (names /) (tstamps /))
(tstamp 5546920E))
(comp (ref D4)
(value TVS)
(footprint Diodes_SMD:SOD-323)
(libsource (lib device) (part TVS))
(sheetpath (names /) (tstamps /))
(tstamp 55469251))
(comp (ref R8)
(value R)
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 5546978D))
(comp (ref R9)
(value R)
(footprint Resistors_SMD:R_0603_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 554697C8)))
(libparts
(libpart (lib conn) (part CONN_01X01)
(footprints
(fp Pin_Header_Straight_1X01)
(fp Pin_Header_Angled_1X01)
(fp Socket_Strip_Straight_1X01)
(fp Socket_Strip_Angled_1X01))
(fields
(field (name Reference) P)
(field (name Value) CONN_01X01))
(pins
(pin (num 1) (name P1) (type passive))))
(libpart (lib conn) (part CONN_01X02)
(footprints
(fp Pin_Header_Straight_1X02)
(fp Pin_Header_Angled_1X02)
(fp Socket_Strip_Straight_1X02)
(fp Socket_Strip_Angled_1X02))
(fields
(field (name Reference) P)
(field (name Value) CONN_01X02))
(pins
(pin (num 1) (name P1) (type passive))
(pin (num 2) (name P2) (type passive))))
(libpart (lib transf) (part TRANSFORMER_ETHERNET)
(description "Ethernet transformer with center taps")
(fields
(field (name Reference) TR)
(field (name Value) TRANSFORMER_ETHERNET))
(pins
(pin (num 1) (name ~) (type BiDi))
(pin (num 2) (name ~) (type passive))
(pin (num 3) (name ~) (type passive))
(pin (num 4) (name ~) (type passive))
(pin (num 5) (name ~) (type passive))
(pin (num 6) (name ~) (type passive))
(pin (num 7) (name ~) (type passive))
(pin (num 9) (name ~) (type passive))
(pin (num 10) (name ~) (type passive))
(pin (num 11) (name ~) (type passive))
(pin (num 12) (name ~) (type passive))))
(libpart (lib logo) (part OPEN_HARDWARE_1)
(fields
(field (name Reference) LOGO)
(field (name Value) OPEN_HARDWARE_1)))
(libpart (lib PoELLi_PI-cache) (part AG9800)
(fields
(field (name Reference) U)
(field (name Value) AG9800))
(pins
(pin (num 1) (name VOUT+) (type power_out))
(pin (num 2) (name VOUT+) (type power_out))
(pin (num 3) (name VOUT-) (type power_out))
(pin (num 4) (name ADJ) (type input))
(pin (num 5) (name VIN+) (type power_in))
(pin (num 6) (name VIN+) (type power_in))
(pin (num 7) (name VIN-) (type power_in))
(pin (num 8) (name VIN-) (type power_in))))
(libpart (lib conn) (part CONN_02X20)
(footprints
(fp Pin_Header_Straight_2X20)
(fp Pin_Header_Angled_2X20)
(fp Socket_Strip_Straight_2X20)
(fp Socket_Strip_Angled_2X20))
(fields
(field (name Reference) P)
(field (name Value) CONN_02X20))
(pins
(pin (num 1) (name P1) (type passive))
(pin (num 2) (name P2) (type passive))
(pin (num 3) (name P3) (type passive))
(pin (num 4) (name P4) (type passive))
(pin (num 5) (name P5) (type passive))
(pin (num 6) (name P6) (type passive))
(pin (num 7) (name P7) (type passive))
(pin (num 8) (name P8) (type passive))
(pin (num 9) (name P9) (type passive))
(pin (num 10) (name P10) (type passive))
(pin (num 11) (name P11) (type passive))
(pin (num 12) (name P12) (type passive))
(pin (num 13) (name P13) (type passive))
(pin (num 14) (name P14) (type passive))
(pin (num 15) (name P15) (type passive))
(pin (num 16) (name P16) (type passive))
(pin (num 17) (name P17) (type passive))
(pin (num 18) (name P18) (type passive))
(pin (num 19) (name P19) (type passive))
(pin (num 20) (name P20) (type passive))
(pin (num 21) (name P21) (type passive))
(pin (num 22) (name P22) (type passive))
(pin (num 23) (name P23) (type passive))
(pin (num 24) (name P24) (type passive))
(pin (num 25) (name P25) (type passive))
(pin (num 26) (name P26) (type passive))
(pin (num 27) (name P27) (type passive))
(pin (num 28) (name P28) (type passive))
(pin (num 29) (name P29) (type passive))
(pin (num 30) (name P30) (type passive))
(pin (num 31) (name P31) (type passive))
(pin (num 32) (name P32) (type passive))
(pin (num 33) (name P33) (type passive))
(pin (num 34) (name P34) (type passive))
(pin (num 35) (name P35) (type passive))
(pin (num 36) (name P36) (type passive))
(pin (num 37) (name P37) (type passive))
(pin (num 38) (name P38) (type passive))
(pin (num 39) (name P39) (type passive))
(pin (num 40) (name P40) (type passive))))
(libpart (lib conn) (part RJ45)
(fields
(field (name Reference) J)
(field (name Value) RJ45))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))
(pin (num 3) (name ~) (type passive))
(pin (num 4) (name ~) (type passive))
(pin (num 5) (name ~) (type passive))
(pin (num 6) (name ~) (type passive))
(pin (num 7) (name ~) (type passive))
(pin (num 8) (name ~) (type passive))
(pin (num 9) (name SHIELD) (type passive))))
(libpart (lib device) (part BRIDGE)
(description "Pont de Diodes")
(fields
(field (name Reference) D)
(field (name Value) BRIDGE))
(pins
(pin (num 1) (name -) (type input))
(pin (num 2) (name ~) (type input))
(pin (num 3) (name +) (type input))
(pin (num 4) (name ~) (type input))))
(libpart (lib device) (part C)
(description "Condensateur non polarise")
(footprints
(fp SM*)
(fp C?)
(fp C1-1))
(fields
(field (name Reference) C)
(field (name Value) C))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib device) (part FILTER)
(description "Filtre EMI")
(fields
(field (name Reference) FB)
(field (name Value) FILTER))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib device) (part FUSE)
(fields
(field (name Reference) F)
(field (name Value) FUSE))
(pins
(pin (num 1) (name ~) (type input))
(pin (num 2) (name ~) (type input))))
(libpart (lib device) (part LED)
(footprints
(fp LED-3MM)
(fp LED-5MM)
(fp LED-10MM)
(fp LED-0603)
(fp LED-0805)
(fp LED-1206)
(fp LEDV))
(fields
(field (name Reference) D)
(field (name Value) LED))
(pins
(pin (num 1) (name A) (type passive))
(pin (num 2) (name K) (type passive))))
(libpart (lib device) (part R)
(description Resistance)
(footprints
(fp R?)
(fp SM0603)
(fp SM0805)
(fp R?-*)
(fp SM1206))
(fields
(field (name Reference) R)
(field (name Value) R))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib device) (part TVS)
(description "Transient voltage suppressor diode (bi-directional)")
(fields
(field (name Reference) D)
(field (name Value) TVS))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib device) (part ZENER)
(description "Diode zener")
(footprints
(fp D?)
(fp SO*)
(fp SM*))
(fields
(field (name Reference) D)
(field (name Value) ZENER))
(pins
(pin (num 1) (name A) (type passive))
(pin (num 2) (name K) (type passive)))))
(libraries
(library (logical conn)
(uri C:\Users\Otso\ownCloud\git\kicad\kicad-library\library\conn.lib))
(library (logical device)
(uri C:\Users\Otso\ownCloud\git\kicad\kicad-library\library\device.lib))
(library (logical logo)
(uri C:\Users\Otso\ownCloud\git\kicad\kicad-library\library\logo.lib))
(library (logical PoELLi_PI-cache)
(uri C:\Users\Otso\ownCloud\git\kicad\PoELLi-Pi\PoELLi_PI-cache.lib))
(library (logical transf)
(uri C:\Users\Otso\ownCloud\git\kicad\kicad-library\library\transf.lib)))
(nets
(net (code 1) (name "Net-(C7-Pad2)")
(node (ref C8) (pin 2))
(node (ref C9) (pin 2))
(node (ref C7) (pin 2)))
(net (code 2) (name "Net-(D2-Pad1)")
(node (ref D2) (pin 1))
(node (ref R5) (pin 2)))
(net (code 3) (name /AG_OUT_+)
(node (ref F1) (pin 1))
(node (ref P2) (pin 1))
(node (ref R5) (pin 1))
(node (ref R7) (pin 1))
(node (ref C6) (pin 1))
(node (ref U1) (pin 2))
(node (ref U1) (pin 1))
(node (ref C11) (pin 1))
(node (ref R6) (pin 1))
(node (ref C10) (pin 1)))
(net (code 4) (name GND)
(node (ref U1) (pin 3))
(node (ref C9) (pin 1))
(node (ref R9) (pin 2))
(node (ref P1) (pin 39))
(node (ref P1) (pin 25))
(node (ref P2) (pin 2))
(node (ref P1) (pin 34))
(node (ref P1) (pin 14))
(node (ref R6) (pin 2))
(node (ref C10) (pin 2))
(node (ref C6) (pin 2))
(node (ref C11) (pin 2))
(node (ref R7) (pin 2))
(node (ref P1) (pin 20))
(node (ref P1) (pin 30))
(node (ref D2) (pin 2))
(node (ref P1) (pin 6))
(node (ref P1) (pin 9)))
(net (code 5) (name GNDD)
(node (ref FB2) (pin 1))
(node (ref B1) (pin 1))
(node (ref B2) (pin 1)))
(net (code 6) (name /VIN)
(node (ref FB1) (pin 1))
(node (ref B2) (pin 3))
(node (ref B1) (pin 3)))
(net (code 7) (name "Net-(FB5-Pad2)")
(node (ref FB5) (pin 2))
(node (ref FB8) (pin 1)))
(net (code 8) (name "Net-(FB2-Pad2)")
(node (ref FB2) (pin 2))
(node (ref FB5) (pin 1)))
(net (code 9) (name "Net-(FB3-Pad2)")
(node (ref FB7) (pin 1))
(node (ref FB3) (pin 2)))
(net (code 10) (name "Net-(FB1-Pad2)")
(node (ref FB1) (pin 2))
(node (ref FB3) (pin 1)))
(net (code 11) (name "Net-(FID1-Pad1)")
(node (ref FID1) (pin 1)))
(net (code 12) (name /ADJ)
(node (ref U1) (pin 4))
(node (ref R8) (pin 2))
(node (ref R9) (pin 1)))
(net (code 13) (name "Net-(FID3-Pad1)")
(node (ref FID3) (pin 1)))
(net (code 14) (name "Net-(FID2-Pad1)")
(node (ref FID2) (pin 1)))
(net (code 15) (name /AG_IN_+)
(node (ref D1) (pin 2))
(node (ref FB7) (pin 2))
(node (ref C7) (pin 1))
(node (ref U1) (pin 6))
(node (ref U1) (pin 5))
(node (ref P101) (pin 1)))
(net (code 16) (name /AG_OUT+)
(node (ref R8) (pin 1)))
(net (code 18) (name "Net-(TR1-Pad11)")
(node (ref TR1) (pin 11)))
(net (code 19) (name "Net-(J1-Pad4)")
(node (ref J1) (pin 4)))
(net (code 20) (name "Net-(J1-Pad5)")
(node (ref J1) (pin 5)))
(net (code 21) (name "Net-(J1-Pad7)")
(node (ref J1) (pin 7)))
(net (code 22) (name "Net-(J1-Pad8)")
(node (ref J1) (pin 8)))
(net (code 23) (name "Net-(J1-Pad9)")
(node (ref J1) (pin 9)))
(net (code 24) (name GNDA)
(node (ref J2) (pin 9))
(node (ref C3) (pin 2)))
(net (code 25) (name /RD-)
(node (ref TR1) (pin 12))
(node (ref J1) (pin 6))
(node (ref D3) (pin 1)))
(net (code 26) (name /TX+)
(node (ref TR1) (pin 6))
(node (ref J2) (pin 1)))
(net (code 27) (name /RX+)
(node (ref J2) (pin 3))
(node (ref TR1) (pin 3)))
(net (code 28) (name /RX-)
(node (ref J2) (pin 6))
(node (ref TR1) (pin 1)))
(net (code 29) (name "Net-(P1-Pad3)")
(node (ref P1) (pin 3)))
(net (code 30) (name +5V)
(node (ref F1) (pin 2))
(node (ref P1) (pin 2))
(node (ref P1) (pin 4)))
(net (code 31) (name "Net-(P1-Pad1)")
(node (ref P1) (pin 1)))
(net (code 32) (name /AG_IN_-)
(node (ref D1) (pin 1))
(node (ref FB8) (pin 2))
(node (ref C8) (pin 1))
(node (ref P102) (pin 1))
(node (ref U1) (pin 7))
(node (ref U1) (pin 8)))
(net (code 33) (name "Net-(P1-Pad5)")
(node (ref P1) (pin 5)))
(net (code 34) (name /POE_B-)
(node (ref C1) (pin 1))
(node (ref J2) (pin 4))
(node (ref J2) (pin 5))
(node (ref B2) (pin 4)))
(net (code 35) (name /POE_B+)
(node (ref C2) (pin 1))
(node (ref J2) (pin 8))
(node (ref J2) (pin 7))
(node (ref B2) (pin 2)))
(net (code 36) (name /POE_A-)
(node (ref TR1) (pin 2))
(node (ref B1) (pin 4))
(node (ref C4) (pin 1)))
(net (code 37) (name /POE_A+)
(node (ref TR1) (pin 5))
(node (ref B1) (pin 2))
(node (ref C5) (pin 1)))
(net (code 38) (name "Net-(P1-Pad12)")
(node (ref P1) (pin 12)))
(net (code 39) (name "Net-(P1-Pad16)")
(node (ref P1) (pin 16)))
(net (code 40) (name "Net-(P1-Pad35)")
(node (ref P1) (pin 35)))
(net (code 41) (name "Net-(P1-Pad15)")
(node (ref P1) (pin 15)))
(net (code 42) (name "Net-(P1-Pad24)")
(node (ref P1) (pin 24)))
(net (code 43) (name "Net-(P1-Pad33)")
(node (ref P1) (pin 33)))
(net (code 44) (name "Net-(P1-Pad23)")
(node (ref P1) (pin 23)))
(net (code 45) (name "Net-(P1-Pad13)")
(node (ref P1) (pin 13)))
(net (code 46) (name "Net-(P1-Pad32)")
(node (ref P1) (pin 32)))
(net (code 47) (name "Net-(P1-Pad22)")
(node (ref P1) (pin 22)))
(net (code 48) (name "Net-(P1-Pad31)")
(node (ref P1) (pin 31)))
(net (code 49) (name "Net-(P1-Pad21)")
(node (ref P1) (pin 21)))
(net (code 50) (name "Net-(P1-Pad11)")
(node (ref P1) (pin 11)))
(net (code 51) (name "Net-(P1-Pad40)")
(node (ref P1) (pin 40)))
(net (code 52) (name "Net-(P1-Pad10)")
(node (ref P1) (pin 10)))
(net (code 53) (name "Net-(P1-Pad8)")
(node (ref P1) (pin 8)))
(net (code 54) (name "Net-(P1-Pad7)")
(node (ref P1) (pin 7)))
(net (code 55) (name /RD+)
(node (ref D3) (pin 2))
(node (ref TR1) (pin 10))
(node (ref J1) (pin 3)))
(net (code 56) (name /TD-)
(node (ref J1) (pin 2))
(node (ref D4) (pin 1))
(node (ref TR1) (pin 9)))
(net (code 57) (name /TD+)
(node (ref D4) (pin 2))
(node (ref J1) (pin 1))
(node (ref TR1) (pin 7)))
(net (code 58) (name /TX-)
(node (ref J2) (pin 2))
(node (ref TR1) (pin 4)))
(net (code 59) (name "Net-(C3-Pad1)")
(node (ref C3) (pin 1))
(node (ref R4) (pin 2))
(node (ref R2) (pin 2))
(node (ref R3) (pin 2))
(node (ref R1) (pin 2)))
(net (code 60) (name "Net-(P1-Pad26)")
(node (ref P1) (pin 26)))
(net (code 61) (name "Net-(C5-Pad2)")
(node (ref C5) (pin 2))
(node (ref R4) (pin 1)))
(net (code 62) (name "Net-(C4-Pad2)")
(node (ref C4) (pin 2))
(node (ref R3) (pin 1)))
(net (code 63) (name "Net-(C2-Pad2)")
(node (ref R2) (pin 1))
(node (ref C2) (pin 2)))
(net (code 64) (name "Net-(C1-Pad2)")
(node (ref R1) (pin 1))
(node (ref C1) (pin 2)))
(net (code 65) (name "Net-(P1-Pad29)")
(node (ref P1) (pin 29)))
(net (code 66) (name "Net-(P1-Pad19)")
(node (ref P1) (pin 19)))
(net (code 67) (name "Net-(P1-Pad38)")
(node (ref P1) (pin 38)))
(net (code 68) (name "Net-(P1-Pad28)")
(node (ref P1) (pin 28)))
(net (code 69) (name "Net-(P1-Pad18)")
(node (ref P1) (pin 18)))
(net (code 70) (name "Net-(P1-Pad37)")
(node (ref P1) (pin 37)))
(net (code 71) (name "Net-(P1-Pad27)")
(node (ref P1) (pin 27)))
(net (code 72) (name "Net-(P1-Pad17)")
(node (ref P1) (pin 17)))
(net (code 73) (name "Net-(P1-Pad36)")
(node (ref P1) (pin 36)))))