summaryrefslogtreecommitdiff
path: root/include/dt-bindings/clock/at91.h
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2020-08-04 19:05:45 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2020-08-04 19:05:45 +0000
commit2554fe8f89383d8dedd834b46a9f616a277f8af4 (patch)
treea7597052fdedc3244821f034e5ef97f5ad01609c /include/dt-bindings/clock/at91.h
parent5df7ea339a6ba20ce6c2a001807a43a7cc1e9fe8 (diff)
Notes
Diffstat (limited to 'include/dt-bindings/clock/at91.h')
-rw-r--r--include/dt-bindings/clock/at91.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/at91.h b/include/dt-bindings/clock/at91.h
index 38b5554153c8..eba17106608b 100644
--- a/include/dt-bindings/clock/at91.h
+++ b/include/dt-bindings/clock/at91.h
@@ -12,6 +12,7 @@
#define PMC_TYPE_SYSTEM 1
#define PMC_TYPE_PERIPHERAL 2
#define PMC_TYPE_GCK 3
+#define PMC_TYPE_PROGRAMMABLE 4
#define PMC_SLOW 0
#define PMC_MCK 1
@@ -20,6 +21,9 @@
#define PMC_MCK2 4
#define PMC_I2S0_MUX 5
#define PMC_I2S1_MUX 6
+#define PMC_PLLACK 7
+#define PMC_PLLBCK 8
+#define PMC_AUDIOPLLCK 9
#ifndef AT91_PMC_MOSCS
#define AT91_PMC_MOSCS 0 /* MOSCS Flag */