omap-spi.yaml (0da9bc6d2fc3f98095d69f34c17f7d5730bbcc6c) omap-spi.yaml (975671241808ffacbe418a1f29965bd9985cc251)
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/spi/omap-spi.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: SPI controller bindings for OMAP and K3 SoCs
8

--- 70 unchanged lines hidden (view full) ---

79 - reg
80 - interrupts
81
82unevaluatedProperties: false
83
84if:
85 properties:
86 compatible:
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/spi/omap-spi.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: SPI controller bindings for OMAP and K3 SoCs
8

--- 70 unchanged lines hidden (view full) ---

79 - reg
80 - interrupts
81
82unevaluatedProperties: false
83
84if:
85 properties:
86 compatible:
87 oneOf:
88 - const: ti,omap2-mcspi
89 - const: ti,omap4-mcspi
87 enum:
88 - ti,omap2-mcspi
89 - ti,omap4-mcspi
90
91then:
92 properties:
93 ti,hwmods:
94 items:
95 - pattern: "^mcspi([1-9])$"
96
97else:

--- 20 unchanged lines hidden ---
90
91then:
92 properties:
93 ti,hwmods:
94 items:
95 - pattern: "^mcspi([1-9])$"
96
97else:

--- 20 unchanged lines hidden ---