This repository was archived by the owner on Nov 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusb.kicad_sch
943 lines (922 loc) · 32.2 KB
/
usb.kicad_sch
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
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
(kicad_sch (version 20230121) (generator eeschema)
(uuid 82778e52-75d4-4450-b8b0-a5285c7fcac0)
(paper "A4")
(lib_symbols
(symbol "Connector:USB_A" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
(property "Reference" "J" (at -5.08 11.43 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "USB_A" (at -5.08 8.89 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (at 3.81 -1.27 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" " ~" (at 3.81 -1.27 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "connector USB" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "USB Type A connector" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "USB*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "USB_A_0_1"
(rectangle (start -5.08 -7.62) (end 5.08 7.62)
(stroke (width 0.254) (type default))
(fill (type background))
)
(circle (center -3.81 2.159) (radius 0.635)
(stroke (width 0.254) (type default))
(fill (type outline))
)
(rectangle (start -1.524 4.826) (end -4.318 5.334)
(stroke (width 0) (type default))
(fill (type outline))
)
(rectangle (start -1.27 4.572) (end -4.572 5.842)
(stroke (width 0) (type default))
(fill (type none))
)
(circle (center -0.635 3.429) (radius 0.381)
(stroke (width 0.254) (type default))
(fill (type outline))
)
(rectangle (start -0.127 -7.62) (end 0.127 -6.858)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy -3.175 2.159)
(xy -2.54 2.159)
(xy -1.27 3.429)
(xy -0.635 3.429)
)
(stroke (width 0.254) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.54 2.159)
(xy -1.905 2.159)
(xy -1.27 0.889)
(xy 0 0.889)
)
(stroke (width 0.254) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0.635 2.794)
(xy 0.635 1.524)
(xy 1.905 2.159)
(xy 0.635 2.794)
)
(stroke (width 0.254) (type default))
(fill (type outline))
)
(rectangle (start 0.254 1.27) (end -0.508 0.508)
(stroke (width 0.254) (type default))
(fill (type outline))
)
(rectangle (start 5.08 -2.667) (end 4.318 -2.413)
(stroke (width 0) (type default))
(fill (type none))
)
(rectangle (start 5.08 -0.127) (end 4.318 0.127)
(stroke (width 0) (type default))
(fill (type none))
)
(rectangle (start 5.08 4.953) (end 4.318 5.207)
(stroke (width 0) (type default))
(fill (type none))
)
)
(symbol "USB_A_1_1"
(polyline
(pts
(xy -1.905 2.159)
(xy 0.635 2.159)
)
(stroke (width 0.254) (type default))
(fill (type none))
)
(pin power_in line (at 7.62 5.08 180) (length 2.54)
(name "VBUS" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 7.62 -2.54 180) (length 2.54)
(name "D-" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 7.62 0 180) (length 2.54)
(name "D+" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 -10.16 90) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -2.54 -10.16 90) (length 2.54)
(name "Shield" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
(property "Reference" "C" (at 0.635 2.54 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "C" (at 0.635 -2.54 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (at 0.9652 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "cap capacitor" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Unpolarized capacitor" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "C_*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "C_0_1"
(polyline
(pts
(xy -2.032 -0.762)
(xy 2.032 -0.762)
)
(stroke (width 0.508) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.032 0.762)
(xy 2.032 0.762)
)
(stroke (width 0.508) (type default))
(fill (type none))
)
)
(symbol "C_1_1"
(pin passive line (at 0 3.81 270) (length 2.794)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -3.81 90) (length 2.794)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:C_Polarized" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
(property "Reference" "C" (at 0.635 2.54 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "C_Polarized" (at 0.635 -2.54 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (at 0.9652 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "cap capacitor" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Polarized capacitor" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "CP_*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "C_Polarized_0_1"
(rectangle (start -2.286 0.508) (end 2.286 1.016)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy -1.778 2.286)
(xy -0.762 2.286)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy -1.27 2.794)
(xy -1.27 1.778)
)
(stroke (width 0) (type default))
(fill (type none))
)
(rectangle (start 2.286 -0.508) (end -2.286 -1.016)
(stroke (width 0) (type default))
(fill (type outline))
)
)
(symbol "C_Polarized_1_1"
(pin passive line (at 0 3.81 270) (length 2.794)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -3.81 90) (length 2.794)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Power_Management:TPS2042D" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
(property "Reference" "U" (at 0 10.795 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "TPS2042D" (at 0 8.89 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 0 12.7 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "http://www.ti.com/lit/ds/symlink/tps2042.pdf" (at -1.27 7.62 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "2-chanel power-distribution USB" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Dual power-distribution switcher" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "SOIC*3.9x4.9mm*1.27mm*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "TPS2042D_0_1"
(rectangle (start -7.62 7.62) (end 7.62 -10.16)
(stroke (width 0.254) (type default))
(fill (type background))
)
)
(symbol "TPS2042D_1_1"
(pin power_in line (at 0 -15.24 90) (length 5.08)
(name "GND" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 12.7 5.08 180) (length 5.08)
(name "IN1" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -5.08 0) (length 5.08)
(name "~{EN1}" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -7.62 0) (length 5.08)
(name "~{EN2}" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin open_collector line (at -12.7 2.54 0) (length 5.08)
(name "~{OC2}" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin power_out line (at 12.7 -2.54 180) (length 5.08)
(name "OUT2" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin power_out line (at 12.7 0 180) (length 5.08)
(name "OUT1" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin open_collector line (at -12.7 5.08 0) (length 5.08)
(name "~{OC1}" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (at 0 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+5V" (at 0 3.556 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "global power" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "+5V_0_1"
(polyline
(pts
(xy -0.762 1.27)
(xy 0 2.54)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0 0)
(xy 0 2.54)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0 2.54)
(xy 0.762 1.27)
)
(stroke (width 0) (type default))
(fill (type none))
)
)
(symbol "+5V_1_1"
(pin power_in line (at 0 0 90) (length 0) hide
(name "+5V" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (at 0 -6.35 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 0 -3.81 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "global power" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "GND_0_1"
(polyline
(pts
(xy 0 0)
(xy 0 -1.27)
(xy 1.27 -1.27)
(xy 0 -2.54)
(xy -1.27 -1.27)
(xy 0 -1.27)
)
(stroke (width 0) (type default))
(fill (type none))
)
)
(symbol "GND_1_1"
(pin power_in line (at 0 0 270) (length 0) hide
(name "GND" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
)
(junction (at 66.04 43.18) (diameter 0) (color 0 0 0 0)
(uuid 0257a0be-c137-4a74-a0e6-0a41ca3524e4)
)
(junction (at 24.13 50.8) (diameter 0) (color 0 0 0 0)
(uuid 1f984c10-e0a1-499c-a38c-4c1f8c72f451)
)
(junction (at 76.2 45.72) (diameter 0) (color 0 0 0 0)
(uuid 4107c334-f8b9-447e-9c0c-3b6e7b76cd95)
)
(junction (at 123.19 41.91) (diameter 0) (color 0 0 0 0)
(uuid 98cb782e-d15e-4afb-a121-6807ca7331a6)
)
(junction (at 71.12 60.96) (diameter 0) (color 0 0 0 0)
(uuid bfa3c2e2-9c82-40ad-88d2-1eff055855f5)
)
(junction (at 124.46 74.93) (diameter 0) (color 0 0 0 0)
(uuid cce8478f-6c32-4fa6-a43e-c70fb73a75d9)
)
(junction (at 57.15 38.1) (diameter 0) (color 0 0 0 0)
(uuid fef3f630-7d03-45b2-9f88-e0be1c72ea36)
)
(no_connect (at 27.94 40.64) (uuid 0ad537cc-ab9c-438d-8741-547ad9b4f13f))
(no_connect (at 27.94 38.1) (uuid c156f3c7-84d2-4f42-b559-6a95989e5565))
(wire (pts (xy 86.36 43.18) (xy 86.36 25.4))
(stroke (width 0) (type default))
(uuid 0f4e773b-13bc-4624-9891-4d6513f2795e)
)
(wire (pts (xy 76.2 60.96) (xy 76.2 59.69))
(stroke (width 0) (type default))
(uuid 177ed9b6-c276-44fd-828d-55b07b92a9ae)
)
(wire (pts (xy 124.46 41.91) (xy 123.19 41.91))
(stroke (width 0) (type default))
(uuid 188ab6be-c5f9-485d-89cf-ef3dc58553c0)
)
(wire (pts (xy 53.34 45.72) (xy 76.2 45.72))
(stroke (width 0) (type default))
(uuid 221dea1b-a44a-49f0-a490-615f4307a065)
)
(wire (pts (xy 86.36 25.4) (xy 114.3 25.4))
(stroke (width 0) (type default))
(uuid 2f682d3d-936f-4edc-94b0-0b3d198818d7)
)
(wire (pts (xy 24.13 50.8) (xy 27.94 50.8))
(stroke (width 0) (type default))
(uuid 2f7925ef-4cfb-4515-8fe9-10841562f0f5)
)
(wire (pts (xy 125.73 74.93) (xy 125.73 73.66))
(stroke (width 0) (type default))
(uuid 304f44c3-d545-47b5-80b5-e55752aaac0f)
)
(wire (pts (xy 66.04 43.18) (xy 66.04 52.07))
(stroke (width 0) (type default))
(uuid 367d9a9a-f104-4200-9b4b-3a52ecfe653f)
)
(wire (pts (xy 123.19 74.93) (xy 123.19 73.66))
(stroke (width 0) (type default))
(uuid 4eb195dc-8fd1-4d50-a0b9-cdd8763d7337)
)
(wire (pts (xy 53.34 43.18) (xy 66.04 43.18))
(stroke (width 0) (type default))
(uuid 646cc143-49a5-4582-91ce-537928117c5c)
)
(wire (pts (xy 66.04 43.18) (xy 86.36 43.18))
(stroke (width 0) (type default))
(uuid 758a9b17-5a8f-4b81-ba59-64f3e1ac8615)
)
(wire (pts (xy 86.36 58.42) (xy 115.57 58.42))
(stroke (width 0) (type default))
(uuid 7f0341db-b07e-4dd8-8091-d5ee821b32d6)
)
(wire (pts (xy 66.04 60.96) (xy 66.04 59.69))
(stroke (width 0) (type default))
(uuid 819ce70f-78fe-4dd1-a2f6-840aba889068)
)
(wire (pts (xy 71.12 60.96) (xy 71.12 63.5))
(stroke (width 0) (type default))
(uuid 8c3640b7-d8af-4b45-b7d3-e05089b49ed7)
)
(wire (pts (xy 124.46 74.93) (xy 125.73 74.93))
(stroke (width 0) (type default))
(uuid 8c4be228-dd93-4593-8bc1-ec0908202894)
)
(wire (pts (xy 57.15 36.83) (xy 57.15 38.1))
(stroke (width 0) (type default))
(uuid 9285f723-14b7-4206-8d8a-0c80ae47b32a)
)
(wire (pts (xy 124.46 74.93) (xy 123.19 74.93))
(stroke (width 0) (type default))
(uuid 970df996-eab0-4667-88a6-77df7c8e8840)
)
(wire (pts (xy 57.15 60.96) (xy 57.15 59.69))
(stroke (width 0) (type default))
(uuid a376ab0e-5ea8-4d92-9bc7-e6c1bfe2c0f3)
)
(wire (pts (xy 76.2 60.96) (xy 71.12 60.96))
(stroke (width 0) (type default))
(uuid a56b7888-e0f6-48a3-b275-f9503a2f19ac)
)
(wire (pts (xy 86.36 45.72) (xy 86.36 58.42))
(stroke (width 0) (type default))
(uuid a9186337-5453-4edb-b70f-b07b09217f43)
)
(wire (pts (xy 24.13 50.8) (xy 24.13 53.34))
(stroke (width 0) (type default))
(uuid ab14fbbd-bb9c-4700-a857-7c656ee3967f)
)
(wire (pts (xy 27.94 48.26) (xy 24.13 48.26))
(stroke (width 0) (type default))
(uuid b2a67766-d6e6-4e6d-9eb5-ab5a35026fcc)
)
(wire (pts (xy 24.13 48.26) (xy 24.13 50.8))
(stroke (width 0) (type default))
(uuid c0c8d029-2407-4cf5-a2ac-bb93f4f7772e)
)
(wire (pts (xy 124.46 40.64) (xy 124.46 41.91))
(stroke (width 0) (type default))
(uuid c9aeda85-4ef9-4191-9099-fa0ff0253e0b)
)
(wire (pts (xy 76.2 45.72) (xy 76.2 52.07))
(stroke (width 0) (type default))
(uuid cea2b75c-be58-43ee-8010-9f257a42449d)
)
(wire (pts (xy 76.2 45.72) (xy 86.36 45.72))
(stroke (width 0) (type default))
(uuid d3c5c7ae-2b93-4f3c-b730-d0d069058e3e)
)
(wire (pts (xy 53.34 38.1) (xy 57.15 38.1))
(stroke (width 0) (type default))
(uuid d5738958-2ee3-4385-9d94-11abd84be6c6)
)
(wire (pts (xy 121.92 41.91) (xy 121.92 40.64))
(stroke (width 0) (type default))
(uuid d5c644e5-622a-4dff-a8d8-45f71c4f6f0a)
)
(wire (pts (xy 123.19 41.91) (xy 121.92 41.91))
(stroke (width 0) (type default))
(uuid d5fe0bc9-856c-447a-80e0-2e78eb3a2610)
)
(wire (pts (xy 71.12 60.96) (xy 66.04 60.96))
(stroke (width 0) (type default))
(uuid e028c577-2739-4940-a209-157a3c35cfbf)
)
(wire (pts (xy 57.15 38.1) (xy 57.15 52.07))
(stroke (width 0) (type default))
(uuid ea244000-810f-4b0b-a4d8-25b9ba705f16)
)
(text_box "USB2 from MPU"
(at 100.33 48.26 0) (size 29.21 31.75)
(stroke (width 0) (type default))
(fill (type none))
(effects (font (size 1.27 1.27)) (justify left top))
(uuid 2d253079-85ab-4179-aac0-0adb37ab8d1a)
)
(text_box "USB1 from MPU"
(at 100.33 15.24 0) (size 29.21 31.75)
(stroke (width 0) (type default))
(fill (type none))
(effects (font (size 1.27 1.27)) (justify left top))
(uuid d9570bba-f248-475f-b1ab-241ab9b37093)
)
(text_box "USB"
(at 13.97 13.97 0) (size 116.84 67.31)
(stroke (width 0) (type default))
(fill (type none))
(effects (font (size 1.27 1.27)) (justify left top))
(uuid d97ef275-06df-4bbe-aa14-fb841742c02e)
)
(global_label "USB2_P" (shape input) (at 115.57 63.5 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 14f33092-0af0-4acd-9d0f-5b06e9dbf2c2)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 105.4071 63.5 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "USB1_N" (shape input) (at 114.3 33.02 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid a1e3ca76-2bf6-4c6b-95d4-fe391c060e99)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 104.0766 33.02 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "USB2_N" (shape input) (at 115.57 66.04 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid dc216c6b-1504-454a-b26e-4463b29ce63d)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 105.3466 66.04 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "USB1_P" (shape input) (at 114.3 30.48 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid ed05b2b1-5158-4719-ba74-181c5d3bd7e3)
(property "Intersheetrefs" "${INTERSHEET_REFS}" (at 104.1371 30.48 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(symbol (lib_id "power:GND") (at 24.13 53.34 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid 1f671a17-68dc-4416-a0f0-1ce01ecdb7e7)
(property "Reference" "#PWR041" (at 24.13 59.69 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 24.13 58.42 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 24.13 53.34 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 24.13 53.34 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 4f80afc2-353c-4f6d-88df-516dbbb910d7))
(instances
(project "STM32MP151_Dev_Board"
(path "/434a304f-6a56-491d-86d4-b8784388a901/d27f65df-c2bd-4bb3-b981-8f0bdf2774ef"
(reference "#PWR041") (unit 1)
)
)
)
)
(symbol (lib_id "Device:C_Polarized") (at 76.2 55.88 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid 208dc637-18ce-44d5-b43c-4a9091383dd9)
(property "Reference" "C3" (at 77.47 53.34 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "10uF" (at 77.47 58.42 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:CP_Elec_5x5.3" (at 77.1652 59.69 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 76.2 55.88 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid e9088f4a-1c01-492c-bd08-f8999cb940ad))
(pin "2" (uuid 91174acd-3115-4ffb-be86-85d4058f9d40))
(instances
(project "STM32MP151_Dev_Board"
(path "/434a304f-6a56-491d-86d4-b8784388a901/d27f65df-c2bd-4bb3-b981-8f0bdf2774ef"
(reference "C3") (unit 1)
)
)
)
)
(symbol (lib_id "Connector:USB_A") (at 123.19 63.5 0) (mirror y) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid 2749e835-096a-44bb-9fe9-ec39af5d27a0)
(property "Reference" "J13" (at 123.19 52.07 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "USB_2" (at 123.19 54.61 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Connector_USB:USB_A_Molex_67643_Horizontal" (at 119.38 64.77 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" " ~" (at 119.38 64.77 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 91c92f04-dc52-45e3-b250-427accbbee00))
(pin "2" (uuid 527b9fd6-b808-4a18-95bd-86ade15a33e3))
(pin "3" (uuid 2c4710f2-0193-4cf1-9bbd-0a105b123d15))
(pin "4" (uuid 902302ca-32f6-426d-a07b-b0eca033d2bf))
(pin "5" (uuid 918ac3b0-c0ac-442b-9600-0cac354b42ca))
(instances
(project "STM32MP151_Dev_Board"
(path "/434a304f-6a56-491d-86d4-b8784388a901/d27f65df-c2bd-4bb3-b981-8f0bdf2774ef"
(reference "J13") (unit 1)
)
)
)
)
(symbol (lib_id "power:GND") (at 57.15 60.96 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid 37297fa5-cab1-4719-b114-f701853dd372)
(property "Reference" "#PWR042" (at 57.15 67.31 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 57.15 66.04 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 57.15 60.96 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 57.15 60.96 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 0d0a63c8-3e77-4855-bbe3-8804506aaeef))
(instances
(project "STM32MP151_Dev_Board"
(path "/434a304f-6a56-491d-86d4-b8784388a901/d27f65df-c2bd-4bb3-b981-8f0bdf2774ef"
(reference "#PWR042") (unit 1)
)
)
)
)
(symbol (lib_id "Connector:USB_A") (at 121.92 30.48 0) (mirror y) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid 4c02a98e-748a-4662-ad99-68bebf6a46db)
(property "Reference" "J8" (at 121.92 19.05 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "USB_1" (at 121.92 21.59 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Connector_USB:USB_A_Molex_67643_Horizontal" (at 118.11 31.75 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" " ~" (at 118.11 31.75 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid ec993dcf-61ea-4c6d-a138-38995827cec6))
(pin "2" (uuid 9b0aa567-55b5-4582-9fb7-4382dea20cbd))
(pin "3" (uuid 79580614-0add-4315-b10e-80686ad8d2b9))
(pin "4" (uuid ee5890e8-6bfe-4b5b-8484-37b52eaaba49))
(pin "5" (uuid 4ee7f1fc-a651-424f-9ecf-a206a332c60b))
(instances
(project "STM32MP151_Dev_Board"
(path "/434a304f-6a56-491d-86d4-b8784388a901/d27f65df-c2bd-4bb3-b981-8f0bdf2774ef"
(reference "J8") (unit 1)
)
)
)
)
(symbol (lib_id "power:GND") (at 124.46 74.93 0) (mirror y) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid 5bbfd41b-9962-4ac1-b041-e7acc0d54ad0)
(property "Reference" "#PWR0103" (at 124.46 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 124.46 78.74 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 124.46 74.93 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 124.46 74.93 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 9e956d5e-56eb-4179-be54-173dd48be514))
(instances
(project "STM32MP151_Dev_Board"
(path "/434a304f-6a56-491d-86d4-b8784388a901/d27f65df-c2bd-4bb3-b981-8f0bdf2774ef"
(reference "#PWR0103") (unit 1)
)
)
)
)
(symbol (lib_id "power:GND") (at 40.64 58.42 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid 6aed6985-b75a-4cc4-af5a-088e46c400a3)
(property "Reference" "#PWR040" (at 40.64 64.77 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 40.64 63.5 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 40.64 58.42 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 40.64 58.42 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid cd21e977-82ae-45cc-8895-871829756155))
(instances
(project "STM32MP151_Dev_Board"
(path "/434a304f-6a56-491d-86d4-b8784388a901/d27f65df-c2bd-4bb3-b981-8f0bdf2774ef"
(reference "#PWR040") (unit 1)
)
)
)
)
(symbol (lib_id "Device:C_Polarized") (at 66.04 55.88 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid 8440b59d-2aca-47bc-8450-0fd49840f89f)
(property "Reference" "C2" (at 67.31 53.34 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "10uF" (at 67.31 58.42 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:CP_Elec_5x5.3" (at 67.0052 59.69 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 66.04 55.88 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 8dfba80c-d7b7-4ef4-a5b0-747b1c8abefd))
(pin "2" (uuid 18fb9bf0-41a0-4ef8-85de-aca75e0937a4))
(instances
(project "STM32MP151_Dev_Board"
(path "/434a304f-6a56-491d-86d4-b8784388a901/d27f65df-c2bd-4bb3-b981-8f0bdf2774ef"
(reference "C2") (unit 1)
)
)
)
)
(symbol (lib_id "Device:C") (at 57.15 55.88 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid 8d38fe9c-ce0a-4b1a-ac9b-94762eb20e13)
(property "Reference" "C1" (at 53.34 53.34 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "0.1uF" (at 50.8 58.42 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 58.1152 59.69 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 57.15 55.88 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid d9204d0c-c1e6-47c0-9c82-a48cf379315f))
(pin "2" (uuid 23367537-76b9-4339-8ef7-9342b353ea82))
(instances
(project "STM32MP151_Dev_Board"
(path "/434a304f-6a56-491d-86d4-b8784388a901/d27f65df-c2bd-4bb3-b981-8f0bdf2774ef"
(reference "C1") (unit 1)
)
)
)
)
(symbol (lib_id "power:GND") (at 123.19 41.91 0) (mirror y) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid 958920ae-28bb-4eff-b1cc-56a8048b3c96)
(property "Reference" "#PWR039" (at 123.19 48.26 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 123.19 45.72 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 123.19 41.91 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 123.19 41.91 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid ebd025dd-1044-41fb-acdc-a9429f0644c5))
(instances
(project "STM32MP151_Dev_Board"
(path "/434a304f-6a56-491d-86d4-b8784388a901/d27f65df-c2bd-4bb3-b981-8f0bdf2774ef"
(reference "#PWR039") (unit 1)
)
)
)
)
(symbol (lib_id "Power_Management:TPS2042D") (at 40.64 43.18 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid a347b4a0-9265-4882-8611-0db940a80c71)
(property "Reference" "U3" (at 40.64 31.75 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "TPS2042D" (at 40.64 34.29 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 40.64 30.48 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "http://www.ti.com/lit/ds/symlink/tps2042.pdf" (at 39.37 35.56 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid d9e67853-697a-4db0-9676-5a39c527d61d))
(pin "2" (uuid cb689fe9-c8f7-4d6e-9ad5-2b1ac2904b67))
(pin "3" (uuid a4470809-8c99-4da4-acb8-13744528c473))
(pin "4" (uuid d509b575-3d39-4be0-b2e6-169be0ae7cb3))
(pin "5" (uuid d3f4ea75-9a6c-40df-a135-cc3e36b949ac))
(pin "6" (uuid b44e9f32-35ce-4d5f-87d4-6952a69c7a14))
(pin "7" (uuid 52c8a651-b3da-44d6-a7f6-6ad03bcbc7d8))
(pin "8" (uuid 3d91234c-9f22-4e3f-bbac-4c19a3eae127))
(instances
(project "STM32MP151_Dev_Board"
(path "/434a304f-6a56-491d-86d4-b8784388a901/d27f65df-c2bd-4bb3-b981-8f0bdf2774ef"
(reference "U3") (unit 1)
)
)
)
)
(symbol (lib_id "power:+5V") (at 57.15 36.83 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid b17e9171-86a9-4823-8aea-be44bae4d688)
(property "Reference" "#PWR045" (at 57.15 40.64 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+5V" (at 57.15 33.02 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 57.15 36.83 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 57.15 36.83 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 979ea85a-33b8-4e0c-8605-088cecb64498))
(instances
(project "STM32MP151_Dev_Board"
(path "/434a304f-6a56-491d-86d4-b8784388a901/d27f65df-c2bd-4bb3-b981-8f0bdf2774ef"
(reference "#PWR045") (unit 1)
)
)
)
)
(symbol (lib_id "power:GND") (at 71.12 63.5 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid f39aac11-8b45-4202-b373-e87b3ef8453c)
(property "Reference" "#PWR046" (at 71.12 69.85 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 71.12 68.58 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 71.12 63.5 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 71.12 63.5 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid adc233e9-f5bc-4126-a1bf-2206328fec3a))
(instances
(project "STM32MP151_Dev_Board"
(path "/434a304f-6a56-491d-86d4-b8784388a901/d27f65df-c2bd-4bb3-b981-8f0bdf2774ef"
(reference "#PWR046") (unit 1)
)
)
)
)
)