Path: blob/master/Documentation/devicetree/bindings/crypto/intel,keembay-ocs-hcu.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/crypto/intel,keembay-ocs-hcu.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Intel Keem Bay OCS HCU78maintainers:9- Declan Murphy <declan.murphy@intel.com>10- Daniele Alessandrelli <daniele.alessandrelli@intel.com>1112description:13The Intel Keem Bay Offload and Crypto Subsystem (OCS) Hash Control Unit (HCU)14provides hardware-accelerated hashing and HMAC.1516properties:17compatible:18const: intel,keembay-ocs-hcu1920reg:21maxItems: 12223interrupts:24maxItems: 12526clocks:27maxItems: 12829required:30- compatible31- reg32- interrupts33- clocks3435additionalProperties: false3637examples:38- |39#include <dt-bindings/interrupt-controller/arm-gic.h>40crypto@3000b000 {41compatible = "intel,keembay-ocs-hcu";42reg = <0x3000b000 0x1000>;43interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;44clocks = <&scmi_clk 94>;45};464748