Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1535239 > unrolled thread

[PATCH v2 3/3] crypto: brcm: Add Broadcom SPU driver DT entry.

Started byRob Rice <rob.rice@broadcom.com>
First post2016-12-02 22:40 +0100
Last post2016-12-02 22:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 3/3] crypto: brcm: Add Broadcom SPU driver DT entry. Rob Rice <rob.rice@broadcom.com> - 2016-12-02 22:40 +0100

#1535239 — [PATCH v2 3/3] crypto: brcm: Add Broadcom SPU driver DT entry.

FromRob Rice <rob.rice@broadcom.com>
Date2016-12-02 22:40 +0100
Subject[PATCH v2 3/3] crypto: brcm: Add Broadcom SPU driver DT entry.
Message-ID<sK3IK-Js-9@gated-at.bofh.it>
Add Northstar2 device tree entry for Broadcom Secure Processing
Unit (SPU) crypto driver.

Signed-off-by: Steve Lin <steven.lin1@broadcom.com>
Signed-off-by: Rob Rice <rob.rice@broadcom.com>
---
 arch/arm64/boot/dts/broadcom/ns2.dtsi | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm64/boot/dts/broadcom/ns2.dtsi b/arch/arm64/boot/dts/broadcom/ns2.dtsi
index d95dc40..8b81b0d 100644
--- a/arch/arm64/boot/dts/broadcom/ns2.dtsi
+++ b/arch/arm64/boot/dts/broadcom/ns2.dtsi
@@ -191,6 +191,18 @@
 
 		#include "ns2-clock.dtsi"
 
+		spu-crypto@612d0000 {
+			compatible = "brcm,spum-crypto";
+			reg = <0x612d0000 0x900>,    /* SPU 0 control regs */
+				<0x612f0000 0x900>,  /* SPU 1 control regs */
+				<0x61310000 0x900>,  /* SPU 2 control regs */
+				<0x61330000 0x900>;  /* SPU 3 control regs */
+			mboxes = <&pdc0 0>,
+				<&pdc1 0>,
+				<&pdc2 0>,
+				<&pdc3 0>;
+		};
+
 		dma0: dma@61360000 {
 			compatible = "arm,pl330", "arm,primecell";
 			reg = <0x61360000 0x1000>;
-- 
2.1.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web