diff options
| author | Sergiu Moga <[email protected]> | 2023-01-04 16:04:14 +0200 |
|---|---|---|
| committer | Eugen Hristev <[email protected]> | 2023-01-05 10:04:57 +0200 |
| commit | ee25ed5899b8a7ee125e58298bd1b71feedb79f1 (patch) | |
| tree | f6175bdd5f7640e2b0874e5c00fc67eef0dffe46 | |
| parent | 7b88887ba78d100bcb74d3e0baa03f87a338e707 (diff) | |
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 <[email protected]>
| -rw-r--r-- | include/dt-bindings/clk/at91.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/clk/at91.h b/include/dt-bindings/clk/at91.h index e30756b2804..a178b94157b 100644 --- a/include/dt-bindings/clk/at91.h +++ b/include/dt-bindings/clk/at91.h @@ -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 |
