Searched +full:artpec6 +full:- +full:crypto (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/crypto/axis,artpec6-crypto.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Axis ARTPEC6 crypto engine with PDMA interface10 - Lars Persson <lars.persson@axis.com>15 - axis,artpec6-crypto16 - axis,artpec7-crypto25 - compatible26 - reg[all …]
1 Axis crypto engine with PDMA interface.4 - compatible : Should be one of the following strings:5 "axis,artpec6-crypto" for the version in the Axis ARTPEC-6 SoC6 "axis,artpec7-crypto" for the version in the Axis ARTPEC-7 SoC.7 - reg: Base address and size for the PDMA register area.8 - interrupts: Interrupt handle for the PDMA interrupt line.12 crypto@f4264000 {13 compatible = "axis,artpec6-crypto";
2 * Device Tree Source for the Axis ARTPEC-6 SoC4 * This file is dual-licensed: you can use it either under the terms43 #include <dt-bindings/interrupt-controller/arm-gic.h>44 #include <dt-bindings/dma/nbpfaxi.h>45 #include <dt-bindings/clock/axis,artpec6-clkctrl.h>48 #address-cells = <1>;49 #size-cells = <1>;50 compatible = "axis,artpec6";51 interrupt-parent = <&intc>;54 #address-cells = <1>;[all …]