1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/mips/loongson/devices.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Loongson based Platforms Device Tree Bindings 8 9maintainers: 10 - Jiaxun Yang <jiaxun.yang@flygoat.com> 11description: | 12 Devices with a Loongson CPU shall have the following properties. 13 14properties: 15 $nodename: 16 const: '/' 17 compatible: 18 oneOf: 19 20 - description: Generic Loongson3 Quad Core + RS780E 21 items: 22 - const: loongson,loongson3-4core-rs780e 23 24 - description: Generic Loongson3 Octa Core + RS780E 25 items: 26 - const: loongson,loongson3-8core-rs780e 27... 28