mirror of
https://github.com/torvalds/linux.git
synced 2026-04-27 19:12:29 -04:00
AM69 Starter Kit is a single board designed for TI AM69 SoC. The AM69 SoC belongs to the K3 Multicore SoC architecture platform, providing advanced system integration in automotive ADAS applications, autonomous mobile robot and edge AI applications. Add DT binding for AM69 Starter Kit. Signed-off-by: Dasnavis Sabiya <sabiya.d@ti.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Link: https://lore.kernel.org/r/20230119132958.124435-2-sabiya.d@ti.com
93 lines
2.1 KiB
YAML
93 lines
2.1 KiB
YAML
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/arm/ti/k3.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Texas Instruments K3 Multicore SoC architecture
|
|
|
|
maintainers:
|
|
- Nishanth Menon <nm@ti.com>
|
|
|
|
description: |
|
|
Platforms based on Texas Instruments K3 Multicore SoC architecture
|
|
shall have the following properties.
|
|
|
|
properties:
|
|
$nodename:
|
|
const: '/'
|
|
compatible:
|
|
oneOf:
|
|
|
|
- description: K3 AM62A7 SoC
|
|
items:
|
|
- enum:
|
|
- ti,am62a7-sk
|
|
- const: ti,am62a7
|
|
|
|
- description: K3 AM625 SoC
|
|
items:
|
|
- enum:
|
|
- ti,am625-sk
|
|
- const: ti,am625
|
|
|
|
- description: K3 AM642 SoC
|
|
items:
|
|
- enum:
|
|
- ti,am642-evm
|
|
- ti,am642-sk
|
|
- const: ti,am642
|
|
|
|
- description: K3 AM642 SoC PHYTEC phyBOARD-Electra
|
|
items:
|
|
- const: phytec,am642-phyboard-electra-rdk
|
|
- const: phytec,am64-phycore-som
|
|
- const: ti,am642
|
|
|
|
- description: K3 AM654 SoC
|
|
items:
|
|
- enum:
|
|
- siemens,iot2050-advanced
|
|
- siemens,iot2050-advanced-m2
|
|
- siemens,iot2050-advanced-pg2
|
|
- siemens,iot2050-basic
|
|
- siemens,iot2050-basic-pg2
|
|
- ti,am654-evm
|
|
- const: ti,am654
|
|
|
|
- description: K3 J7200 SoC
|
|
oneOf:
|
|
- const: ti,j7200
|
|
- items:
|
|
- enum:
|
|
- ti,j7200-evm
|
|
- const: ti,j7200
|
|
|
|
- description: K3 J721E SoC
|
|
oneOf:
|
|
- const: ti,j721e
|
|
- items:
|
|
- enum:
|
|
- beagle,j721e-beagleboneai64
|
|
- ti,j721e-evm
|
|
- ti,j721e-sk
|
|
- const: ti,j721e
|
|
|
|
- description: K3 J721s2 SoC
|
|
items:
|
|
- enum:
|
|
- ti,am68-sk
|
|
- ti,j721s2-evm
|
|
- const: ti,j721s2
|
|
|
|
- description: K3 J784s4 SoC
|
|
items:
|
|
- enum:
|
|
- ti,am69-sk
|
|
- ti,j784s4-evm
|
|
- const: ti,j784s4
|
|
|
|
additionalProperties: true
|
|
|
|
...
|