renesas,fsi.yaml (2b703bbda2713fd2a7d98029ea6c44f9c3159f34) | renesas,fsi.yaml (9f60a65bc5e6cd882120d8477cc7bec065887e3d) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/sound/renesas,fsi.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Renesas FSI Sound Driver Device Tree Bindings 8 9maintainers: 10 - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> 11 12properties: 13 $nodename: 14 pattern: "^sound@.*" 15 16 compatible: 17 oneOf: 18 # for FSI2 SoC 19 - items: | 1# SPDX-License-Identifier: GPL-2.0 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/sound/renesas,fsi.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Renesas FSI Sound Driver Device Tree Bindings 8 9maintainers: 10 - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> 11 12properties: 13 $nodename: 14 pattern: "^sound@.*" 15 16 compatible: 17 oneOf: 18 # for FSI2 SoC 19 - items: |
20 - enum: 21 - renesas,fsi2-sh73a0 22 - renesas,fsi2-r8a7740 23 - enum: 24 - renesas,sh_fsi2 | 20 - enum: 21 - renesas,fsi2-sh73a0 22 - renesas,fsi2-r8a7740 23 - enum: 24 - renesas,sh_fsi2 |
25 # for Generic 26 - items: | 25 # for Generic 26 - items: |
27 - enum: 28 - renesas,sh_fsi 29 - renesas,sh_fsi2 | 27 - enum: 28 - renesas,sh_fsi 29 - renesas,sh_fsi2 |
30 31 reg: 32 maxItems: 1 33 34 interrupts: 35 maxItems: 1 36 37 fsia,spdif-connection: --- 41 unchanged lines hidden --- | 30 31 reg: 32 maxItems: 1 33 34 interrupts: 35 maxItems: 1 36 37 fsia,spdif-connection: --- 41 unchanged lines hidden --- |