renesas,hspi.yaml (c95baf12f5077419db01313ab61c2aac007d40cd) renesas,hspi.yaml (9f60a65bc5e6cd882120d8477cc7bec065887e3d)
1# SPDX-License-Identifier: GPL-2.0
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/spi/renesas,hspi.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Renesas HSPI
8
9maintainers:
10 - Geert Uytterhoeven <geert+renesas@glider.be>
11
12allOf:
13 - $ref: spi-controller.yaml#
14
15properties:
16 compatible:
17 items:
18 - enum:
1# SPDX-License-Identifier: GPL-2.0
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/spi/renesas,hspi.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Renesas HSPI
8
9maintainers:
10 - Geert Uytterhoeven <geert+renesas@glider.be>
11
12allOf:
13 - $ref: spi-controller.yaml#
14
15properties:
16 compatible:
17 items:
18 - enum:
19 - renesas,hspi-r8a7778 # R-Car M1A
20 - renesas,hspi-r8a7779 # R-Car H1
19 - renesas,hspi-r8a7778 # R-Car M1A
20 - renesas,hspi-r8a7779 # R-Car H1
21 - const: renesas,hspi
22
23 reg:
24 maxItems: 1
25
26 interrupts:
27 maxItems: 1
28

--- 29 unchanged lines hidden ---
21 - const: renesas,hspi
22
23 reg:
24 maxItems: 1
25
26 interrupts:
27 maxItems: 1
28

--- 29 unchanged lines hidden ---