Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/Documentation/devicetree/bindings/crypto/amd,ccp-seattle-v1a.yaml
26308 views
1
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2
%YAML 1.2
3
---
4
$id: http://devicetree.org/schemas/amd,ccp-seattle-v1a.yaml#
5
$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7
title: AMD Cryptographic Coprocessor (ccp)
8
9
maintainers:
10
- Tom Lendacky <thomas.lendacky@amd.com>
11
12
properties:
13
compatible:
14
const: amd,ccp-seattle-v1a
15
16
reg:
17
maxItems: 1
18
19
interrupts:
20
maxItems: 1
21
22
dma-coherent: true
23
24
required:
25
- compatible
26
- reg
27
- interrupts
28
29
additionalProperties: false
30
31
examples:
32
- |
33
crypto@e0100000 {
34
compatible = "amd,ccp-seattle-v1a";
35
reg = <0xe0100000 0x10000>;
36
interrupts = <0 3 4>;
37
dma-coherent;
38
};
39
40