1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/sound/renesas,fsi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas FSI Sound Driver Device Tree Bindings
10 - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
22 - renesas,fsi2-r8a7740
37 fsia,spdif-connection:
38 $ref: /schemas/types.yaml#/definitions/flag
39 description: FSI is connected by S/PDIF
41 fsia,stream-mode-support:
42 $ref: /schemas/types.yaml#/definitions/flag
43 description: FSI supports 16bit stream mode
45 fsia,use-internal-clock:
46 $ref: /schemas/types.yaml#/definitions/flag
47 description: FSI uses internal clock when master mode
49 fsib,spdif-connection:
50 $ref: /schemas/types.yaml#/definitions/flag
51 description: same as fsia
53 fsib,stream-mode-support:
54 $ref: /schemas/types.yaml#/definitions/flag
55 description: same as fsia
57 fsib,use-internal-clock:
58 $ref: /schemas/types.yaml#/definitions/flag
59 description: same as fsia
68 sh_fsi2: sound@ec230000 {
69 compatible = "renesas,fsi2-r8a7740", "renesas,sh_fsi2";
70 reg = <0xec230000 0x400>;
71 interrupts = <0 146 0x4>;
73 fsia,spdif-connection;
74 fsia,stream-mode-support;
75 fsia,use-internal-clock;