-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcm4_ipad_display_adapter.kicad_sch
594 lines (578 loc) · 26 KB
/
cm4_ipad_display_adapter.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
(kicad_sch (version 20210126) (generator eeschema)
(paper "A4")
(lib_symbols
(symbol "Connector:Conn_01x04_Female" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
(property "Reference" "J" (id 0) (at 0 5.08 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "Conn_01x04_Female" (id 1) (at 0 -7.62 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "connector" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "Conn_01x04_Female_1_1"
(arc (start 0 -4.572) (end 0 -5.588) (radius (at 0 -5.08) (length 0.508) (angles 90.1 -90.1))
(stroke (width 0.1524)) (fill (type none))
)
(arc (start 0 -2.032) (end 0 -3.048) (radius (at 0 -2.54) (length 0.508) (angles 90.1 -90.1))
(stroke (width 0.1524)) (fill (type none))
)
(arc (start 0 0.508) (end 0 -0.508) (radius (at 0 0) (length 0.508) (angles 90.1 -90.1))
(stroke (width 0.1524)) (fill (type none))
)
(arc (start 0 3.048) (end 0 2.032) (radius (at 0 2.54) (length 0.508) (angles 90.1 -90.1))
(stroke (width 0.1524)) (fill (type none))
)
(polyline
(pts
(xy -1.27 -5.08)
(xy -0.508 -5.08)
)
(stroke (width 0.1524)) (fill (type none))
)
(polyline
(pts
(xy -1.27 -2.54)
(xy -0.508 -2.54)
)
(stroke (width 0.1524)) (fill (type none))
)
(polyline
(pts
(xy -1.27 0)
(xy -0.508 0)
)
(stroke (width 0.1524)) (fill (type none))
)
(polyline
(pts
(xy -1.27 2.54)
(xy -0.508 2.54)
)
(stroke (width 0.1524)) (fill (type none))
)
(pin passive line (at -5.08 2.54 0) (length 3.81)
(name "Pin_1" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -5.08 0 0) (length 3.81)
(name "Pin_2" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -5.08 -2.54 0) (length 3.81)
(name "Pin_3" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -5.08 -5.08 0) (length 3.81)
(name "Pin_4" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Regulator_Linear:MIC5504-1.8YM5" (in_bom yes) (on_board yes)
(property "Reference" "U" (id 0) (at -7.62 8.89 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "MIC5504-1.8YM5" (id 1) (at -7.62 6.35 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Package_TO_SOT_SMD:SOT-23-5" (id 2) (at 0 -10.16 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/MIC550X.pdf" (id 3) (at -6.35 6.35 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "Micrel LDO voltage regulator" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "300mA Low-dropout Voltage Regulator, Vout 1.8V, Vin up to 5.5V, SOT-23" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "SOT?23?5*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "MIC5504-1.8YM5_0_1"
(rectangle (start -7.62 -5.08) (end 7.62 5.08)
(stroke (width 0.254)) (fill (type background))
)
)
(symbol "MIC5504-1.8YM5_1_1"
(pin power_in line (at -10.16 2.54 0) (length 2.54)
(name "VIN" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 -7.62 90) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -2.54 0) (length 2.54)
(name "EN" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin no_connect line (at 7.62 -2.54 180) (length 2.54) hide
(name "NC" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin power_out line (at 10.16 2.54 180) (length 2.54)
(name "VOUT" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (id 0) (at 0 -6.35 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 0 -3.81 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "power-flag" (id 4) (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" (id 5) (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)) (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))))
)
)
)
(symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
(property "Reference" "#FLG" (id 0) (at 0 1.905 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "PWR_FLAG" (id 1) (at 0 3.81 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Special symbol for telling ERC where power comes from" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "PWR_FLAG_0_0"
(pin power_out line (at 0 0 90) (length 0)
(name "pwr" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
(symbol "PWR_FLAG_0_1"
(polyline
(pts
(xy 0 0)
(xy 0 1.27)
(xy -1.016 1.905)
(xy 0 2.54)
(xy 1.016 1.905)
(xy 0 1.27)
)
(stroke (width 0)) (fill (type none))
)
)
)
)
(junction (at 119.38 100.33) (diameter 1.016) (color 0 0 0 0))
(junction (at 127 93.98) (diameter 1.016) (color 0 0 0 0))
(wire (pts (xy 119.38 90.17) (xy 132.08 90.17))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid b3771717-9bc5-4478-800b-697412bfb178)
)
(wire (pts (xy 119.38 93.98) (xy 119.38 92.71))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 85c35432-8d6b-47c7-9571-2f3917919e47)
)
(wire (pts (xy 119.38 100.33) (xy 119.38 95.25))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 2c7c68ea-3dc0-4af1-9d48-d3cfeecec15c)
)
(wire (pts (xy 120.65 87.63) (xy 119.38 87.63))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 2d2be818-3925-47d1-ad51-ca7f1ce49827)
)
(wire (pts (xy 125.73 100.33) (xy 119.38 100.33))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 2c7c68ea-3dc0-4af1-9d48-d3cfeecec15c)
)
(wire (pts (xy 127 93.98) (xy 119.38 93.98))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 85c35432-8d6b-47c7-9571-2f3917919e47)
)
(global_label "VBAT" (shape input) (at 119.38 100.33 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 5d130a3e-c632-4cac-84b5-31f690366a0e)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 112.5521 100.4094 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "VCC_3.3" (shape input) (at 120.65 87.63 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid bdd0670e-8222-4170-b321-78616cf4d709)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 130.6831 87.5506 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "LDO_EN" (shape input) (at 132.08 90.17 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 8cbe1547-072b-465b-98f1-7009b59063b5)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 141.5688 90.2494 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "VBAT" (shape input) (at 149.86 90.17 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 3ffc3982-edf9-49f0-b650-941843eb1764)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 143.0321 90.2494 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "LDO_EN" (shape input) (at 149.86 95.25 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid a4c4a807-e444-4ae3-940d-8e18620bfa42)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 140.3712 95.1706 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "VCC_1.8" (shape input) (at 170.18 90.17 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 7b9b09d6-29b6-4a57-acf3-621a24163567)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 180.2131 90.0906 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(symbol (lib_id "power:PWR_FLAG") (at 119.38 100.33 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid 44b1b0ba-f8ee-4233-90c7-657fdb5e64b5)
(property "Reference" "#FLG01" (id 0) (at 119.38 102.235 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "PWR_FLAG" (id 1) (at 119.38 108.4644 90))
(property "Footprint" "" (id 2) (at 119.38 100.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 119.38 100.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 72f9abcf-ad78-4cd3-b468-b59f96f8fecc))
)
(symbol (lib_id "power:PWR_FLAG") (at 120.65 87.63 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 13fb02b8-1781-47d3-8e52-500a8ff5dd03)
(property "Reference" "#FLG0102" (id 0) (at 120.65 85.725 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "PWR_FLAG" (id 1) (at 120.65 79.4956 90))
(property "Footprint" "" (id 2) (at 120.65 87.63 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 120.65 87.63 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid f6eed7d0-b3f7-4404-ae1a-7f64b86378e1))
)
(symbol (lib_id "power:PWR_FLAG") (at 127 93.98 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 414dde5a-2fa8-4d44-b31d-b57804f755f6)
(property "Reference" "#FLG0101" (id 0) (at 127 92.075 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "PWR_FLAG" (id 1) (at 129.54 94.7356 90))
(property "Footprint" "" (id 2) (at 127 93.98 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 127 93.98 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 894f9efc-f717-426f-bf9d-b8bc3e950045))
)
(symbol (lib_id "power:GND") (at 127 93.98 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid eefd9a0f-d608-4fc8-bacf-ae41c011a6fd)
(property "Reference" "#PWR0105" (id 0) (at 127 100.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 127.1143 98.3044 0))
(property "Footprint" "" (id 2) (at 127 93.98 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 127 93.98 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid e4751685-c9be-4c81-92d4-1198304d85da))
)
(symbol (lib_id "power:GND") (at 160.02 100.33 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 68116498-33a1-4a1b-8415-d8c39b8426cf)
(property "Reference" "#PWR0104" (id 0) (at 160.02 106.68 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 160.1343 104.6544 0))
(property "Footprint" "" (id 2) (at 160.02 100.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 160.02 100.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 1a1127d1-5fe9-403d-8aae-288cce23d86b))
)
(symbol (lib_id "Connector:Conn_01x04_Female") (at 114.3 90.17 0) (mirror y) (unit 1)
(in_bom yes) (on_board yes)
(uuid a946a672-0361-4eb9-a0a1-9c0b5f6de790)
(property "Reference" "J4" (id 0) (at 116.992 85.503 0))
(property "Value" "Conn_01x02_Female" (id 1) (at 111.9124 91.6113 90))
(property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" (id 2) (at 114.3 90.17 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 114.3 90.17 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 0163becd-3b89-4555-973f-ec09b8277cec))
(pin "2" (uuid 2612929c-48a1-4f19-97a2-a583696bac8e))
(pin "3" (uuid ab9508c9-f17d-4ff2-ad26-b12afabcec5f))
(pin "4" (uuid 31d102d1-4b8b-4d18-a668-5f631568bb5e))
)
(symbol (lib_id "Regulator_Linear:MIC5504-1.8YM5") (at 160.02 92.71 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 7cf1659e-8585-4172-8c4c-c99ac927965b)
(property "Reference" "U2" (id 0) (at 160.02 83.4198 0))
(property "Value" "MIC5504-1.8YM5" (id 1) (at 160.02 85.7185 0))
(property "Footprint" "Package_TO_SOT_SMD:SOT-23-5" (id 2) (at 160.02 102.87 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/MIC550X.pdf" (id 3) (at 153.67 86.36 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 05e7f7ec-7fe8-488b-ab60-83a69af26544))
(pin "2" (uuid 69a60dfe-240b-484c-a2ee-57052145e46b))
(pin "3" (uuid 7b4edca1-02c5-4665-9050-5b03b491bd27))
(pin "4" (uuid 764d6f6d-08d4-4589-8ce6-e2e67486b38e))
(pin "5" (uuid 71850ec1-b5da-438f-ba88-c3b024961aad))
)
(sheet (at 181.61 41.91) (size 43.18 71.12)
(stroke (width 0.001) (type solid) (color 0 0 0 0))
(fill (color 0 0 0 0.0000))
(uuid 92af9ce3-f743-400b-a1b9-24e3153fcace)
(property "Sheet name" "DisplayPort" (id 0) (at 181.61 41.2741 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
)
(property "Sheet file" "displayport.kicad_sch" (id 1) (at 181.61 113.5389 0)
(effects (font (size 1.27 1.27)) (justify left top))
)
)
(sheet (at 60.96 43.18) (size 44.45 64.77)
(stroke (width 0.001) (type solid) (color 0 0 0 0))
(fill (color 0 0 0 0.0000))
(uuid 020200e7-3afd-473f-afec-b5c398a42f32)
(property "Sheet name" "LVDS" (id 0) (at 60.96 42.5441 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
)
(property "Sheet file" "lvds.kicad_sch" (id 1) (at 60.96 108.4589 0)
(effects (font (size 1.27 1.27)) (justify left top))
)
)
(sheet_instances
(path "/" (page "1"))
(path "/020200e7-3afd-473f-afec-b5c398a42f32/" (page "2"))
(path "/92af9ce3-f743-400b-a1b9-24e3153fcace/" (page "3"))
)
(symbol_instances
(path "/44b1b0ba-f8ee-4233-90c7-657fdb5e64b5"
(reference "#FLG01") (unit 1) (value "PWR_FLAG") (footprint "")
)
(path "/414dde5a-2fa8-4d44-b31d-b57804f755f6"
(reference "#FLG0101") (unit 1) (value "PWR_FLAG") (footprint "")
)
(path "/13fb02b8-1781-47d3-8e52-500a8ff5dd03"
(reference "#FLG0102") (unit 1) (value "PWR_FLAG") (footprint "")
)
(path "/68116498-33a1-4a1b-8415-d8c39b8426cf"
(reference "#PWR0104") (unit 1) (value "GND") (footprint "")
)
(path "/eefd9a0f-d608-4fc8-bacf-ae41c011a6fd"
(reference "#PWR0105") (unit 1) (value "GND") (footprint "")
)
(path "/a946a672-0361-4eb9-a0a1-9c0b5f6de790"
(reference "J4") (unit 1) (value "Conn_01x02_Female") (footprint "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical")
)
(path "/7cf1659e-8585-4172-8c4c-c99ac927965b"
(reference "U2") (unit 1) (value "MIC5504-1.8YM5") (footprint "Package_TO_SOT_SMD:SOT-23-5")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/4063a970-cb69-42d8-b937-21092094a45a"
(reference "#PWR01") (unit 1) (value "GND") (footprint "")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/5c9f788d-f8be-4264-9f98-9cc991b217dc"
(reference "#PWR03") (unit 1) (value "GND") (footprint "")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/52fecab1-8b85-430d-821a-5639f8a23dd6"
(reference "#PWR04") (unit 1) (value "GND") (footprint "")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/4834a7a9-cd44-4c08-9fcf-66be012ea3af"
(reference "#PWR05") (unit 1) (value "GND") (footprint "")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/2404d447-2a71-4333-80ba-6c76f251b763"
(reference "#PWR06") (unit 1) (value "GND") (footprint "")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/fda295f9-5722-4088-b9b7-2de5fa044887"
(reference "#PWR07") (unit 1) (value "GND") (footprint "")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/d7aa9119-7189-40e9-bd89-afe68e2237dd"
(reference "#PWR08") (unit 1) (value "GND") (footprint "")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/6454fd58-e4da-41e4-ac11-edf4c05e2ad3"
(reference "#PWR09") (unit 1) (value "GND") (footprint "")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/ef6a2f11-444d-4ff7-9a6e-82a2bb55327d"
(reference "#PWR0101") (unit 1) (value "GND") (footprint "")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/c2b6d4ab-5334-4a33-8c66-00c962008a9f"
(reference "#PWR0102") (unit 1) (value "GND") (footprint "")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/ab29c4a1-668d-47a9-92b8-c7b41d9aa8e6"
(reference "#PWR0103") (unit 1) (value "GND") (footprint "")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/87230ed2-c067-4bed-bd85-e992077f90ea"
(reference "#PWR0106") (unit 1) (value "GND") (footprint "")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/a845cb81-e330-48d6-8331-ea5663b2a5b2"
(reference "#PWR0107") (unit 1) (value "GND") (footprint "")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/dccae060-f374-43b1-94ee-ca7e04c63aac"
(reference "#PWR0108") (unit 1) (value "GND") (footprint "")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/838e9cf9-35ba-4d6f-ac5a-fa2612c574de"
(reference "#PWR0109") (unit 1) (value "GND") (footprint "")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/1236932b-e848-47c3-a615-22b04b990ea2"
(reference "C1") (unit 1) (value "10uF") (footprint "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/1ac7e510-1100-4a2f-917e-efeeba2df0f2"
(reference "C2") (unit 1) (value "100nF") (footprint "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/9d794519-61b7-40e3-aa97-9bcb139f12aa"
(reference "C3") (unit 1) (value "100nF") (footprint "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/66d10ad5-68bd-401f-9224-86cfa06dbb17"
(reference "C4") (unit 1) (value "100nF") (footprint "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/1b379949-29e3-4890-b390-f9a895be3273"
(reference "C5") (unit 1) (value "100nF") (footprint "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/57252608-cf95-4018-939d-750f564af1a3"
(reference "C6") (unit 1) (value "100nF") (footprint "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/9cdda166-05ca-4281-8fc8-9d347bd2ef07"
(reference "C7") (unit 1) (value "100nF") (footprint "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/9b45f2c8-f3f9-4963-a243-30be42198924"
(reference "C8") (unit 1) (value "100nF") (footprint "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/39e91bac-6f61-474f-9d4e-1d78b4b44636"
(reference "C9") (unit 1) (value "100nF") (footprint "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/324c2d85-ee3d-4531-a1fd-5025a4f3530f"
(reference "C10") (unit 1) (value "100nF") (footprint "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/96cd089e-bf72-4ce9-8e8a-05dc35c3433e"
(reference "C11") (unit 1) (value "100nF") (footprint "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/3cf2c34e-3928-4b71-b049-02f477bcf0ec"
(reference "C12") (unit 1) (value "100nF") (footprint "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/2ca0862f-8491-467b-a5fa-ce6cf170020f"
(reference "C13") (unit 1) (value "100nF") (footprint "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/d57f3955-4f73-47b5-a137-ca3e4ca1983b"
(reference "C14") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/883bde91-7d01-40cd-8bac-556ba2d2b550"
(reference "C15") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/a44a58be-109e-4f11-bb12-5b305446830c"
(reference "C16") (unit 1) (value "0.47uF") (footprint "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/2e0ec137-0224-4b2a-b8ec-01b49fa4194d"
(reference "C17") (unit 1) (value "4.7uF") (footprint "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/2e2bd6a2-0649-4331-8eef-bb523aed6947"
(reference "D1") (unit 1) (value "D_Schottky") (footprint "footprints:PMEG4010EPK_315")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/546be596-3aa6-4c3f-acd9-b48839fb0e99"
(reference "J1") (unit 1) (value "Conn_01x22_Female") (footprint "Connector_FFC-FPC:Hirose_FH12-22S-0.5SH_1x22-1MP_P0.50mm_Horizontal")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/a765b945-47c1-486b-90c7-1176b9aaf6b5"
(reference "J3") (unit 1) (value "Conn_01x34_Female") (footprint "footprints:20474-030E-11")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/bff94b77-ac04-49d8-af6b-9432036d2bce"
(reference "J5") (unit 1) (value "Conn_01x04_Female") (footprint "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/e043cedd-01c1-42d0-b9c5-2811df027170"
(reference "L1") (unit 1) (value "4.7uH") (footprint "Inductor_SMD:L_0603_1608Metric_Pad1.05x0.95mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/f8ea11fb-7cb1-4b5c-90d9-99378eeb9a2c"
(reference "R1") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0402_1005Metric_Pad0.72x0.64mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/a62c06ce-8870-4f3e-b9c3-edd7409eb43a"
(reference "R2") (unit 1) (value "53.6k") (footprint "Resistor_SMD:R_0402_1005Metric_Pad0.72x0.64mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/50128048-9fa3-41d6-9ae7-cc8d2a068ac3"
(reference "R3") (unit 1) (value "1.3M") (footprint "Resistor_SMD:R_0402_1005Metric_Pad0.72x0.64mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/fcaf88c6-19bc-4c01-9bde-6f4930c6b9e7"
(reference "R4") (unit 1) (value "1M") (footprint "Resistor_SMD:R_0402_1005Metric_Pad0.72x0.64mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/235d5b23-169d-4712-bbc5-0ad97aa254f9"
(reference "R5") (unit 1) (value "143k") (footprint "Resistor_SMD:R_0402_1005Metric_Pad0.72x0.64mm_HandSolder")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/f3ddadb3-fb29-4955-b0f8-25470245d603"
(reference "U1") (unit 1) (value "SN65DSI83TPAPRQ1") (footprint "footprints:SN65DSI83TPAPRQ1")
)
(path "/020200e7-3afd-473f-afec-b5c398a42f32/750c7506-5992-4e4e-a322-eaf1b648d850"
(reference "U3") (unit 1) (value "TPS61176RTER") (footprint "footprints:TPS61176RTER")
)
(path "/92af9ce3-f743-400b-a1b9-24e3153fcace/4158e55b-de2a-4196-a4e4-0156e9df3943"
(reference "#PWR02") (unit 1) (value "GND") (footprint "")
)
(path "/92af9ce3-f743-400b-a1b9-24e3153fcace/4ff41313-e2e1-4706-a739-23588d136084"
(reference "J2") (unit 1) (value "Conn_01x22_Female") (footprint "Connector_FFC-FPC:Hirose_FH12-22S-0.5SH_1x22-1MP_P0.50mm_Horizontal")
)
)
)