init otg highspeed

This commit is contained in:
guangzong 2024-04-14 12:36:18 -04:00
parent cd141fbba9
commit 94439f8c67
Signed by: guangzong
GPG Key ID: 095389BACAE97D19
2 changed files with 1511 additions and 1 deletions

1510
data/registers/otg_v2.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -309,7 +309,7 @@ impl PeriMatcher {
("STM32(G0|H5|U5).*:USBRAM:.*", ("usbram", "32_2048", "USBRAM")), ("STM32(G0|H5|U5).*:USBRAM:.*", ("usbram", "32_2048", "USBRAM")),
// # USB OTG // # USB OTG
(".*:USB_OTG_FS:otgfs1_.*", ("otg", "v1", "OTG")), (".*:USB_OTG_FS:otgfs1_.*", ("otg", "v1", "OTG")),
(".*:USB_OTG_HS:otghs1_.*", ("otg", "v1", "OTG")), (".*:USB_OTG_HS:otghs1_.*", ("otg", "v2", "OTG")),
("STM32C0.*:RCC:.*", ("rcc", "c0", "RCC")), ("STM32C0.*:RCC:.*", ("rcc", "c0", "RCC")),
("STM32F030.[46].*:RCC:.*", ("rcc", "f0v1", "RCC")), ("STM32F030.[46].*:RCC:.*", ("rcc", "f0v1", "RCC")),
("STM32F05[128].*:RCC:.*", ("rcc", "f0v1", "RCC")), ("STM32F05[128].*:RCC:.*", ("rcc", "f0v1", "RCC")),