schematic: (wip) more USB stuff

This commit is contained in:
Charlotte Gaskell 2026-08-12 22:24:52 +01:00
parent 6acf9cdc23
commit ab6523b490
Signed by: charlotte
GPG key ID: A49381B73C7A4001
3 changed files with 2725 additions and 5 deletions

View file

@ -621,6 +621,10 @@
"sort_field": "Reference" "sort_field": "Reference"
}, },
"bus_aliases": { "bus_aliases": {
"I2C": [
"SDA",
"SCL"
],
"SDIO": [ "SDIO": [
"DAT0", "DAT0",
"DAT1", "DAT1",
@ -630,6 +634,11 @@
"CLK", "CLK",
"DET" "DET"
], ],
"SPI": [
"CIPO",
"COPI",
"SCK"
],
"USB2": [ "USB2": [
"DP", "DP",
"DM" "DM"
@ -675,7 +684,7 @@
"uuid": "77f82812-b7c9-4744-90e7-50e16685157d" "uuid": "77f82812-b7c9-4744-90e7-50e16685157d"
} }
], ],
"used_designators": "J1,C1,#PWR1-4,U1", "used_designators": "J1-2,C1,#PWR1-6,U1-2",
"variants": [] "variants": []
}, },
"sheets": [ "sheets": [

View file

@ -2664,6 +2664,16 @@
) )
(uuid "132ba2bf-1e54-48c8-8b30-3a30dd82d4b1") (uuid "132ba2bf-1e54-48c8-8b30-3a30dd82d4b1")
) )
(bus
(pts
(xy 33.02 149.86) (xy 35.56 149.86)
)
(stroke
(width 0)
(type default)
)
(uuid "13948cb1-62b7-437d-9f63-6f8a8eee56e1")
)
(bus (bus
(pts (pts
(xy 128.27 123.19) (xy 147.32 123.19) (xy 128.27 123.19) (xy 147.32 123.19)
@ -2984,6 +2994,16 @@
) )
(uuid "b47a2d15-d55e-4fcc-ba48-314f5a5f7760") (uuid "b47a2d15-d55e-4fcc-ba48-314f5a5f7760")
) )
(label "I2C0{I2C}"
(at 35.514 149.86 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "c3dea070-03f4-46c3-bec7-2229f5968e45")
)
(label "SD.DAT2" (label "SD.DAT2"
(at 132.08 104.14 270) (at 132.08 104.14 270)
(effects (effects
@ -3553,7 +3573,7 @@
) )
(sheet (sheet
(at 19.05 142.24) (at 19.05 142.24)
(size 13.97 5.08) (size 13.97 13.97)
(exclude_from_sim no) (exclude_from_sim no)
(in_bom yes) (in_bom yes)
(on_board yes) (on_board yes)
@ -3579,7 +3599,7 @@
) )
) )
(property "Sheetfile" "usbio.kicad_sch" (property "Sheetfile" "usbio.kicad_sch"
(at 19.05 147.9046 0) (at 19.05 156.7946 0)
(show_name no) (show_name no)
(do_not_autoplace no) (do_not_autoplace no)
(effects (effects
@ -3610,6 +3630,26 @@
(justify right) (justify right)
) )
) )
(pin "TUSB320_~{EN}" input
(at 33.02 152.4 0)
(uuid "3b41e540-42d6-4791-be06-f3b3c3a8684c")
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(pin "{I2C}" bidirectional
(at 33.02 149.86 0)
(uuid "e5453f97-4fac-486a-a9a5-e92f225eeef2")
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(instances (instances
(project "esp32mp3-s31" (project "esp32mp3-s31"
(path "/77f82812-b7c9-4744-90e7-50e16685157d" (path "/77f82812-b7c9-4744-90e7-50e16685157d"

File diff suppressed because it is too large Load diff