Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/dts Add crypto engine block.



details:   https://anonhg.NetBSD.org/src/rev/e547b4dccab6
branches:  trunk
changeset: 847078:e547b4dccab6
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Dec 09 04:40:50 2019 +0000

description:
Add crypto engine block.

diffstat:

 sys/arch/arm/dts/sun50i-a64.dtsi |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r d3a76e35ef2d -r e547b4dccab6 sys/arch/arm/dts/sun50i-a64.dtsi
--- a/sys/arch/arm/dts/sun50i-a64.dtsi  Mon Dec 09 04:39:58 2019 +0000
+++ b/sys/arch/arm/dts/sun50i-a64.dtsi  Mon Dec 09 04:40:50 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sun50i-a64.dtsi,v 1.13 2019/11/17 17:35:10 jmcneill Exp $ */
+/* $NetBSD: sun50i-a64.dtsi,v 1.14 2019/12/09 04:40:50 riastradh Exp $ */
 
 /*-
  * Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -50,6 +50,15 @@
                        resets = <&ccu RST_BUS_THS>;
                        #thermal-sensor-cells = <0>;
                };
+
+               crypto: crypto@1c15000 {
+                       compatible = "allwinner,sun50i-a64-crypto";
+                       reg = <0x01c15000 0x1000>;
+                       interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&ccu CLK_BUS_CE>, <&ccu CLK_CE>;
+                       clock-names = "bus", "mod";
+                       resets = <&ccu RST_BUS_CE>;
+               };
        };
 
        /* PMU interrupt numbers are wrong in mainline dts */



Home | Main Index | Thread Index | Old Index