Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757633AbcCCLwo (ORCPT ); Thu, 3 Mar 2016 06:52:44 -0500 Received: from mail-wm0-f54.google.com ([74.125.82.54]:35264 "EHLO mail-wm0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751334AbcCCLkf (ORCPT ); Thu, 3 Mar 2016 06:40:35 -0500 From: Neil Armstrong To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Cc: Neil Armstrong Subject: [PATCH 05/17] dt-bindings: Add PLX Technology RPS Timer bindings Date: Thu, 3 Mar 2016 12:39:58 +0100 Message-Id: <1457005210-18485-6-git-send-email-narmstrong@baylibre.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1457005210-18485-1-git-send-email-narmstrong@baylibre.com> References: <1457005210-18485-1-git-send-email-narmstrong@baylibre.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1030 Lines: 31 Signed-off-by: Neil Armstrong --- .../devicetree/bindings/timer/plxtech,rps-timer.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Documentation/devicetree/bindings/timer/plxtech,rps-timer.txt diff --git a/Documentation/devicetree/bindings/timer/plxtech,rps-timer.txt b/Documentation/devicetree/bindings/timer/plxtech,rps-timer.txt new file mode 100644 index 0000000..bc7cb33 --- /dev/null +++ b/Documentation/devicetree/bindings/timer/plxtech,rps-timer.txt @@ -0,0 +1,17 @@ +PLX Technology OXNAS SoCs Family RPS Timer +========================================== + +Required properties: +- compatible: Should be "plxtech,nas782x-rps-timer" +- reg : Specifies base physical address and size of the registers. +- interrupts : The interrupt of the first timer +- clocks : The phandle of the timer clock source + +example: + +timer0: timer@200 { + compatible = "plxtech,nas782x-rps-timer"; + reg = <0x200 0x40>; + clocks = <&rpsclk>; + interrupts = <4 5>; +}; -- 1.9.1