Skip to content

Commit 69563d5

Browse files
Peter Chenarndb
authored andcommitted
dt-bindings: arm: add CIX P1 (SKY1) SoC
Add device tree bindings for CIX P1 (Internal name sky1) Arm SoC, it consists several SoC models like CP8180, CD8180, etc. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Fugang Duan <fugang.duan@cixtech.com> Signed-off-by: Peter Chen <peter.chen@cixtech.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 960dda6 commit 69563d5

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

  • Documentation/devicetree/bindings/arm
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/arm/cix.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: CIX platforms
8+
9+
maintainers:
10+
- Peter Chen <peter.chen@cixtech.com>
11+
- Fugang Duan <fugang.duan@cixtech.com>
12+
13+
properties:
14+
$nodename:
15+
const: '/'
16+
compatible:
17+
oneOf:
18+
19+
- description: Radxa Orion O6
20+
items:
21+
- const: radxa,orion-o6
22+
- const: cix,sky1
23+
24+
additionalProperties: true
25+
26+
...

0 commit comments

Comments
 (0)