* EFM32 timer hardwareThe efm32 Giant Gecko SoCs come with four 16 bit timers. Two counters can beconnected to form a 32 bit counter. Each timer has three Compare/Capturechannels and can be used as PWM or Quadrature Decoder. Available clock sourcesare the cpu's HFPERCLK (with a 10-bit prescaler) or an external pin.Required properties:
- reg : Address and length of the register set- clocks : Should contain a reference to the HFPERCLKOptional properties:- interrupts : Reference to the timer interruptExample:timer@40010c00 {