Lines Matching +full:fsi2 +full:- +full:r8a7740
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas FIFO-buffered Serial Interface (FSI)
10 - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
13 - $ref: dai-common.yaml#
21 # for FSI2 SoC
22 - items:
23 - enum:
24 - renesas,fsi2-sh73a0 # SH-Mobile AG5
25 - renesas,fsi2-r8a7740 # R-Mobile A1
26 - enum:
27 - renesas,sh_fsi2
29 - items:
30 - enum:
31 - renesas,sh_fsi
32 - renesas,sh_fsi2
43 power-domains:
46 '#sound-dai-cells':
50 "^fsi(a|b),spdif-connection$":
54 "^fsi(a|b),stream-mode-support$":
58 "^fsi(a|b),use-internal-clock$":
63 - compatible
64 - reg
65 - interrupts
66 - clocks
67 - power-domains
68 - '#sound-dai-cells'
73 - |
74 #include <dt-bindings/clock/r8a7740-clock.h>
75 #include <dt-bindings/interrupt-controller/arm-gic.h>
77 compatible = "renesas,fsi2-r8a7740", "renesas,sh_fsi2";
81 power-domains = <&pd_a4mp>;
83 #sound-dai-cells = <1>;
84 fsia,spdif-connection;
85 fsia,stream-mode-support;
86 fsia,use-internal-clock;