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/qcom 4 $id: http://devicetree.org/schemas/crypto/qcom,inline-crypto-engine.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Qualcomm Technologies, Inc. (QTI) Inlin 7 title: Qualcomm Technologies, Inc. (QTI) Inline Crypto Engine 8 8 9 maintainers: 9 maintainers: 10 - Bjorn Andersson <andersson@kernel.org> 10 - Bjorn Andersson <andersson@kernel.org> 11 11 12 properties: 12 properties: 13 compatible: 13 compatible: 14 items: 14 items: 15 - enum: 15 - enum: 16 - qcom,sa8775p-inline-crypto-engine << 17 - qcom,sc7180-inline-crypto-engine << 18 - qcom,sc7280-inline-crypto-engine << 19 - qcom,sm8450-inline-crypto-engine 16 - qcom,sm8450-inline-crypto-engine 20 - qcom,sm8550-inline-crypto-engine 17 - qcom,sm8550-inline-crypto-engine 21 - qcom,sm8650-inline-crypto-engine << 22 - const: qcom,inline-crypto-engine 18 - const: qcom,inline-crypto-engine 23 19 24 reg: 20 reg: 25 maxItems: 1 21 maxItems: 1 26 22 27 clocks: 23 clocks: 28 maxItems: 1 24 maxItems: 1 29 25 30 required: 26 required: 31 - compatible 27 - compatible 32 - reg 28 - reg 33 - clocks 29 - clocks 34 30 35 additionalProperties: false 31 additionalProperties: false 36 32 37 examples: 33 examples: 38 - | 34 - | 39 #include <dt-bindings/clock/qcom,sm8550-gc 35 #include <dt-bindings/clock/qcom,sm8550-gcc.h> 40 36 41 crypto@1d88000 { 37 crypto@1d88000 { 42 compatible = "qcom,sm8550-inline-crypto- 38 compatible = "qcom,sm8550-inline-crypto-engine", 43 "qcom,inline-crypto-engine" 39 "qcom,inline-crypto-engine"; 44 reg = <0x01d88000 0x8000>; 40 reg = <0x01d88000 0x8000>; 45 clocks = <&gcc GCC_UFS_PHY_ICE_CORE_CLK> 41 clocks = <&gcc GCC_UFS_PHY_ICE_CORE_CLK>; 46 }; 42 }; 47 ... 43 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.