Merge tag 'amlogic-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman...
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / arm / ti / k3.yaml
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
7 title: Texas Instruments K3 Multicore SoC architecture device tree bindings
8
9 maintainers:
10   - Nishanth Menon <nm@ti.com>
11
12 description: |
13   Platforms based on Texas Instruments K3 Multicore SoC architecture
14   shall have the following properties.
15
16 properties:
17   $nodename:
18     const: '/'
19   compatible:
20     oneOf:
21
22       - description: K3 AM654 SoC
23         items:
24           - enum:
25               - ti,am654-evm
26           - const: ti,am654
27
28       - description: K3 J721E SoC
29         items:
30           - const: ti,j721e
31
32       - description: K3 J7200 SoC
33         items:
34           - const: ti,j7200
35
36 additionalProperties: true
37
38 ...