1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/sound/fsl,sof-cpu.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: NXP audio processor common properties 8 9maintainers: 10 - Daniel Baluta <daniel.baluta@nxp.com> 11 12properties: 13 mboxes: 14 maxItems: 4 15 16 mbox-names: 17 items: 18 - const: txdb0 19 - const: txdb1 20 - const: rxdb0 21 - const: rxdb1 22 23required: 24 - mboxes 25 - mbox-names 26 27additionalProperties: true 28