Skip to content

Commit c1fbbb7

Browse files
hshahaxiadoarndb
authored andcommitted
dt-bindings: arm: axiado: add AX3000 EVK compatible strings
Add device tree binding schema for Axiado platforms, specifically the AX3000 SoC and its associated evaluation board. This binding will be used for the board-level DTS files that support the AX3000 platforms. Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Harshit Shah <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent ffab866 commit c1fbbb7

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/arm/axiado.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Axiado Platforms
8+
9+
maintainers:
10+
- Harshit Shah <[email protected]>
11+
12+
properties:
13+
$nodename:
14+
const: '/'
15+
compatible:
16+
oneOf:
17+
- description: AX3000 based boards
18+
items:
19+
- enum:
20+
- axiado,ax3000-evk # Axiado AX3000 Evaluation Board
21+
- const: axiado,ax3000 # Axiado AX3000 SoC
22+
23+
additionalProperties: true

0 commit comments

Comments
 (0)