add ehci readme

This commit is contained in:
sakumisu
2022-09-18 17:32:07 +08:00
parent 91b665441b
commit 554a85ac6c

26
port/ehci/README.md Normal file
View File

@@ -0,0 +1,26 @@
# Note
## Support Chip List
### BouffaloLab
- BouffaloLab BL616/BL808
### HPMicro
- HPM all series
### AllwinnerTech
- F133
### Nuvoton
- Nuvoton all series
## Before Use
Your should implement `usb_hc_low_level_init`.
- Enable USB PHY、USB clock and set USB clock for 48M.
- Enable usb irq
- Config EHCI BASE and other macros in `cherryusb_config_tempate.h`