|
@@ -6,7 +6,7 @@ channels and can be used as PWM or Quadrature Decoder. Available clock sources
|
|
|
are the cpu's HFPERCLK (with a 10-bit prescaler) or an external pin.
|
|
are the cpu's HFPERCLK (with a 10-bit prescaler) or an external pin.
|
|
|
|
|
|
|
|
Required properties:
|
|
Required properties:
|
|
|
-- compatible : Should be efm32,timer
|
|
|
|
|
|
|
+- compatible : Should be "energymicro,efm32-timer"
|
|
|
- reg : Address and length of the register set
|
|
- reg : Address and length of the register set
|
|
|
- clocks : Should contain a reference to the HFPERCLK
|
|
- clocks : Should contain a reference to the HFPERCLK
|
|
|
|
|
|
|
@@ -16,7 +16,7 @@ Optional properties:
|
|
|
Example:
|
|
Example:
|
|
|
|
|
|
|
|
timer@40010c00 {
|
|
timer@40010c00 {
|
|
|
- compatible = "efm32,timer";
|
|
|
|
|
|
|
+ compatible = "energymicro,efm32-timer";
|
|
|
reg = <0x40010c00 0x400>;
|
|
reg = <0x40010c00 0x400>;
|
|
|
interrupts = <14>;
|
|
interrupts = <14>;
|
|
|
clocks = <&cmu clk_HFPERCLKTIMER3>;
|
|
clocks = <&cmu clk_HFPERCLKTIMER3>;
|