diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2025-01-02 09:11:32 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2025-01-02 09:11:32 +0000 |
commit | cd989bfc73f7dff3085b7004c7d4f06396382e6d (patch) | |
tree | 24ee9100a779014759a5f9882d4742a7e0b2220f /include/dt-bindings/clock/at91.h | |
parent | beb6e748a90196469bed9e3900ce618069c652f7 (diff) |
Diffstat (limited to 'include/dt-bindings/clock/at91.h')
-rw-r--r-- | include/dt-bindings/clock/at91.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/at91.h b/include/dt-bindings/clock/at91.h index 3e3972a814c1..6ede88c3992d 100644 --- a/include/dt-bindings/clock/at91.h +++ b/include/dt-bindings/clock/at91.h @@ -38,6 +38,10 @@ #define PMC_CPU (PMC_MAIN + 9) #define PMC_MCK1 (PMC_MAIN + 10) +/* SAM9X7 */ +#define PMC_PLLADIV2 (PMC_MAIN + 11) +#define PMC_LVDSPLL (PMC_MAIN + 12) + #ifndef AT91_PMC_MOSCS #define AT91_PMC_MOSCS 0 /* MOSCS Flag */ #define AT91_PMC_LOCKA 1 /* PLLA Lock */ |