WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / ti / k3.yaml
blobc6e1c1e63e432365ec7e043c37a568a416169aa3
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#
7 title: Texas Instruments K3 Multicore SoC architecture device tree bindings
9 maintainers:
10   - Nishanth Menon <nm@ti.com>
12 description: |
13   Platforms based on Texas Instruments K3 Multicore SoC architecture
14   shall have the following properties.
16 properties:
17   $nodename:
18     const: '/'
19   compatible:
20     oneOf:
22       - description: K3 AM654 SoC
23         items:
24           - enum:
25               - ti,am654-evm
26           - const: ti,am654
28       - description: K3 J721E SoC
29         items:
30           - const: ti,j721e
32       - description: K3 J7200 SoC
33         items:
34           - const: ti,j7200
36 additionalProperties: true
38 ...