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 <[email protected]> Acked-by: Fugang Duan <[email protected]> Signed-off-by: Peter Chen <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 960dda6 commit 69563d5

File tree

1 file changed

+26
-0
lines changed
  • Documentation/devicetree/bindings/arm

1 file changed

+26
-0
lines changed
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 <[email protected]>
11+
- Fugang Duan <[email protected]>
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)