Lines Matching +full:chip +full:- +full:selects
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/spi/spi-cadence.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Michal Simek <michal.simek@amd.com>
13 - $ref: spi-controller.yaml#
18 - cdns,spi-r1p6
19 - xlnx,zynq-spi-r1p6
27 clock-names:
29 - const: ref_clk
30 - const: pclk
35 num-cs:
37 Number of chip selects used. If a decoder is used,
38 this will be the number of chip selects after the
45 is-decoded-cs:
52 power-domains:
61 reset-names:
63 - const: spi
66 - compatible
67 - reg
68 - interrupts
69 - clock-names
70 - clocks
75 - |
77 compatible = "xlnx,zynq-spi-r1p6";
78 clock-names = "ref_clk", "pclk";
80 interrupt-parent = <&intc>;
82 num-cs = <4>;
83 is-decoded-cs = <0>;