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/nvmem/qcom, 4 $id: http://devicetree.org/schemas/nvmem/qcom,sec-qfprom.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, Secure QFPRO 7 title: Qualcomm Technologies Inc, Secure QFPROM Efuse 8 8 9 maintainers: 9 maintainers: 10 - Komal Bajaj <quic_kbajaj@quicinc.com> 10 - Komal Bajaj <quic_kbajaj@quicinc.com> 11 11 12 description: 12 description: 13 For some of the Qualcomm SoC's, it is possib 13 For some of the Qualcomm SoC's, it is possible that the qfprom region is 14 protected from non-secure access. In such si 14 protected from non-secure access. In such situations, the OS have to use 15 secure calls to read the region. 15 secure calls to read the region. 16 16 17 allOf: 17 allOf: 18 - $ref: nvmem.yaml# 18 - $ref: nvmem.yaml# 19 - $ref: nvmem-deprecated-cells.yaml# 19 - $ref: nvmem-deprecated-cells.yaml# 20 20 21 properties: 21 properties: 22 compatible: 22 compatible: 23 items: 23 items: 24 - enum: 24 - enum: 25 - qcom,qdu1000-sec-qfprom 25 - qcom,qdu1000-sec-qfprom 26 - const: qcom,sec-qfprom 26 - const: qcom,sec-qfprom 27 27 28 reg: 28 reg: 29 items: 29 items: 30 - description: The secure qfprom correct 30 - description: The secure qfprom corrected region. 31 31 32 required: 32 required: 33 - compatible 33 - compatible 34 - reg 34 - reg 35 35 36 unevaluatedProperties: false 36 unevaluatedProperties: false 37 37 38 examples: 38 examples: 39 - | 39 - | 40 soc { 40 soc { 41 #address-cells = <2>; 41 #address-cells = <2>; 42 #size-cells = <2>; 42 #size-cells = <2>; 43 43 44 efuse@221c8000 { 44 efuse@221c8000 { 45 compatible = "qcom,qdu1000-sec-qfprom" 45 compatible = "qcom,qdu1000-sec-qfprom", "qcom,sec-qfprom"; 46 reg = <0 0x221c8000 0 0x1000>; 46 reg = <0 0x221c8000 0 0x1000>; 47 #address-cells = <1>; 47 #address-cells = <1>; 48 #size-cells = <1>; 48 #size-cells = <1>; 49 49 50 multi_chan_ddr: multi-chan-ddr@12b { 50 multi_chan_ddr: multi-chan-ddr@12b { 51 reg = <0x12b 0x1>; 51 reg = <0x12b 0x1>; 52 bits = <0 2>; 52 bits = <0 2>; 53 }; 53 }; 54 }; 54 }; 55 }; 55 }; 56 56
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.