166e06509SLokesh Vutla# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 266e06509SLokesh Vutla%YAML 1.2 366e06509SLokesh Vutla--- 466e06509SLokesh Vutla$id: http://devicetree.org/schemas/arm/ti/k3.yaml# 566e06509SLokesh Vutla$schema: http://devicetree.org/meta-schemas/core.yaml# 666e06509SLokesh Vutla 766e06509SLokesh Vutlatitle: Texas Instruments K3 Multicore SoC architecture device tree bindings 866e06509SLokesh Vutla 966e06509SLokesh Vutlamaintainers: 1066e06509SLokesh Vutla - Nishanth Menon <nm@ti.com> 1166e06509SLokesh Vutla 1266e06509SLokesh Vutladescription: | 1366e06509SLokesh Vutla Platforms based on Texas Instruments K3 Multicore SoC architecture 1466e06509SLokesh Vutla shall have the following properties. 1566e06509SLokesh Vutla 1666e06509SLokesh Vutlaproperties: 1766e06509SLokesh Vutla $nodename: 1866e06509SLokesh Vutla const: '/' 1966e06509SLokesh Vutla compatible: 2066e06509SLokesh Vutla oneOf: 2166e06509SLokesh Vutla 2266e06509SLokesh Vutla - description: K3 AM654 SoC 2366e06509SLokesh Vutla items: 2466e06509SLokesh Vutla - enum: 2566e06509SLokesh Vutla - ti,am654-evm 26807a2b86SJan Kiszka - siemens,iot2050-basic 274f535a0eSJan Kiszka - siemens,iot2050-basic-pg2 28807a2b86SJan Kiszka - siemens,iot2050-advanced 294f535a0eSJan Kiszka - siemens,iot2050-advanced-pg2 3066e06509SLokesh Vutla - const: ti,am654 3166e06509SLokesh Vutla 3266e06509SLokesh Vutla - description: K3 J721E SoC 33c4d269c9SNishanth Menon oneOf: 34c4d269c9SNishanth Menon - const: ti,j721e 35c4d269c9SNishanth Menon - items: 36c4d269c9SNishanth Menon - enum: 37c4d269c9SNishanth Menon - ti,j721e-evm 382927c9a5SSinthu Raja - ti,j721e-sk 3966e06509SLokesh Vutla - const: ti,j721e 40214b0eb3SLokesh Vutla 41214b0eb3SLokesh Vutla - description: K3 J7200 SoC 42c4d269c9SNishanth Menon oneOf: 43c4d269c9SNishanth Menon - const: ti,j7200 44c4d269c9SNishanth Menon - items: 45c4d269c9SNishanth Menon - enum: 46c4d269c9SNishanth Menon - ti,j7200-evm 47214b0eb3SLokesh Vutla - const: ti,j7200 4862298364SRob Herring 49785a3231SDave Gerlach - description: K3 AM642 SoC 50785a3231SDave Gerlach items: 51785a3231SDave Gerlach - enum: 52785a3231SDave Gerlach - ti,am642-evm 53bb795cc6SLokesh Vutla - ti,am642-sk 54785a3231SDave Gerlach - const: ti,am642 55785a3231SDave Gerlach 56*6b1caf4dSAswath Govindraju - description: K3 J721s2 SoC 57*6b1caf4dSAswath Govindraju items: 58*6b1caf4dSAswath Govindraju - enum: 59*6b1caf4dSAswath Govindraju - ti,j721s2-evm 60*6b1caf4dSAswath Govindraju - const: ti,j721s2 61*6b1caf4dSAswath Govindraju 6262298364SRob HerringadditionalProperties: true 6362298364SRob Herring 6466e06509SLokesh Vutla... 65