mirror of
https://github.com/NabuCasa/yellow.git
synced 2025-10-27 12:04:18 -07:00
Multiple changes in schematic & projects:
-Added net classes for controlled impedance traces
-Added power hierarchical sheet
-Initial USB subsystem schematic
-Added multiple bus definitions (usb, pcie, i2c etc.)
-Fixed busses use
-Added LDO for audio analog rails
Signed-off-by: Dominik Sliwa <dominik@sliwa.io>
This commit is contained in:
@@ -3,6 +3,55 @@
|
||||
(paper "A4")
|
||||
|
||||
(lib_symbols
|
||||
(symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "C" (id 0) (at 0.254 1.778 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "C_Small" (id 1) (at 0.254 -2.032 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(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" "capacitor cap" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Unpolarized capacitor, small symbol" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "C_*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "C_Small_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.524 -0.508)
|
||||
(xy 1.524 -0.508)
|
||||
)
|
||||
(stroke (width 0.3302)) (fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.524 0.508)
|
||||
(xy 1.524 0.508)
|
||||
)
|
||||
(stroke (width 0.3048)) (fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "C_Small_1_1"
|
||||
(pin passive line (at 0 2.54 270) (length 2.032)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 0 -2.54 90) (length 2.032)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "R" (id 0) (at 0.762 0.508 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
@@ -2058,6 +2107,55 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "power:+3V3" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "#PWR" (id 0) (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "+3V3" (id 1) (at 0 3.556 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 \"+3V3\"" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "+3V3_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.762 1.27)
|
||||
(xy 0 2.54)
|
||||
)
|
||||
(stroke (width 0)) (fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0)
|
||||
(xy 0 2.54)
|
||||
)
|
||||
(stroke (width 0)) (fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 2.54)
|
||||
(xy 0.762 1.27)
|
||||
)
|
||||
(stroke (width 0)) (fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "+3V3_1_1"
|
||||
(pin power_in line (at 0 0 90) (length 0) hide
|
||||
(name "+3V3" (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" (id 0) (at 0 -6.35 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
@@ -2099,428 +2197,507 @@
|
||||
)
|
||||
)
|
||||
|
||||
(bus_alias "PoE" (members "VC1" "VC2" "VC3" "VC4"))
|
||||
(bus_alias "ETH" (members "TD1+" "TD1-" "TD2+" "TD2-" "TD3+" "TD3-" "TD4+" "TD4-" "LED_YELLOW" "LED_GREEN"))
|
||||
(junction (at 153.67 80.01) (diameter 0.9144) (color 0 0 0 0))
|
||||
(junction (at 177.8 130.81) (diameter 0.9144) (color 0 0 0 0))
|
||||
(junction (at 179.07 139.7) (diameter 0.9144) (color 0 0 0 0))
|
||||
|
||||
(bus_entry (at 55.88 34.29) (size 2.54 2.54)
|
||||
(bus_entry (at 128.27 53.34) (size 2.54 2.54)
|
||||
(stroke (width 0.1524) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus_entry (at 55.88 37.465) (size 2.54 2.54)
|
||||
(bus_entry (at 128.27 58.42) (size 2.54 2.54)
|
||||
(stroke (width 0.1524) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus_entry (at 55.88 40.64) (size 2.54 2.54)
|
||||
(bus_entry (at 128.27 63.5) (size 2.54 2.54)
|
||||
(stroke (width 0.1524) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus_entry (at 55.88 43.815) (size 2.54 2.54)
|
||||
(bus_entry (at 128.27 67.31) (size 2.54 2.54)
|
||||
(stroke (width 0.1524) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus_entry (at 55.88 46.99) (size 2.54 2.54)
|
||||
(bus_entry (at 128.27 72.39) (size 2.54 2.54)
|
||||
(stroke (width 0.1524) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus_entry (at 55.88 50.165) (size 2.54 2.54)
|
||||
(bus_entry (at 128.27 82.55) (size 2.54 2.54)
|
||||
(stroke (width 0.1524) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus_entry (at 55.88 53.34) (size 2.54 2.54)
|
||||
(bus_entry (at 128.27 87.63) (size 2.54 2.54)
|
||||
(stroke (width 0.1524) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus_entry (at 55.88 56.515) (size 2.54 2.54)
|
||||
(bus_entry (at 128.27 91.44) (size 2.54 2.54)
|
||||
(stroke (width 0.1524) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus_entry (at 55.88 59.69) (size 2.54 2.54)
|
||||
(bus_entry (at 128.27 96.52) (size 2.54 2.54)
|
||||
(stroke (width 0.1524) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus_entry (at 55.88 62.865) (size 2.54 2.54)
|
||||
(bus_entry (at 128.27 116.84) (size 2.54 2.54)
|
||||
(stroke (width 0.1524) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus_entry (at 55.88 80.01) (size 2.54 2.54)
|
||||
(bus_entry (at 149.86 104.14) (size -2.54 -2.54)
|
||||
(stroke (width 0.1524) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus_entry (at 55.88 82.55) (size 2.54 2.54)
|
||||
(bus_entry (at 149.86 106.68) (size -2.54 -2.54)
|
||||
(stroke (width 0.1524) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus_entry (at 55.88 85.09) (size 2.54 2.54)
|
||||
(bus_entry (at 149.86 109.22) (size -2.54 -2.54)
|
||||
(stroke (width 0.1524) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus_entry (at 55.88 87.63) (size 2.54 2.54)
|
||||
(bus_entry (at 149.86 111.76) (size -2.54 -2.54)
|
||||
(stroke (width 0.1524) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
|
||||
(wire (pts (xy 58.42 36.83) (xy 63.5 36.83))
|
||||
(wire (pts (xy 62.23 59.69) (xy 72.39 59.69))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 58.42 40.005) (xy 63.5 40.005))
|
||||
(wire (pts (xy 62.23 64.77) (xy 72.39 64.77))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 58.42 43.18) (xy 63.5 43.18))
|
||||
(wire (pts (xy 62.23 92.71) (xy 72.39 92.71))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 58.42 46.355) (xy 63.5 46.355))
|
||||
(wire (pts (xy 62.23 97.79) (xy 72.39 97.79))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 58.42 49.53) (xy 63.5 49.53))
|
||||
(wire (pts (xy 85.09 74.93) (xy 85.09 77.47))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 58.42 52.705) (xy 63.5 52.705))
|
||||
(wire (pts (xy 85.09 77.47) (xy 82.55 77.47))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 58.42 55.88) (xy 63.5 55.88))
|
||||
(wire (pts (xy 85.09 107.95) (xy 85.09 110.49))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 58.42 59.055) (xy 63.5 59.055))
|
||||
(wire (pts (xy 85.09 110.49) (xy 82.55 110.49))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 58.42 62.23) (xy 69.85 62.23))
|
||||
(wire (pts (xy 97.79 59.69) (xy 107.95 59.69))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 58.42 65.405) (xy 69.85 65.405))
|
||||
(wire (pts (xy 97.79 64.77) (xy 107.95 64.77))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 58.42 82.55) (xy 63.5 82.55))
|
||||
(wire (pts (xy 97.79 92.71) (xy 107.95 92.71))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 58.42 85.09) (xy 63.5 85.09))
|
||||
(wire (pts (xy 97.79 97.79) (xy 107.95 97.79))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 58.42 87.63) (xy 63.5 87.63))
|
||||
(wire (pts (xy 130.81 55.88) (xy 146.05 55.88))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 58.42 90.17) (xy 63.5 90.17))
|
||||
(wire (pts (xy 130.81 60.96) (xy 154.94 60.96))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 86.36 46.99) (xy 91.44 46.99))
|
||||
(wire (pts (xy 130.81 66.04) (xy 154.94 66.04))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 86.36 52.07) (xy 91.44 52.07))
|
||||
(wire (pts (xy 130.81 69.85) (xy 154.94 69.85))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 86.36 80.01) (xy 91.44 80.01))
|
||||
(wire (pts (xy 130.81 74.93) (xy 154.94 74.93))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 86.36 85.09) (xy 91.44 85.09))
|
||||
(wire (pts (xy 130.81 85.09) (xy 154.94 85.09))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 116.84 46.99) (xy 121.92 46.99))
|
||||
(wire (pts (xy 130.81 90.17) (xy 154.94 90.17))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 116.84 52.07) (xy 121.92 52.07))
|
||||
(wire (pts (xy 130.81 93.98) (xy 154.94 93.98))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 116.84 80.01) (xy 121.92 80.01))
|
||||
(wire (pts (xy 130.81 99.06) (xy 154.94 99.06))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 116.84 85.09) (xy 121.92 85.09))
|
||||
(wire (pts (xy 130.81 119.38) (xy 146.05 119.38))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 142.24 38.1) (xy 154.94 38.1))
|
||||
(wire (pts (xy 142.24 80.01) (xy 144.78 80.01))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 142.24 101.6) (xy 154.94 101.6))
|
||||
(wire (pts (xy 149.86 80.01) (xy 153.67 80.01))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 160.02 38.1) (xy 167.64 38.1))
|
||||
(wire (pts (xy 149.86 104.14) (xy 154.94 104.14))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 160.02 101.6) (xy 167.64 101.6))
|
||||
(wire (pts (xy 149.86 106.68) (xy 154.94 106.68))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 161.29 35.56) (xy 167.64 35.56))
|
||||
(wire (pts (xy 149.86 109.22) (xy 154.94 109.22))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 161.29 99.06) (xy 167.64 99.06))
|
||||
(wire (pts (xy 149.86 111.76) (xy 154.94 111.76))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 162.56 43.18) (xy 167.64 43.18))
|
||||
(wire (pts (xy 151.13 55.88) (xy 154.94 55.88))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 162.56 48.26) (xy 167.64 48.26))
|
||||
(wire (pts (xy 151.13 119.38) (xy 154.94 119.38))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 162.56 52.07) (xy 167.64 52.07))
|
||||
(wire (pts (xy 152.4 116.84) (xy 154.94 116.84))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 162.56 57.15) (xy 167.64 57.15))
|
||||
(wire (pts (xy 153.67 53.34) (xy 153.67 49.53))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 162.56 67.31) (xy 167.64 67.31))
|
||||
(wire (pts (xy 153.67 78.74) (xy 153.67 80.01))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 162.56 72.39) (xy 167.64 72.39))
|
||||
(wire (pts (xy 153.67 80.01) (xy 153.67 81.28))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 162.56 76.2) (xy 167.64 76.2))
|
||||
(wire (pts (xy 153.67 81.28) (xy 154.94 81.28))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 162.56 81.28) (xy 167.64 81.28))
|
||||
(wire (pts (xy 154.94 53.34) (xy 153.67 53.34))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 162.56 86.36) (xy 167.64 86.36))
|
||||
(wire (pts (xy 154.94 78.74) (xy 153.67 78.74))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 162.56 88.9) (xy 167.64 88.9))
|
||||
(wire (pts (xy 172.72 130.81) (xy 172.72 133.35))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 162.56 91.44) (xy 167.64 91.44))
|
||||
(wire (pts (xy 172.72 138.43) (xy 172.72 139.7))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 162.56 93.98) (xy 167.64 93.98))
|
||||
(wire (pts (xy 172.72 139.7) (xy 179.07 139.7))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(wire (pts (xy 190.5 107.95) (xy 190.5 110.49))
|
||||
(wire (pts (xy 177.8 125.73) (xy 177.8 130.81))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus (pts (xy 49.53 76.835) (xy 55.88 76.835))
|
||||
(wire (pts (xy 177.8 130.81) (xy 172.72 130.81))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus (pts (xy 50.8 29.21) (xy 55.88 29.21))
|
||||
(wire (pts (xy 179.07 139.7) (xy 179.07 140.97))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus (pts (xy 55.88 29.21) (xy 55.88 34.29))
|
||||
(wire (pts (xy 179.07 139.7) (xy 184.15 139.7))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus (pts (xy 55.88 34.29) (xy 55.88 37.465))
|
||||
(wire (pts (xy 184.15 130.81) (xy 177.8 130.81))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus (pts (xy 55.88 37.465) (xy 55.88 40.64))
|
||||
(wire (pts (xy 184.15 133.35) (xy 184.15 130.81))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus (pts (xy 55.88 40.64) (xy 55.88 43.815))
|
||||
(wire (pts (xy 184.15 139.7) (xy 184.15 138.43))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus (pts (xy 55.88 43.815) (xy 55.88 46.99))
|
||||
(bus (pts (xy 124.46 53.34) (xy 128.27 53.34))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus (pts (xy 55.88 46.99) (xy 55.88 50.165))
|
||||
(bus (pts (xy 128.27 53.34) (xy 128.27 58.42))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus (pts (xy 55.88 50.165) (xy 55.88 53.34))
|
||||
(bus (pts (xy 128.27 58.42) (xy 128.27 63.5))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus (pts (xy 55.88 53.34) (xy 55.88 56.515))
|
||||
(bus (pts (xy 128.27 63.5) (xy 128.27 67.31))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus (pts (xy 55.88 56.515) (xy 55.88 59.69))
|
||||
(bus (pts (xy 128.27 67.31) (xy 128.27 72.39))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus (pts (xy 55.88 59.69) (xy 55.88 62.865))
|
||||
(bus (pts (xy 128.27 72.39) (xy 128.27 82.55))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus (pts (xy 55.88 62.865) (xy 55.88 65.405))
|
||||
(bus (pts (xy 128.27 82.55) (xy 128.27 87.63))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus (pts (xy 55.88 76.835) (xy 55.88 80.01))
|
||||
(bus (pts (xy 128.27 87.63) (xy 128.27 91.44))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus (pts (xy 55.88 80.01) (xy 55.88 82.55))
|
||||
(bus (pts (xy 128.27 91.44) (xy 128.27 96.52))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus (pts (xy 55.88 82.55) (xy 55.88 85.09))
|
||||
(bus (pts (xy 128.27 96.52) (xy 128.27 116.84))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus (pts (xy 55.88 85.09) (xy 55.88 87.63))
|
||||
(bus (pts (xy 143.51 101.6) (xy 147.32 101.6))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus (pts (xy 55.88 87.63) (xy 55.88 90.17))
|
||||
(bus (pts (xy 147.32 101.6) (xy 147.32 104.14))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus (pts (xy 147.32 104.14) (xy 147.32 106.68))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
(bus (pts (xy 147.32 106.68) (xy 147.32 109.22))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
)
|
||||
|
||||
(label "TD1+" (at 63.5 36.83 180)
|
||||
(label "ETH.TD1+" (at 62.23 59.69 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "ETH.TD1-" (at 62.23 64.77 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "ETH.TD3+" (at 62.23 92.71 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "ETH.TD3-" (at 62.23 97.79 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "ETH.TD2+" (at 107.95 59.69 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
)
|
||||
(label "TD1-" (at 63.5 40.005 180)
|
||||
(label "ETH.TD2-" (at 107.95 64.77 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
)
|
||||
(label "TD2+" (at 63.5 43.18 180)
|
||||
(label "ETH.TD4+" (at 107.95 92.71 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
)
|
||||
(label "TD2-" (at 63.5 46.355 180)
|
||||
(label "ETH.TD4-" (at 107.95 97.79 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
)
|
||||
(label "TD3+" (at 63.5 49.53 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
)
|
||||
(label "TD3-" (at 63.5 52.705 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
)
|
||||
(label "TD4+" (at 63.5 55.88 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
)
|
||||
(label "TD4-" (at 63.5 59.055 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
)
|
||||
(label "VC1" (at 63.5 82.55 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
)
|
||||
(label "VC2" (at 63.5 85.09 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
)
|
||||
(label "VC3" (at 63.5 87.63 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
)
|
||||
(label "VC4" (at 63.5 90.17 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
)
|
||||
(label "LED_YELLOW" (at 69.85 62.23 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
)
|
||||
(label "LED_GREEN" (at 69.85 65.405 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
)
|
||||
(label "TD1+" (at 86.36 46.99 0)
|
||||
(label "ETH.LED_GREEN" (at 130.81 55.88 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "TD1-" (at 86.36 52.07 0)
|
||||
(label "ETH.LED_YELLOW" (at 130.81 119.38 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "TD3+" (at 86.36 80.01 0)
|
||||
(label "ETH.TD1+" (at 139.7 60.96 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "TD3-" (at 86.36 85.09 0)
|
||||
(label "ETH.TD1-" (at 139.7 66.04 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "TD2+" (at 121.92 46.99 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
)
|
||||
(label "TD2-" (at 121.92 52.07 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
)
|
||||
(label "TD4+" (at 121.92 80.01 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
)
|
||||
(label "TD4-" (at 121.92 85.09 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
)
|
||||
(label "LED_GREEN" (at 142.24 38.1 0)
|
||||
(label "ETH.TD2+" (at 139.7 69.85 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "LED_YELLOW" (at 142.24 101.6 0)
|
||||
(label "ETH.TD2-" (at 139.7 74.93 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "+3.3V" (at 161.29 35.56 0)
|
||||
(label "ETH.TD3+" (at 139.7 85.09 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "+3.3V" (at 161.29 99.06 0)
|
||||
(label "ETH.TD3-" (at 139.7 90.17 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "TD1+" (at 162.56 43.18 0)
|
||||
(label "ETH.TD4+" (at 139.7 93.98 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "TD1-" (at 162.56 48.26 0)
|
||||
(label "ETH.TD4-" (at 139.7 99.06 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "TD2+" (at 162.56 52.07 0)
|
||||
(label "VC1" (at 149.86 104.14 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "TD2-" (at 162.56 57.15 0)
|
||||
(label "VC2" (at 149.86 106.68 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "TD3+" (at 162.56 67.31 0)
|
||||
(label "VC3" (at 149.86 109.22 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "TD3-" (at 162.56 72.39 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "TD4+" (at 162.56 76.2 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "TD4-" (at 162.56 81.28 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "VC1" (at 162.56 86.36 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "VC2" (at 162.56 88.9 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "VC3" (at 162.56 91.44 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(label "VC4" (at 162.56 93.98 0)
|
||||
(label "VC4" (at 149.86 111.76 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
|
||||
(hierarchical_label "PoE" (shape bidirectional) (at 49.53 76.835 180)
|
||||
(hierarchical_label "ETH{ETH}" (shape bidirectional) (at 124.46 53.34 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
)
|
||||
(hierarchical_label "Ethernet" (shape bidirectional) (at 50.8 29.21 180)
|
||||
(hierarchical_label "{PoE}" (shape output) (at 143.51 101.6 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:GND") (at 190.5 110.49 0) (unit 1)
|
||||
(symbol (lib_id "power:+3V3") (at 152.4 116.84 90) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid "63a243b8-0f7c-4234-af2f-e0f272a077aa")
|
||||
(property "Reference" "#PWR?" (id 0) (at 190.5 116.84 0)
|
||||
(uuid "01e5070a-f04c-4a8e-958c-cb10ff063fb6")
|
||||
(property "Reference" "#PWR?" (id 0) (at 156.21 116.84 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "GND" (id 1) (at 191.77 115.57 0))
|
||||
(property "Footprint" "" (id 2) (at 190.5 110.49 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 190.5 110.49 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:R_Small") (at 157.48 38.1 90) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid "6cf869b7-4906-4269-be48-72d89d3fa069")
|
||||
(property "Reference" "R?" (id 0) (at 157.48 33.02 90))
|
||||
(property "Value" "470Ω" (id 1) (at 157.48 35.56 90))
|
||||
(property "Footprint" "" (id 2) (at 157.48 38.1 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 157.48 38.1 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:R_Small") (at 157.48 101.6 90) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid "021dd781-c0a2-4e06-a8a9-18b3d36b8b01")
|
||||
(property "Reference" "R?" (id 0) (at 157.48 96.52 90))
|
||||
(property "Value" "470Ω" (id 1) (at 157.48 99.06 90))
|
||||
(property "Footprint" "" (id 2) (at 157.48 101.6 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 157.48 101.6 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Power_Protection:TPD4EUSB30") (at 104.14 49.53 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid "cab21cf5-02d1-4415-8f47-c31f2794f0af")
|
||||
(property "Reference" "U?" (id 0) (at 104.14 36.83 0))
|
||||
(property "Value" "TPD4EUSB30" (id 1) (at 104.14 39.37 0))
|
||||
(property "Footprint" "Package_SON:USON-10_2.5x1.0mm_P0.5mm" (id 2) (at 80.01 59.69 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "http://www.ti.com/lit/ds/symlink/tpd2eusb30a.pdf" (id 3) (at 104.14 49.53 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Power_Protection:TPD4EUSB30") (at 104.14 82.55 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid "5a8b766d-1b68-496b-9d3a-df1d0e3cffd8")
|
||||
(property "Reference" "U?" (id 0) (at 104.14 69.85 0))
|
||||
(property "Value" "TPD4EUSB30" (id 1) (at 104.14 72.39 0))
|
||||
(property "Footprint" "Package_SON:USON-10_2.5x1.0mm_P0.5mm" (id 2) (at 80.01 92.71 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "http://www.ti.com/lit/ds/symlink/tpd2eusb30a.pdf" (id 3) (at 104.14 82.55 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "LightBlue:RJ45_LINK-PP_LPJG0926HENL_Horizontal") (at 190.5 68.58 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid "6dd5e861-e5d4-4759-b127-4958e3f04beb")
|
||||
(property "Reference" "J" (id 0) (at 170.18 30.48 0)
|
||||
(property "Value" "+3V3" (id 1) (at 149.2249 116.4717 90)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "RJ45_LINK-PP_LPJG0926HENL_Horizontal" (id 1) (at 195.58 30.48 0))
|
||||
(property "Footprint" "LightBlue:RJ45_LINK-PP_LPJG0926HENL_Horizontal" (id 2) (at 190.5 114.3 0)
|
||||
(property "Footprint" "" (id 2) (at 152.4 116.84 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "http://www.link-pp.com/upload/file/20180411/20180411182938293829.pdf" (id 3) (at 190.5 114.3 0)
|
||||
(property "Datasheet" "" (id 3) (at 152.4 116.84 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:+3V3") (at 153.67 49.53 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid "d5fe9d10-09f9-476d-9b5f-5095635c3fd4")
|
||||
(property "Reference" "#PWR?" (id 0) (at 153.67 53.34 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "+3V3" (id 1) (at 154.0383 45.2056 0))
|
||||
(property "Footprint" "" (id 2) (at 153.67 49.53 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 153.67 49.53 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:GND") (at 82.55 77.47 270) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid "4f6e6d93-8198-4777-ab6f-4edc3d246858")
|
||||
(property "Reference" "#PWR?" (id 0) (at 76.2 77.47 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "GND" (id 1) (at 78.2256 77.5843 0))
|
||||
(property "Footprint" "" (id 2) (at 82.55 77.47 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 82.55 77.47 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:GND") (at 82.55 110.49 270) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid "bfd59301-5bb8-40fa-83c6-cb0f92dc2c65")
|
||||
(property "Reference" "#PWR?" (id 0) (at 76.2 110.49 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "GND" (id 1) (at 78.2256 110.6043 0))
|
||||
(property "Footprint" "" (id 2) (at 82.55 110.49 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 82.55 110.49 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:GND") (at 142.24 80.01 270) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid "e599e2dc-829e-4ed0-aeb0-6c49465b27ed")
|
||||
(property "Reference" "#PWR?" (id 0) (at 135.89 80.01 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "GND" (id 1) (at 137.9156 80.1243 0))
|
||||
(property "Footprint" "" (id 2) (at 142.24 80.01 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 142.24 80.01 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:GND") (at 179.07 140.97 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid "71c2db37-41ef-47f1-982f-5d8843ab5007")
|
||||
(property "Reference" "#PWR?" (id 0) (at 179.07 147.32 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "GND" (id 1) (at 179.1843 145.2944 0))
|
||||
(property "Footprint" "" (id 2) (at 179.07 140.97 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 179.07 140.97 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:R_Small") (at 148.59 55.88 90) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid "6cf869b7-4906-4269-be48-72d89d3fa069")
|
||||
(property "Reference" "R?" (id 0) (at 148.59 50.8 90))
|
||||
(property "Value" "470Ω" (id 1) (at 148.59 53.34 90))
|
||||
(property "Footprint" "" (id 2) (at 148.59 55.88 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 148.59 55.88 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:R_Small") (at 148.59 119.38 90) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid "021dd781-c0a2-4e06-a8a9-18b3d36b8b01")
|
||||
(property "Reference" "R?" (id 0) (at 146.05 121.92 90))
|
||||
(property "Value" "470Ω" (id 1) (at 151.13 121.92 90))
|
||||
(property "Footprint" "" (id 2) (at 148.59 119.38 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 148.59 119.38 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:R_Small") (at 184.15 135.89 180) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid "402630fe-21db-4aab-bf2b-692ed43189bc")
|
||||
(property "Reference" "R?" (id 0) (at 181.7432 133.35 0))
|
||||
(property "Value" "0R/1206" (id 1) (at 178.962 135.89 0))
|
||||
(property "Footprint" "" (id 2) (at 184.15 135.89 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 184.15 135.89 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:C_Small") (at 147.32 80.01 90) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid "b2be482e-a06b-452c-b548-81523fcaa898")
|
||||
(property "Reference" "C?" (id 0) (at 144.78 78.0477 90))
|
||||
(property "Value" "100n" (id 1) (at 151.13 77.806 90))
|
||||
(property "Footprint" "" (id 2) (at 147.32 80.01 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 147.32 80.01 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:C_Small") (at 172.72 135.89 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid "48dd30f4-6cc1-4a3c-9daf-1a3567fd9b4f")
|
||||
(property "Reference" "C?" (id 0) (at 169.4877 133.35 0))
|
||||
(property "Value" "100n/1kV/DNI" (id 1) (at 164.166 135.89 0))
|
||||
(property "Footprint" "" (id 2) (at 172.72 135.89 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 172.72 135.89 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Power_Protection:TPD4EUSB30") (at 85.09 62.23 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid "cab21cf5-02d1-4415-8f47-c31f2794f0af")
|
||||
(property "Reference" "U?" (id 0) (at 85.09 49.53 0))
|
||||
(property "Value" "TPD4EUSB30" (id 1) (at 85.09 52.07 0))
|
||||
(property "Footprint" "Package_SON:USON-10_2.5x1.0mm_P0.5mm" (id 2) (at 60.96 72.39 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "http://www.ti.com/lit/ds/symlink/tpd2eusb30a.pdf" (id 3) (at 85.09 62.23 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Power_Protection:TPD4EUSB30") (at 85.09 95.25 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid "5a8b766d-1b68-496b-9d3a-df1d0e3cffd8")
|
||||
(property "Reference" "U?" (id 0) (at 85.09 82.55 0))
|
||||
(property "Value" "TPD4EUSB30" (id 1) (at 85.09 85.09 0))
|
||||
(property "Footprint" "Package_SON:USON-10_2.5x1.0mm_P0.5mm" (id 2) (at 60.96 105.41 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "http://www.ti.com/lit/ds/symlink/tpd2eusb30a.pdf" (id 3) (at 85.09 95.25 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "LightBlue:RJ45_LINK-PP_LPJG0926HENL_Horizontal") (at 177.8 86.36 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid "6dd5e861-e5d4-4759-b127-4958e3f04beb")
|
||||
(property "Reference" "J?" (id 0) (at 157.48 48.26 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "RJ45_LINK-PP_LPJG0926HENL_Horizontal" (id 1) (at 182.88 48.26 0))
|
||||
(property "Footprint" "LightBlue:RJ45_LINK-PP_LPJG0926HENL_Horizontal" (id 2) (at 177.8 132.08 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "http://www.link-pp.com/upload/file/20180411/20180411182938293829.pdf" (id 3) (at 177.8 132.08 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user