xref: /linux/Documentation/devicetree/bindings/arm/ti/k3.yaml (revision 66e06509aa37bcf089ce341ec9c027922f105155)
1*66e06509SLokesh Vutla# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2*66e06509SLokesh Vutla%YAML 1.2
3*66e06509SLokesh Vutla---
4*66e06509SLokesh Vutla$id: http://devicetree.org/schemas/arm/ti/k3.yaml#
5*66e06509SLokesh Vutla$schema: http://devicetree.org/meta-schemas/core.yaml#
6*66e06509SLokesh Vutla
7*66e06509SLokesh Vutlatitle: Texas Instruments K3 Multicore SoC architecture device tree bindings
8*66e06509SLokesh Vutla
9*66e06509SLokesh Vutlamaintainers:
10*66e06509SLokesh Vutla  - Nishanth Menon <nm@ti.com>
11*66e06509SLokesh Vutla
12*66e06509SLokesh Vutladescription: |
13*66e06509SLokesh Vutla  Platforms based on Texas Instruments K3 Multicore SoC architecture
14*66e06509SLokesh Vutla  shall have the following properties.
15*66e06509SLokesh Vutla
16*66e06509SLokesh Vutlaproperties:
17*66e06509SLokesh Vutla  $nodename:
18*66e06509SLokesh Vutla    const: '/'
19*66e06509SLokesh Vutla  compatible:
20*66e06509SLokesh Vutla    oneOf:
21*66e06509SLokesh Vutla
22*66e06509SLokesh Vutla      - description: K3 AM654 SoC
23*66e06509SLokesh Vutla        items:
24*66e06509SLokesh Vutla          - enum:
25*66e06509SLokesh Vutla              - ti,am654-evm
26*66e06509SLokesh Vutla          - const: ti,am654
27*66e06509SLokesh Vutla
28*66e06509SLokesh Vutla      - description: K3 J721E SoC
29*66e06509SLokesh Vutla        items:
30*66e06509SLokesh Vutla          - const: ti,j721e
31*66e06509SLokesh Vutla...
32