linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] Documentation: devicetree: add Freescale SCC bindings
@ 2016-02-11 14:04 Steffen Trumtrar
  2016-02-11 14:04 ` [PATCH 2/3] ARM: i.MX25: add scc module to dtsi Steffen Trumtrar
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Steffen Trumtrar @ 2016-02-11 14:04 UTC (permalink / raw)
  To: linux-arm-kernel

Add documentation for the Freescale Security Controller (SCC)
found on i.MX25 SoCs.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
 .../devicetree/bindings/crypto/fsl-imx-scc.txt          | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/crypto/fsl-imx-scc.txt

diff --git a/Documentation/devicetree/bindings/crypto/fsl-imx-scc.txt b/Documentation/devicetree/bindings/crypto/fsl-imx-scc.txt
new file mode 100644
index 000000000000..9a15ab8da94f
--- /dev/null
+++ b/Documentation/devicetree/bindings/crypto/fsl-imx-scc.txt
@@ -0,0 +1,17 @@
+Freescale Security Controller (SCC)
+
+Required properties:
+- compatible : Should be "fsl,imx25-scc".
+- reg : Should contain register location and length.
+- interrupts : Should contain interrupt numbers for SCM IRQ and SMN IRQ.
+
+Example:
+
+	scc: crypto at 53fac000 {
+		compatible = "fsl,imx25-scc";
+		reg = <0x53fac000 0x4000>;
+		clocks = <&clks 111>;
+		clock-names = "ipg";
+		interrupts = <49>, <50>;
+		interrupt-names = "scm", "smn";
+	};
-- 
2.7.0.rc3

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-02-18 13:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-11 14:04 [PATCH 1/3] Documentation: devicetree: add Freescale SCC bindings Steffen Trumtrar
2016-02-11 14:04 ` [PATCH 2/3] ARM: i.MX25: add scc module to dtsi Steffen Trumtrar
2016-02-11 14:04 ` [PATCH 3/3] crypto: add basic driver for the MXC SCC Steffen Trumtrar
2016-02-11 15:45   ` Lothar Waßmann
2016-02-12 16:37 ` [PATCH 1/3] Documentation: devicetree: add Freescale SCC bindings Rob Herring
2016-02-14  7:55 ` Shawn Guo
2016-02-16  8:41   ` Steffen Trumtrar
2016-02-18 13:11     ` Shawn Guo

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).