diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2013-10-08 03:57:20 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-11-04 15:23:18 -0500 |
commit | 9ed9c07d9b7d42fc7042247c2be283731186464f (patch) | |
tree | 767dd3224fda7cfdf55cc1f78ff524612f74c524 /Documentation/devicetree | |
parent | f61027426a5bc7093aa8359a411b053a35bb4b68 (diff) |
clk: new driver for efm32 SoC
This patch adds support for the clocks provided by the Clock Management
Unit of Energy Micro's efm32 Giant Gecko SoCs including device tree
bindings.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/clock/efm32-clock.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/efm32-clock.txt b/Documentation/devicetree/bindings/clock/efm32-clock.txt new file mode 100644 index 000000000000..263d293f6a10 --- /dev/null +++ b/Documentation/devicetree/bindings/clock/efm32-clock.txt | |||
@@ -0,0 +1,11 @@ | |||
1 | * Clock bindings for Energy Micro efm32 Giant Gecko's Clock Management Unit | ||
2 | |||
3 | Required properties: | ||
4 | - compatible: Should be "efm32gg,cmu" | ||
5 | - reg: Base address and length of the register set | ||
6 | - interrupts: Interrupt used by the CMU | ||
7 | - #clock-cells: Should be <1> | ||
8 | |||
9 | The clock consumer should specify the desired clock by having the clock ID in | ||
10 | its "clocks" phandle cell. The header efm32-clk.h contains a list of available | ||
11 | IDs. | ||