| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/spi/spi-xilinx.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Xilinx SPI controller |
| - Michal Simek <michal.simek@xilinx.com> |
| - $ref: spi-controller.yaml# |
| - xlnx,axi-quad-spi-1.00.a |
| description: Number of chip selects used. |
| description: Number of bits per transfer. This will be 8 if not specified. |
| unevaluatedProperties: false |
| compatible = "xlnx,xps-spi-2.00.a"; |
| interrupt-parent = <&intc>; |
| reg = <0x41e00000 0x10000>; |
| xlnx,num-ss-bits = <0x1>; |
| xlnx,num-transfer-bits = <32>; |