mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 04:04:06 +00:00
dt-bindings: riscv: Add starfive-jh7110 bindings
Add starfive-jh7110 bindings Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
This commit is contained in:
parent
6729be3e37
commit
b142c60544
2 changed files with 34 additions and 0 deletions
28
Documentation/devicetree/bindings/riscv/starfive-jh7110.yaml
Normal file
28
Documentation/devicetree/bindings/riscv/starfive-jh7110.yaml
Normal file
|
@ -0,0 +1,28 @@
|
|||
# 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 JH7110 SoC-based boards
|
||||
|
||||
maintainers:
|
||||
- Michael Zhu <michael.zhu@starfivetech.com>
|
||||
- Jianlong Huang <jianlong.huang@starfivetech.com>
|
||||
|
||||
description:
|
||||
StarFive JH7110 SoC-based boards
|
||||
|
||||
properties:
|
||||
$nodename:
|
||||
const: '/'
|
||||
compatible:
|
||||
oneOf:
|
||||
- items:
|
||||
- const: starfive,jh7110
|
||||
- const: starfive,jh7110-evb
|
||||
- const: starfive,visionfive-v2
|
||||
|
||||
additionalProperties: true
|
||||
|
||||
...
|
|
@ -20841,3 +20841,9 @@ STARFIVE JH7110 EVB USB DEVICE SUPPORT
|
|||
M: Jianlong Huang <jianlong.huang@starfivetech.com>
|
||||
S: Maintained
|
||||
F: arch/riscv/boot/dts/starfive/jh7110-evb-usbdevice.dts
|
||||
|
||||
STARFIVE JH7110 SOC BOARDS
|
||||
M: Jianlong Huang <jianlong.huang@starfivetech.com>
|
||||
S: Maintained
|
||||
F: Documentation/devicetree/bindings/riscv/starfive-jh7110.yaml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue