Path: blob/master/Documentation/devicetree/bindings/crypto/intel,ixp4xx-crypto.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1# Copyright 2018 Linaro Ltd.2%YAML 1.23---4$id: http://devicetree.org/schemas/crypto/intel,ixp4xx-crypto.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#67title: Intel IXP4xx cryptographic engine89maintainers:10- Linus Walleij <linus.walleij@linaro.org>1112description: |13The Intel IXP4xx cryptographic engine makes use of the IXP4xx NPE14(Network Processing Engine). Since it is not a device on its own15it is defined as a subnode of the NPE, if crypto support is16available on the platform.1718properties:19compatible:20const: intel,ixp4xx-crypto2122intel,npe-handle:23$ref: /schemas/types.yaml#/definitions/phandle-array24items:25- items:26- description: phandle to the NPE this crypto engine27- description: the NPE instance number28description: phandle to the NPE this crypto engine is using, the cell29describing the NPE instance to be used.3031queue-rx:32$ref: /schemas/types.yaml#/definitions/phandle-array33items:34- items:35- description: phandle to the RX queue on the NPE36- description: the queue instance number37description: phandle to the RX queue on the NPE, the cell describing38the queue instance to be used.3940queue-txready:41$ref: /schemas/types.yaml#/definitions/phandle-array42items:43- items:44- description: phandle to the TX READY queue on the NPE45- description: the queue instance number46description: phandle to the TX READY queue on the NPE, the cell describing47the queue instance to be used.4849required:50- compatible51- intel,npe-handle52- queue-rx53- queue-txready5455additionalProperties: false565758