Lines Matching +full:spi +full:- +full:cs +full:- +full:high
1 Renesas MSIOF spi controller
4 - compatible : "renesas,msiof-r8a7743" (RZ/G1M)
5 "renesas,msiof-r8a7744" (RZ/G1N)
6 "renesas,msiof-r8a7745" (RZ/G1E)
7 "renesas,msiof-r8a77470" (RZ/G1C)
8 "renesas,msiof-r8a774a1" (RZ/G2M)
9 "renesas,msiof-r8a774c0" (RZ/G2E)
10 "renesas,msiof-r8a7790" (R-Car H2)
11 "renesas,msiof-r8a7791" (R-Car M2-W)
12 "renesas,msiof-r8a7792" (R-Car V2H)
13 "renesas,msiof-r8a7793" (R-Car M2-N)
14 "renesas,msiof-r8a7794" (R-Car E2)
15 "renesas,msiof-r8a7795" (R-Car H3)
16 "renesas,msiof-r8a7796" (R-Car M3-W)
17 "renesas,msiof-r8a77965" (R-Car M3-N)
18 "renesas,msiof-r8a77970" (R-Car V3M)
19 "renesas,msiof-r8a77980" (R-Car V3H)
20 "renesas,msiof-r8a77990" (R-Car E3)
21 "renesas,msiof-r8a77995" (R-Car D3)
22 "renesas,msiof-sh73a0" (SH-Mobile AG5)
23 "renesas,sh-mobile-msiof" (generic SH-Mobile compatibile device)
24 "renesas,rcar-gen2-msiof" (generic R-Car Gen2 and RZ/G1 compatible device)
25 "renesas,rcar-gen3-msiof" (generic R-Car Gen3 and RZ/G2 compatible device)
26 "renesas,sh-msiof" (deprecated)
29 must list the SoC-specific version corresponding
33 - reg : A list of offsets and lengths of the register sets for
40 - interrupts : Interrupt specifier
41 - #address-cells : Must be <1>
42 - #size-cells : Must be <0>
45 - clocks : Must contain a reference to the functional clock.
46 - num-cs : Total number of chip selects (default is 1).
52 - Native chip selects are always deasserted in
54 message. Use cs-gpios to work around this.
55 - All slaves using native chip selects must use the
56 same spi-cs-high configuration. Use cs-gpios to
58 - When using GPIO chip selects, at least one native
61 - dmas : Must contain a list of two references to DMA
64 - dma-names : Must contain a list of two DMA names, "tx" and "rx".
65 - spi-slave : Empty property indicating the SPI controller is used
67 - renesas,dtdl : delay sync signal (setup) in transmit mode.
70 50 (0.5-clock-cycle delay)
71 100 (1-clock-cycle delay)
72 150 (1.5-clock-cycle delay)
73 200 (2-clock-cycle delay)
75 - renesas,syncdl : delay sync signal (hold) in transmit mode.
78 50 (0.5-clock-cycle delay)
79 100 (1-clock-cycle delay)
80 150 (1.5-clock-cycle delay)
81 200 (2-clock-cycle delay)
82 300 (3-clock-cycle delay)
84 Optional properties, deprecated for soctype-specific bindings:
85 - renesas,tx-fifo-size : Overrides the default tx fifo size given in words
87 - renesas,rx-fifo-size : Overrides the default rx fifo size given in words
95 msiof0: spi@e6e20000 {
96 compatible = "renesas,msiof-r8a7791",
97 "renesas,rcar-gen2-msiof";
102 dma-names = "tx", "rx";
103 #address-cells = <1>;
104 #size-cells = <0>;