From patchwork Tue Dec 26 16:16:53 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antoine Tenart X-Patchwork-Id: 10133165 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 83BA86037D for ; Tue, 26 Dec 2017 16:35:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 711ED2D862 for ; Tue, 26 Dec 2017 16:35:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 64FBA2DF43; Tue, 26 Dec 2017 16:35:23 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 0342B2D862 for ; Tue, 26 Dec 2017 16:35:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=P4wWDGPggaEjqrXvahdXy7KXBv2lU6CX4GLVow4PH7A=; b=UCu /GyEcmB04kBRNVDSFgF8zQm09BqKRnOsvHs5VZE+wtypTH2FJXRKGaBAv9qOnk92CXSI5b+s5WJ1R cmk57IxhQEB1uF8amYz/z4rtB1EgRtEJkOGfxFofa5g+2swKF2/n1xZpaughQCrzv0RPT5VQjj/3d BdCPf0wpaGJDQhkDhhd9RopCkBWkfKfnVVdlkIHHC+MmE1xa5l4n64xZLhX2rfLxHffwSAarDw16G 4VLscAcRgAQhrEdKQOcrpl9If/gZiGdlwG+vgoCb4UCOC5K8KlVjn43At+y+D9tVvtM2QPeWOPaiN I4ZFH3MGoNSsZgb0NWRBnBfNxlBgwdg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1eTsCG-00027P-NA; Tue, 26 Dec 2017 16:35:20 +0000 Received: from mail.free-electrons.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1eTsCC-0000wI-FJ for linux-arm-kernel@lists.infradead.org; Tue, 26 Dec 2017 16:35:18 +0000 Received: by mail.free-electrons.com (Postfix, from userid 110) id C481520386; Tue, 26 Dec 2017 17:35:01 +0100 (CET) Received: from localhost (unknown [80.12.37.231]) by mail.free-electrons.com (Postfix) with ESMTPSA id 884CB20378; Tue, 26 Dec 2017 17:35:01 +0100 (CET) From: Antoine Tenart To: andrew@lunn.ch, jason@lakedaemon.net, sebastian.hesselbarth@gmail.com, gregory.clement@free-electrons.com Subject: [PATCH] arm64: dts: marvell: armada-37xx: add a crypto node Date: Tue, 26 Dec 2017 17:16:53 +0100 Message-Id: <20171226161653.4601-1-antoine.tenart@free-electrons.com> X-Mailer: git-send-email 2.14.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20171226_083516_737388_EF9425F9 X-CRM114-Status: UNSURE ( 7.85 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: thomas.petazzoni@free-electrons.com, Antoine Tenart , nadavh@marvell.com, linux-arm-kernel@lists.infradead.org, miquel.raynal@free-electrons.com, oferh@marvell.com, igall@marvell.com MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP This patch adds a crypto node describing the EIP97 engine found in Armada 37xx SoCs. The cryptographic engine is enabled by default. Signed-off-by: Antoine Tenart --- arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi index 90c26d616a54..4c4b7a2fb162 100644 --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi @@ -309,6 +309,20 @@ }; }; + crypto: crypto@90000 { + compatible = "inside-secure,safexcel-eip97"; + reg = <0x90000 0x20000>; + interrupts = , + , + , + , + , + ; + interrupt-names = "mem", "ring0", "ring1", + "ring2", "ring3", "eip"; + clocks = <&nb_periph_clk 15>; + }; + sdhci1: sdhci@d0000 { compatible = "marvell,armada-3700-sdhci", "marvell,sdhci-xenon";