summaryrefslogtreecommitdiff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorMichael Turquette <mturquette@baylibre.com>2015-12-22 16:49:38 -0800
committerMichael Turquette <mturquette@baylibre.com>2015-12-22 16:49:38 -0800
commitce6dd266d535d66ac90abdd0241e7e5be4890568 (patch)
tree16f5d98d8fcc1559c449c5f8a850bf3d6613e6ff /include/dt-bindings
parent471a9abeb18f43cf437f58d3a13ed8f43b7dede7 (diff)
parent5e63dcc74b3066659ea53aeefbee1fc1d79f4b6f (diff)
Merge branch 'clk-bcm2835' into clk-next
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/bcm2835-aux.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/bcm2835-aux.h b/include/dt-bindings/clock/bcm2835-aux.h
new file mode 100644
index 000000000000..d91156e2658d
--- /dev/null
+++ b/include/dt-bindings/clock/bcm2835-aux.h
@@ -0,0 +1,17 @@
+/*
+ * Copyright (C) 2015 Broadcom Corporation
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation version 2.
+ *
+ * This program is distributed "as is" WITHOUT ANY WARRANTY of any
+ * kind, whether express or implied; without even the implied warranty
+ * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+#define BCM2835_AUX_CLOCK_UART 0
+#define BCM2835_AUX_CLOCK_SPI1 1
+#define BCM2835_AUX_CLOCK_SPI2 2
+#define BCM2835_AUX_CLOCK_COUNT 3