xref: /linux/Documentation/devicetree/bindings/arm/ti/ti,keystone.yaml (revision d30c1683aaecb93d2ab95685dc4300a33d3cea7a)
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/arm/ti/ti,keystone.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: TI Keystone Platforms
8
9maintainers:
10  - Nishanth Menon <nm@ti.com>
11  - Santosh Shilimkar <ssantosh@kernel.org>
12
13properties:
14  compatible:
15    oneOf:
16      - description: K2G
17        items:
18          - enum:
19              - ti,k2g-evm
20              - ti,k2g-ice
21          - const: ti,k2g
22          - const: ti,keystone
23      - description: Keystone 2 Edison
24        items:
25          - enum:
26              - ti,k2e-evm
27          - const: ti,k2e
28          - const: ti,keystone
29      - description: Keystone 2 Lamarr
30        items:
31          - enum:
32              - ti,k2l-evm
33          - const: ti,k2l
34          - const: ti,keystone
35      - description: Keystone 2 Hawking/Kepler
36        items:
37          - enum:
38              - ti,k2hk-evm
39          - const: ti,k2hk
40          - const: ti,keystone
41
42additionalProperties: true
43