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 26*807a2b86SJan Kiszka - siemens,iot2050-basic 27*807a2b86SJan Kiszka - siemens,iot2050-advanced 2866e06509SLokesh Vutla - const: ti,am654 2966e06509SLokesh Vutla 3066e06509SLokesh Vutla - description: K3 J721E SoC 3166e06509SLokesh Vutla items: 3266e06509SLokesh Vutla - const: ti,j721e 33214b0eb3SLokesh Vutla 34214b0eb3SLokesh Vutla - description: K3 J7200 SoC 35214b0eb3SLokesh Vutla items: 36214b0eb3SLokesh Vutla - const: ti,j7200 3762298364SRob Herring 38785a3231SDave Gerlach - description: K3 AM642 SoC 39785a3231SDave Gerlach items: 40785a3231SDave Gerlach - enum: 41785a3231SDave Gerlach - ti,am642-evm 42bb795cc6SLokesh Vutla - ti,am642-sk 43785a3231SDave Gerlach - const: ti,am642 44785a3231SDave Gerlach 4562298364SRob HerringadditionalProperties: true 4662298364SRob Herring 4766e06509SLokesh Vutla... 48