mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00

Add "deepcomputing,fml13v01" as a StarFive SoC-based board. The DeepComputing FML13V01 board incorporates a StarFive JH7110 SoC, and it's designed for the Framework Laptop 13 Chassis, which has (Framework) SKU FRANHQ0001. Signed-off-by: Sandie Cao <sandie.cao@deepcomputing.io> Acked-by: Rob Herring (Arm) <robh@kernel.org> [elder@riscstar.com: considerably shortened the description] Signed-off-by: Alex Elder <elder@riscstar.com> Signed-off-by: Guodong Xu <guodong@riscstar.com> Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
38 lines
870 B
YAML
38 lines
870 B
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/riscv/starfive.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: StarFive SoC-based boards
|
|
|
|
maintainers:
|
|
- Michael Zhu <michael.zhu@starfivetech.com>
|
|
- Drew Fustini <drew@beagleboard.org>
|
|
|
|
description:
|
|
StarFive SoC-based boards
|
|
|
|
properties:
|
|
$nodename:
|
|
const: '/'
|
|
compatible:
|
|
oneOf:
|
|
- items:
|
|
- enum:
|
|
- beagle,beaglev-starlight-jh7100-r0
|
|
- starfive,visionfive-v1
|
|
- const: starfive,jh7100
|
|
|
|
- items:
|
|
- enum:
|
|
- deepcomputing,fml13v01
|
|
- milkv,mars
|
|
- pine64,star64
|
|
- starfive,visionfive-2-v1.2a
|
|
- starfive,visionfive-2-v1.3b
|
|
- const: starfive,jh7110
|
|
|
|
additionalProperties: true
|
|
|
|
...
|