Signed-off-by: Bhoomika K <bhoomikak@xxxxxxxxxxxxxxx> Signed-off-by: Pavitrakumar M <pavitrakumarm@xxxxxxxxxxxxxxx> Acked-by: Ruud Derwig <Ruud.Derwig@xxxxxxxxxxxx> --- .../bindings/crypto/snps,dwc-spacc.yaml | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 Documentation/devicetree/bindings/crypto/snps,dwc-spacc.yaml diff --git a/Documentation/devicetree/bindings/crypto/snps,dwc-spacc.yaml b/Documentation/devicetree/bindings/crypto/snps,dwc-spacc.yaml new file mode 100644 index 000000000000..4432defbe268 --- /dev/null +++ b/Documentation/devicetree/bindings/crypto/snps,dwc-spacc.yaml @@ -0,0 +1,43 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/crypto/snps,dwc-spacc.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Synopsys Security Protocol Accelerator(SPAcc) Hardware Crypto Engine + +maintainers: + - Ruud Derwig <Ruud.Derwig@xxxxxxxxxxxx> + +description: + DWC Synopsys Security Protocol Accelerator(SPAcc) Hardware Crypto Engine is + a crypto IP, designed by Synopsis, that can accelerate cryptographic + operations. + +properties: + compatible: + const: snps,dwc-spacc + + reg: + maxItems: 1 + + interrupts: + maxItems: 1 + + mac-mode: + maxItems: 1 + +required: + - compatible + - reg + - interrupts + +additionalProperties: false + +examples: + - | + spacc: spacc@400000000 { + compatible = "snps,dwc-spacc"; + reg = <0x0000000400000000 0x0003FFFF>; + interrupts = <0 89 4>; + }; -- 2.25.1