commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
12 lines
420 B
Plaintext
12 lines
420 B
Plaintext
* Clock bindings for Energy Micro efm32 Giant Gecko's Clock Management Unit
|
|
|
|
Required properties:
|
|
- compatible: Should be "efm32gg,cmu"
|
|
- reg: Base address and length of the register set
|
|
- interrupts: Interrupt used by the CMU
|
|
- #clock-cells: Should be <1>
|
|
|
|
The clock consumer should specify the desired clock by having the clock ID in
|
|
its "clocks" phandle cell. The header efm32-clk.h contains a list of available
|
|
IDs.
|