Lines Matching +full:spi +full:- +full:compatible

1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/spi/snps,dw-apb-ssi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Mark Brown <broonie@kernel.org>
13 - $ref: "spi-controller.yaml#"
14 - if:
16 compatible:
19 - mscc,ocelot-spi
20 - mscc,jaguar2-spi
25 - if:
27 compatible:
30 - baikal,bt1-sys-ssi
33 mux-controls:
36 - mux-controls
39 - interrupts
42 compatible:
44 - description: Generic DW SPI Controller
46 - snps,dw-apb-ssi
47 - snps,dwc-ssi-1.01a
48 - description: Microsemi Ocelot/Jaguar2 SoC SPI Controller
50 - enum:
51 - mscc,ocelot-spi
52 - mscc,jaguar2-spi
53 - const: snps,dw-apb-ssi
54 - description: Microchip Sparx5 SoC SPI Controller
55 const: microchip,sparx5-spi
56 - description: Amazon Alpine SPI Controller
57 const: amazon,alpine-dw-apb-ssi
58 - description: Renesas RZ/N1 SPI Controller
60 - const: renesas,rzn1-spi
61 - const: snps,dw-apb-ssi
62 - description: Intel Keem Bay SPI Controller
63 const: intel,keembay-ssi
64 - description: Intel Thunder Bay SPI Controller
65 const: intel,thunderbay-ssi
66 - description: Baikal-T1 SPI Controller
67 const: baikal,bt1-ssi
68 - description: Baikal-T1 System Boot SPI Controller
69 const: baikal,bt1-sys-ssi
70 - description: Canaan Kendryte K210 SoS SPI Controller
71 const: canaan,k210-spi
72 - description: Renesas RZ/N1 SPI Controller
74 - enum:
75 - renesas,r9a06g032-spi # RZ/N1D
76 - renesas,r9a06g033-spi # RZ/N1S
77 - const: renesas,rzn1-spi # RZ/N1
82 - description: DW APB SSI controller memory mapped registers
83 - description: SPI MST region map or directly mapped SPI ROM
91 - description: SPI Controller reference clock source
92 - description: APB interface clock source
94 clock-names:
97 - const: ssi_clk
98 - const: pclk
103 reset-names:
104 const: spi
106 reg-io-width:
111 num-cs:
118 - description: TX DMA Channel
119 - description: RX DMA Channel
121 dma-names:
123 - const: tx
124 - const: rx
126 rx-sample-delay-ns:
129 Default value of the rx-sample-delay-ns property.
131 for a SPI slave device.
133 SPI Rx sample delay offset, unit is nanoseconds.
140 "^.*@[0-9a-f]+$":
150 - compatible
151 - reg
152 - "#address-cells"
153 - "#size-cells"
154 - clocks
157 - |
158 spi@fff00000 {
159 compatible = "snps,dw-apb-ssi";
161 #address-cells = <1>;
162 #size-cells = <0>;
165 num-cs = <2>;
166 cs-gpios = <&gpio0 13 0>,
168 rx-sample-delay-ns = <3>;
170 compatible = "spi-nand";
172 rx-sample-delay-ns = <7>;
175 - |
176 spi@1f040100 {
177 compatible = "baikal,bt1-sys-ssi";
180 #address-cells = <1>;
181 #size-cells = <0>;
182 mux-controls = <&boot_mux>;
184 clock-names = "ssi_clk";