mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
OrangePi 6 Plus adopts CIX CD8180/CD8160 SoC, built-in 12-core 64-bit processor + NPU processor,integrated graphics processor, equipped with 16GB/32GB/64GB LPDDR5, and provides two M.2 KEY-M interfaces 2280 for NVMe SSD,as well as SPI FLASH and TF slots to meet the needs of fast read/write and high-capacity storage Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Signed-off-by: Gary Yang <gary.yang@cixtech.com> Link: https://lore.kernel.org/r/20260110093406.2700505-2-gary.yang@cixtech.com Signed-off-by: Peter Chen <peter.chen@cixtech.com>
29 lines
618 B
YAML
29 lines
618 B
YAML
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/arm/cix.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: CIX platforms
|
|
|
|
maintainers:
|
|
- Peter Chen <peter.chen@cixtech.com>
|
|
- Fugang Duan <fugang.duan@cixtech.com>
|
|
|
|
properties:
|
|
$nodename:
|
|
const: '/'
|
|
compatible:
|
|
oneOf:
|
|
|
|
- description: Sky1 based boards
|
|
items:
|
|
- enum:
|
|
- radxa,orion-o6 # Radxa Orion O6 board
|
|
- xunlong,orangepi-6-plus # Xunlong orangepi 6 plus board
|
|
- const: cix,sky1
|
|
|
|
additionalProperties: true
|
|
|
|
...
|