From patchwork Sun Jun 29 16:21:41 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andre Heider X-Patchwork-Id: 4444771 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id EFC62BEEAA for ; Sun, 29 Jun 2014 16:25:40 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2FDE420328 for ; Sun, 29 Jun 2014 16:25:40 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6BEED202F8 for ; Sun, 29 Jun 2014 16:25:39 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1X1HtF-00047J-Ry; Sun, 29 Jun 2014 16:23:41 +0000 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1X1Hs1-0003ON-SD for linux-arm-kernel@lists.infradead.org; Sun, 29 Jun 2014 16:22:26 +0000 Received: by mail-wg0-f46.google.com with SMTP id y10so7103750wgg.5 for ; Sun, 29 Jun 2014 09:22:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=fnzvu7jQ73/lK8tCuPmYiopjH/SfoZOh/HC3SihJNno=; b=KosvgFkwcIhNXlIJuZBrz/UZ3NCoCMX+x+4RIFX1VBrm3hiCVOwW0wtuhoC9y6SHPO PNlF2hXrEhb/tT9H/DtYlEq9Bi5cFkVl4Jz6bgZCuzaR8DvPMyrmmIo+TyXsq2C7ITjc fujU/epua4IU5rbTxvIUqawafQMueUOHaqmATl+Eg8z2giNsObNzCZiAxkwKOxHiQhfV r1Q2l2TFrxNCvfV5AacjOtiNqgX+IfqBo7F94WJHjR3ciKKutavCeaEoYk6X7vtlcOqt JGK08AfzXhGAvD4MMr9Rhhj39x6WjXVfgzsvyasN6rDkKql8IFlZ52aLxY9qaaXvc+46 ub5Q== X-Received: by 10.180.89.69 with SMTP id bm5mr24149583wib.41.1404058923116; Sun, 29 Jun 2014 09:22:03 -0700 (PDT) Received: from mamamia.internal (a89-182-10-130.net-htp.de. [89.182.10.130]) by mx.google.com with ESMTPSA id gh16sm21137573wic.3.2014.06.29.09.22.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 29 Jun 2014 09:22:02 -0700 (PDT) From: Andre Heider To: linux-omap@vger.kernel.org Subject: [PATCH 07/13] Documentation: devicetree: add bindings for TI PRUSS Date: Sun, 29 Jun 2014 18:21:41 +0200 Message-Id: <1404058907-21112-8-git-send-email-a.heider@gmail.com> X-Mailer: git-send-email 2.0.0 In-Reply-To: <1404058907-21112-1-git-send-email-a.heider@gmail.com> References: <1404058907-21112-1-git-send-email-a.heider@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140629_092226_093677_86703AAE X-CRM114-Status: GOOD ( 10.37 ) X-Spam-Score: -0.1 (/) Cc: devicetree@vger.kernel.org, Paul Walmsley , Tony Lindgren , Greg Kroah-Hartman , Matt Porter , "Hans J . Koch" , =?UTF-8?q?Beno=C3=AEt=20Cousson?= , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Andre Heider --- Documentation/devicetree/bindings/misc/ti,pruss.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Documentation/devicetree/bindings/misc/ti,pruss.txt diff --git a/Documentation/devicetree/bindings/misc/ti,pruss.txt b/Documentation/devicetree/bindings/misc/ti,pruss.txt new file mode 100644 index 0000000..4eacc41 --- /dev/null +++ b/Documentation/devicetree/bindings/misc/ti,pruss.txt @@ -0,0 +1,19 @@ +TI Programmable Real-Time Unit Sub System (PRUSS) + +Required properties: +- compatible : + - "ti,pruss-v1" - for PRUv1 as found on the OMAPL138/DA850/AM18xx SoC families + - "ti,pruss-v2" - for PRUv2 as found on the AM33xx SoC family +- ti,hwmods: Name of the hwmod associated to the PRUSS +- reg: Address range of rtc register set +- interrupts: host event interrupts in order +- interrupt-parent: phandle for the interrupt controller + +Example: +pruss: pruss@4a300000 { + compatible = "ti,pruss-v2"; + ti,hwmods = "pruss"; + reg = <0x4a300000 0x080000>; + interrupts = <20 21 22 23 24 25 26 27>; + interrupt-parent = <&intc>; +};