Lines Matching +full:tx1 +full:- +full:1

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/renesas,rz-ssi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas RZ/{G2L,V2L} ASoC Sound Serial Interface (SSIF-2)
10 - Biju Das <biju.das.jz@bp.renesas.com>
13 - $ref: dai-common.yaml#
18 - enum:
19 - renesas,r9a07g043-ssi # RZ/G2UL and RZ/Five
20 - renesas,r9a07g044-ssi # RZ/G2{L,LC}
21 - renesas,r9a07g054-ssi # RZ/V2L
22 - const: renesas,rz-ssi
25 maxItems: 1
31 interrupt-names:
33 - items:
34 - const: int_req
35 - const: dma_rx
36 - const: dma_tx
37 - items:
38 - const: int_req
39 - const: dma_rt
44 clock-names:
46 - const: ssi
47 - const: ssi_sfr
48 - const: audio_clk1
49 - const: audio_clk2
51 power-domains:
52 maxItems: 1
55 maxItems: 1
58 minItems: 1
65 bits[0:9] - Specifies MID/RID value of a SSI channel as below
69 MID/RID value of SSI tx1 = 0x259
73 bit[10] - HIEN = 1, Detects a request in response to the rising edge
75 bit[11] - LVL = 0, Detects based on the edge
76 bits[12:14] - AM = 2, Bus cycle mode
77 bit[15] - TM = 0, Single transfer mode
79 dma-names:
81 - items:
82 - const: tx
83 - const: rx
84 - items:
85 - const: rt
87 '#sound-dai-cells':
91 - compatible
92 - reg
93 - interrupts
94 - interrupt-names
95 - clocks
96 - clock-names
97 - resets
98 - '#sound-dai-cells'
103 - |
104 #include <dt-bindings/interrupt-controller/arm-gic.h>
105 #include <dt-bindings/clock/r9a07g044-cpg.h>
108 compatible = "renesas,r9a07g044-ssi",
109 "renesas,rz-ssi";
114 interrupt-names = "int_req", "dma_rx", "dma_tx";
119 clock-names = "ssi", "ssi_sfr", "audio_clk1", "audio_clk2";
120 power-domains = <&cpg>;
124 dma-names = "tx", "rx";
125 #sound-dai-cells = <0>;