1 # SPDX-License-Identifier: (GPL-2.0-only OR BS 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/crypto/arm, 4 $id: http://devicetree.org/schemas/crypto/arm,cryptocell.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Arm TrustZone CryptoCell cryptographic 7 title: Arm TrustZone CryptoCell cryptographic engine 8 8 9 maintainers: 9 maintainers: 10 - Gilad Ben-Yossef <gilad@benyossef.com> 10 - Gilad Ben-Yossef <gilad@benyossef.com> 11 11 12 properties: 12 properties: 13 compatible: 13 compatible: 14 enum: 14 enum: 15 - arm,cryptocell-713-ree 15 - arm,cryptocell-713-ree 16 - arm,cryptocell-703-ree 16 - arm,cryptocell-703-ree 17 - arm,cryptocell-712-ree 17 - arm,cryptocell-712-ree 18 - arm,cryptocell-710-ree 18 - arm,cryptocell-710-ree 19 - arm,cryptocell-630p-ree 19 - arm,cryptocell-630p-ree 20 20 21 reg: 21 reg: 22 maxItems: 1 22 maxItems: 1 23 23 24 interrupts: 24 interrupts: 25 maxItems: 1 25 maxItems: 1 26 26 27 clocks: 27 clocks: 28 maxItems: 1 28 maxItems: 1 29 29 30 power-domains: 30 power-domains: 31 maxItems: 1 31 maxItems: 1 32 32 33 resets: 33 resets: 34 maxItems: 1 34 maxItems: 1 35 35 36 dma-coherent: true 36 dma-coherent: true 37 37 38 required: 38 required: 39 - compatible 39 - compatible 40 - reg 40 - reg 41 - interrupts 41 - interrupts 42 42 43 additionalProperties: false 43 additionalProperties: false 44 44 45 examples: 45 examples: 46 - | 46 - | 47 #include <dt-bindings/interrupt-controller 47 #include <dt-bindings/interrupt-controller/arm-gic.h> 48 48 49 arm_cc712: crypto@80000000 { 49 arm_cc712: crypto@80000000 { 50 compatible = "arm,cryptocell-712-r 50 compatible = "arm,cryptocell-712-ree"; 51 reg = <0x80000000 0x10000>; 51 reg = <0x80000000 0x10000>; 52 interrupts = <GIC_SPI 30 IRQ_TYPE_ 52 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>; 53 }; 53 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.