dt-bindings: arm: ti: Add binding for Siemens IOT2050 M.2 variant
[linux-2.6-block.git] / Documentation / devicetree / bindings / arm / ti / k3.yaml
CommitLineData
66e06509
LV
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
a612130c 7title: Texas Instruments K3 Multicore SoC architecture
66e06509
LV
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
cad20a8d
VR
22 - description: K3 AM62A7 SoC
23 items:
24 - enum:
25 - ti,am62a7-sk
26 - const: ti,am62a7
27
b7365658
NM
28 - description: K3 AM625 SoC
29 items:
30 - enum:
31 - ti,am625-sk
32 - const: ti,am625
33
34 - description: K3 AM642 SoC
35 items:
36 - enum:
37 - ti,am642-evm
38 - ti,am642-sk
39 - const: ti,am642
40
86fc17d8
WE
41 - description: K3 AM642 SoC PHYTEC phyBOARD-Electra
42 items:
43 - const: phytec,am642-phyboard-electra-rdk
44 - const: phytec,am64-phycore-som
45 - const: ti,am642
46
66e06509
LV
47 - description: K3 AM654 SoC
48 items:
49 - enum:
807a2b86 50 - siemens,iot2050-advanced
31170b8c 51 - siemens,iot2050-advanced-m2
4f535a0e 52 - siemens,iot2050-advanced-pg2
5f120a4d
NM
53 - siemens,iot2050-basic
54 - siemens,iot2050-basic-pg2
55 - ti,am654-evm
66e06509
LV
56 - const: ti,am654
57
214b0eb3 58 - description: K3 J7200 SoC
c4d269c9 59 oneOf:
214b0eb3 60 - const: ti,j7200
c4d269c9
NM
61 - items:
62 - enum:
63 - ti,j7200-evm
64 - const: ti,j7200
62298364 65
b7365658
NM
66 - description: K3 J721E SoC
67 oneOf:
68 - const: ti,j721e
69 - items:
70 - enum:
b784c27f 71 - beagle,j721e-beagleboneai64
b7365658
NM
72 - ti,j721e-evm
73 - ti,j721e-sk
74 - const: ti,j721e
785a3231 75
6b1caf4d
AG
76 - description: K3 J721s2 SoC
77 items:
78 - enum:
73b1c4f5 79 - ti,am68-sk
6b1caf4d
AG
80 - ti,j721s2-evm
81 - const: ti,j721s2
82
5e0a1e0d
AN
83 - description: K3 J784s4 SoC
84 items:
85 - enum:
86 - ti,j784s4-evm
87 - const: ti,j784s4
88
62298364
RH
89additionalProperties: true
90
66e06509 91...