1 # SPDX-License-Identifier: (GPL-2.0-only OR BS 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/loongarch/l 4 $id: http://devicetree.org/schemas/loongarch/loongson.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Loongson SoC-based boards 7 title: Loongson SoC-based boards 8 8 9 maintainers: 9 maintainers: 10 - Binbin Zhou <zhoubinbin@loongson.cn> 10 - Binbin Zhou <zhoubinbin@loongson.cn> 11 11 12 properties: 12 properties: 13 $nodename: 13 $nodename: 14 const: '/' 14 const: '/' 15 compatible: 15 compatible: 16 oneOf: 16 oneOf: 17 - description: Loongson-2K0500 processor 17 - description: Loongson-2K0500 processor based boards 18 items: 18 items: 19 - const: loongson,ls2k0500-ref 19 - const: loongson,ls2k0500-ref 20 - const: loongson,ls2k0500 20 - const: loongson,ls2k0500 21 21 22 - description: Loongson-2K1000 processor 22 - description: Loongson-2K1000 processor based boards 23 items: 23 items: 24 - const: loongson,ls2k1000-ref 24 - const: loongson,ls2k1000-ref 25 - const: loongson,ls2k1000 25 - const: loongson,ls2k1000 26 26 27 - description: Loongson-2K2000 processor 27 - description: Loongson-2K2000 processor based boards 28 items: 28 items: 29 - const: loongson,ls2k2000-ref 29 - const: loongson,ls2k2000-ref 30 - const: loongson,ls2k2000 30 - const: loongson,ls2k2000 31 31 32 additionalProperties: true 32 additionalProperties: true 33 33 34 ... 34 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.