1*5f62a964SEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2*5f62a964SEmmanuel Vadot%YAML 1.2 3*5f62a964SEmmanuel Vadot--- 4*5f62a964SEmmanuel Vadot$id: http://devicetree.org/schemas/nvmem/sprd,sc2731-efuse.yaml# 5*5f62a964SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6*5f62a964SEmmanuel Vadot 7*5f62a964SEmmanuel Vadottitle: Spreadtrum SC27XX PMIC eFuse 8*5f62a964SEmmanuel Vadot 9*5f62a964SEmmanuel Vadotmaintainers: 10*5f62a964SEmmanuel Vadot - Orson Zhai <orsonzhai@gmail.com> 11*5f62a964SEmmanuel Vadot - Baolin Wang <baolin.wang7@gmail.com> 12*5f62a964SEmmanuel Vadot - Chunyan Zhang <zhang.lyra@gmail.com> 13*5f62a964SEmmanuel Vadot 14*5f62a964SEmmanuel Vadotproperties: 15*5f62a964SEmmanuel Vadot compatible: 16*5f62a964SEmmanuel Vadot enum: 17*5f62a964SEmmanuel Vadot - sprd,sc2720-efuse 18*5f62a964SEmmanuel Vadot - sprd,sc2721-efuse 19*5f62a964SEmmanuel Vadot - sprd,sc2723-efuse 20*5f62a964SEmmanuel Vadot - sprd,sc2730-efuse 21*5f62a964SEmmanuel Vadot - sprd,sc2731-efuse 22*5f62a964SEmmanuel Vadot 23*5f62a964SEmmanuel Vadot reg: 24*5f62a964SEmmanuel Vadot maxItems: 1 25*5f62a964SEmmanuel Vadot 26*5f62a964SEmmanuel Vadot hwlocks: 27*5f62a964SEmmanuel Vadot maxItems: 1 28*5f62a964SEmmanuel Vadot 29*5f62a964SEmmanuel Vadotrequired: 30*5f62a964SEmmanuel Vadot - compatible 31*5f62a964SEmmanuel Vadot - reg 32*5f62a964SEmmanuel Vadot - hwlocks 33*5f62a964SEmmanuel Vadot 34*5f62a964SEmmanuel VadotallOf: 35*5f62a964SEmmanuel Vadot - $ref: nvmem.yaml# 36*5f62a964SEmmanuel Vadot - $ref: nvmem-deprecated-cells.yaml# 37*5f62a964SEmmanuel Vadot 38*5f62a964SEmmanuel VadotunevaluatedProperties: false 39*5f62a964SEmmanuel Vadot... 40