1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/arm/ti/k3.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Texas Instruments K3 Multicore SoC architecture device tree bindings
8
9maintainers:
10  - Nishanth Menon <nm@ti.com>
11
12description: |
13  Platforms based on Texas Instruments K3 Multicore SoC architecture
14  shall have the following properties.
15
16properties:
17  $nodename:
18    const: '/'
19  compatible:
20    oneOf:
21
22      - description: K3 AM654 SoC
23        items:
24          - enum:
25              - ti,am654-evm
26              - siemens,iot2050-basic
27              - siemens,iot2050-advanced
28          - const: ti,am654
29
30      - description: K3 J721E SoC
31        items:
32          - const: ti,j721e
33
34      - description: K3 J7200 SoC
35        items:
36          - const: ti,j7200
37
38      - description: K3 AM642 SoC
39        items:
40          - enum:
41              - ti,am642-evm
42              - ti,am642-sk
43          - const: ti,am642
44
45additionalProperties: true
46
47...
48