1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/spi/arm,pl022-peripheral-props.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Peripheral-specific properties for Arm PL022 SPI controller
10 - Linus Walleij <linus.walleij@linaro.org>
16 description: SPI interface type
17 $ref: /schemas/types.yaml#/definitions/uint32
20 - 1 # Texas Instruments Synchronous Serial Frame Format
21 - 2 # Microwire (Half Duplex)
24 description: Specifies the transfer mode
25 $ref: /schemas/types.yaml#/definitions/uint32
33 description: Rx FIFO watermark level
34 $ref: /schemas/types.yaml#/definitions/uint32
39 description: Tx FIFO watermark level
40 $ref: /schemas/types.yaml#/definitions/uint32
45 description: Microwire interface - Control length
46 $ref: /schemas/types.yaml#/definitions/uint32
51 description: Microwire interface - Wait state
52 $ref: /schemas/types.yaml#/definitions/uint32
56 description: Microwire interface - Full/Half duplex
57 $ref: /schemas/types.yaml#/definitions/uint32
60 additionalProperties: true