mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Reviewed-by: Andrew Davis <afd@ti.com> Link: https://lore.kernel.org/r/20250806212824.1635084-1-robh@kernel.org Signed-off-by: Nishanth Menon <nm@ti.com>
43 lines
1019 B
YAML
43 lines
1019 B
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/arm/ti/ti,keystone.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: TI Keystone Platforms
|
|
|
|
maintainers:
|
|
- Nishanth Menon <nm@ti.com>
|
|
- Santosh Shilimkar <ssantosh@kernel.org>
|
|
|
|
properties:
|
|
compatible:
|
|
oneOf:
|
|
- description: K2G
|
|
items:
|
|
- enum:
|
|
- ti,k2g-evm
|
|
- ti,k2g-ice
|
|
- const: ti,k2g
|
|
- const: ti,keystone
|
|
- description: Keystone 2 Edison
|
|
items:
|
|
- enum:
|
|
- ti,k2e-evm
|
|
- const: ti,k2e
|
|
- const: ti,keystone
|
|
- description: Keystone 2 Lamarr
|
|
items:
|
|
- enum:
|
|
- ti,k2l-evm
|
|
- const: ti,k2l
|
|
- const: ti,keystone
|
|
- description: Keystone 2 Hawking/Kepler
|
|
items:
|
|
- enum:
|
|
- ti,k2hk-evm
|
|
- const: ti,k2hk
|
|
- const: ti,keystone
|
|
|
|
additionalProperties: true
|