devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
  • * [PATCH 09/11] dt-bindings: Document the STM32 timer bindings
           [not found] ` <1433248316-26320-1-git-send-email-daniel.lezcano@linaro.org>
           [not found]   ` <1433248316-26320-1-git-send-email-daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
    @ 2015-06-02 12:31   ` Daniel Lezcano
      1 sibling, 0 replies; 3+ messages in thread
    From: Daniel Lezcano @ 2015-06-02 12:31 UTC (permalink / raw)
      To: tglx, mingo
      Cc: Maxime Coquelin, Rob Herring, Chanwoo Choi, Rob Herring,
    	Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
    	open list:OPEN FIRMWARE AND..., open list
    
    From: Maxime Coquelin <mcoquelin.stm32@gmail.com>
    
    This adds documentation of device tree bindings for the
    STM32 timer.
    
    Tested-by: Chanwoo Choi <cw00.choi@samsung.com>
    Acked-by: Rob Herring <robh@kernel.org>
    Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
    Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
    ---
     .../devicetree/bindings/timer/st,stm32-timer.txt   | 22 ++++++++++++++++++++++
     1 file changed, 22 insertions(+)
     create mode 100644 Documentation/devicetree/bindings/timer/st,stm32-timer.txt
    
    diff --git a/Documentation/devicetree/bindings/timer/st,stm32-timer.txt b/Documentation/devicetree/bindings/timer/st,stm32-timer.txt
    new file mode 100644
    index 0000000..8ef28e7
    --- /dev/null
    +++ b/Documentation/devicetree/bindings/timer/st,stm32-timer.txt
    @@ -0,0 +1,22 @@
    +. STMicroelectronics STM32 timer
    +
    +The STM32 MCUs family has several general-purpose 16 and 32 bits timers.
    +
    +Required properties:
    +- compatible : Should be "st,stm32-timer"
    +- reg : Address and length of the register set
    +- clocks : Reference on the timer input clock
    +- interrupts : Reference to the timer interrupt
    +
    +Optional properties:
    +- resets: Reference to a reset controller asserting the timer
    +
    +Example:
    +
    +timer5: timer@40000c00 {
    +	compatible = "st,stm32-timer";
    +	reg = <0x40000c00 0x400>;
    +	interrupts = <50>;
    +	resets = <&rrc 259>;
    +	clocks = <&clk_pmtr1>;
    +};
    -- 
    1.9.1
    
    ^ permalink raw reply related	[flat|nested] 3+ messages in thread

  • end of thread, other threads:[~2015-06-02 12:31 UTC | newest]
    
    Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <556DA1E5.1030601@linaro.org>
         [not found] ` <1433248316-26320-1-git-send-email-daniel.lezcano@linaro.org>
         [not found]   ` <1433248316-26320-1-git-send-email-daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
    2015-06-02 12:31     ` [PATCH 06/11] doc: dt: Add documentation for lpc3220-timer Daniel Lezcano
    2015-06-02 12:31     ` [PATCH 07/11] dt-bindings: Document the ARM System timer bindings Daniel Lezcano
    2015-06-02 12:31   ` [PATCH 09/11] dt-bindings: Document the STM32 " Daniel Lezcano
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).