From mboxrd@z Thu Jan 1 00:00:00 1970 From: a.heider@gmail.com (Andre Heider) Date: Sun, 29 Jun 2014 18:21:41 +0200 Subject: [PATCH 07/13] Documentation: devicetree: add bindings for TI PRUSS In-Reply-To: <1404058907-21112-1-git-send-email-a.heider@gmail.com> References: <1404058907-21112-1-git-send-email-a.heider@gmail.com> Message-ID: <1404058907-21112-8-git-send-email-a.heider@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 at 4a300000 { + compatible = "ti,pruss-v2"; + ti,hwmods = "pruss"; + reg = <0x4a300000 0x080000>; + interrupts = <20 21 22 23 24 25 26 27>; + interrupt-parent = <&intc>; +}; -- 2.0.0