starfive.yaml (762f99f4f3cb41a775b5157dd761217beba65873) | starfive.yaml (bd51ad582163b6532ea23a353eebd180472b2a5a) |
---|---|
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/riscv/starfive.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: StarFive SoC-based boards 8 --- 5 unchanged lines hidden (view full) --- 14 StarFive SoC-based boards 15 16properties: 17 $nodename: 18 const: '/' 19 compatible: 20 oneOf: 21 - items: | 1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/riscv/starfive.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: StarFive SoC-based boards 8 --- 5 unchanged lines hidden (view full) --- 14 StarFive SoC-based boards 15 16properties: 17 $nodename: 18 const: '/' 19 compatible: 20 oneOf: 21 - items: |
22 - const: beagle,beaglev-starlight-jh7100-r0 | 22 - enum: 23 - beagle,beaglev-starlight-jh7100-r0 24 - starfive,visionfive-v1 |
23 - const: starfive,jh7100 24 25additionalProperties: true 26 27... | 25 - const: starfive,jh7100 26 27additionalProperties: true 28 29... |