1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/sound/mediatek,mt6351-sound.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: MediaTek MT6351 Audio CODEC 8 9maintainers: 10 - KaiChieh Chuang <kaichieh.chuang@mediatek.com> 11 12description: 13 MT6351 Audio CODEC is a part of the MediaTek MT6351 PMIC. 14 It communicates with the SoC through the MediaTek PMIC wrapper(pwrap). 15 16allOf: 17 - $ref: dai-common.yaml# 18 19properties: 20 compatible: 21 const: mediatek,mt6351-sound 22 23 "#sound-dai-cells": 24 const: 0 25 26required: 27 - compatible 28 - "#sound-dai-cells" 29 30unevaluatedProperties: false 31 32examples: 33 - | 34 sound { 35 compatible = "mediatek,mt6351-sound"; 36 #sound-dai-cells = <0>; 37 }; 38