diff options
Diffstat (limited to 'Documentation/devicetree/bindings/crypto/amd-ccp.txt')
-rw-r--r-- | Documentation/devicetree/bindings/crypto/amd-ccp.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/crypto/amd-ccp.txt b/Documentation/devicetree/bindings/crypto/amd-ccp.txt new file mode 100644 index 000000000000..6e0b11aa8995 --- /dev/null +++ b/Documentation/devicetree/bindings/crypto/amd-ccp.txt | |||
@@ -0,0 +1,16 @@ | |||
1 | * AMD Cryptographic Coprocessor driver (ccp) | ||
2 | |||
3 | Required properties: | ||
4 | - compatible: Should be "amd,ccp-seattle-v1a" | ||
5 | - reg: Address and length of the register set for the device | ||
6 | - interrupt-parent: Should be the phandle for the interrupt controller | ||
7 | that services interrupts for this device | ||
8 | - interrupts: Should contain the CCP interrupt | ||
9 | |||
10 | Example: | ||
11 | ccp@e0100000 { | ||
12 | compatible = "amd,ccp-seattle-v1a"; | ||
13 | reg = <0 0xe0100000 0 0x10000>; | ||
14 | interrupt-parent = <&gic>; | ||
15 | interrupts = <0 3 4>; | ||
16 | }; | ||