mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 18:03:10 -04:00
The SpacemiT K3 CoM260-IFX board combines a 69.6 × 45 mm compute module with a reference carrier board. The module integrates up to 32GB LPDDR5 memory, UFS storage, Micro SD card slot and includes interfaces such as dual MIPI CSI-2 connectors, M.2 expansion, USB 3.0, Gigabit Ethernet, DisplayPort, and a 40-pin expansion header. The carrier board is intended as a general-purpose development platform for CoM260 module and exposes interfaces for all of storage, display, networking, and camera connectivity. Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://patch.msgid.link/20260520-02-k3-com260-ifx-v2-1-d55095457cf0@kernel.org Signed-off-by: Yixun Lan <dlan@kernel.org>
44 lines
994 B
YAML
44 lines
994 B
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/riscv/spacemit.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: SpacemiT SoC-based boards
|
|
|
|
maintainers:
|
|
- Guodong Xu <guodong@riscstar.com>
|
|
- Yangyu Chen <cyy@cyyself.name>
|
|
- Yixun Lan <dlan@gentoo.org>
|
|
|
|
description:
|
|
SpacemiT SoC-based boards
|
|
|
|
properties:
|
|
$nodename:
|
|
const: '/'
|
|
compatible:
|
|
oneOf:
|
|
- items:
|
|
- enum:
|
|
- bananapi,bpi-f3
|
|
- milkv,jupiter
|
|
- spacemit,musepi-pro
|
|
- xunlong,orangepi-r2s
|
|
- xunlong,orangepi-rv2
|
|
- const: spacemit,k1
|
|
- items:
|
|
- enum:
|
|
- deepcomputing,fml13v05
|
|
- spacemit,k3-pico-itx
|
|
- const: spacemit,k3
|
|
- items:
|
|
- enum:
|
|
- spacemit,k3-com260-ifx
|
|
- const: spacemit,k3-com260
|
|
- const: spacemit,k3
|
|
|
|
additionalProperties: true
|
|
|
|
...
|