dt-bindings: clk: at91: Define additional UTMI related clocks

Add definitions for an additional main UTMI clock as well as its
respective subclocks.

Signed-off-by: Sergiu Moga <sergiu.moga@microchip.com>
This commit is contained in:
Sergiu Moga 2023-01-04 16:04:14 +02:00 committed by Eugen Hristev
parent 7b88887ba7
commit ee25ed5899

View file

@ -18,5 +18,10 @@
#define PMC_TYPE_PERIPHERAL 3
#define PMC_TYPE_GCK 4
#define PMC_TYPE_SLOW 5
#define USB_UTMI 6
#define USB_UTMI1 0
#define USB_UTMI2 1
#define USB_UTMI3 2
#endif