Lines Matching +full:baikal +full:- +full:t1

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:
19 - mscc,ocelot-spi
20 - mscc,jaguar2-spi
25 - if:
30 - baikal,bt1-sys-ssi
33 mux-controls:
36 - mux-controls
39 - interrupts
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: Baikal-T1 SPI Controller
65 const: baikal,bt1-ssi
66 - description: Baikal-T1 System Boot SPI Controller
67 const: baikal,bt1-sys-ssi
72 - description: DW APB SSI controller memory mapped registers
73 - description: SPI MST region map or directly mapped SPI ROM
81 - description: SPI Controller reference clock source
82 - description: APB interface clock source
84 clock-names:
87 - const: ssi_clk
88 - const: pclk
93 reset-names:
96 reg-io-width:
102 num-cs:
109 - description: TX DMA Channel
110 - description: RX DMA Channel
112 dma-names:
114 - const: tx
115 - const: rx
117 rx-sample-delay-ns:
119 description: Default value of the rx-sample-delay-ns property.
124 "^.*@[0-9a-f]+$":
131 spi-rx-bus-width:
134 spi-tx-bus-width:
137 rx-sample-delay-ns:
147 - compatible
148 - reg
149 - "#address-cells"
150 - "#size-cells"
151 - clocks
154 - |
156 compatible = "snps,dw-apb-ssi";
158 #address-cells = <1>;
159 #size-cells = <0>;
162 num-cs = <2>;
163 cs-gpios = <&gpio0 13 0>,
165 rx-sample-delay-ns = <3>;
166 spi-flash@1 {
167 compatible = "spi-nand";
169 rx-sample-delay-ns = <7>;
172 - |
174 compatible = "baikal,bt1-sys-ssi";
177 #address-cells = <1>;
178 #size-cells = <0>;
179 mux-controls = <&boot_mux>;
181 clock-names = "ssi_clk";