1*c66ec88fSEmmanuel Vadot* Clock bindings for Energy Micro efm32 Giant Gecko's Clock Management Unit 2*c66ec88fSEmmanuel Vadot 3*c66ec88fSEmmanuel VadotRequired properties: 4*c66ec88fSEmmanuel Vadot- compatible: Should be "efm32gg,cmu" 5*c66ec88fSEmmanuel Vadot- reg: Base address and length of the register set 6*c66ec88fSEmmanuel Vadot- interrupts: Interrupt used by the CMU 7*c66ec88fSEmmanuel Vadot- #clock-cells: Should be <1> 8*c66ec88fSEmmanuel Vadot 9*c66ec88fSEmmanuel VadotThe clock consumer should specify the desired clock by having the clock ID in 10*c66ec88fSEmmanuel Vadotits "clocks" phandle cell. The header efm32-clk.h contains a list of available 11*c66ec88fSEmmanuel VadotIDs. 12