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 7title: Texas Instruments K3 Multicore SoC architecture device tree bindings 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 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 36additionalProperties: true 37 38... 39