Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/mips/loongson/devices.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Loongson based Platforms Device Tree Bindings
0008 
0009 maintainers:
0010   - Jiaxun Yang <jiaxun.yang@flygoat.com>
0011 description: |
0012   Devices with a Loongson CPU shall have the following properties.
0013 
0014 properties:
0015   $nodename:
0016     const: '/'
0017   compatible:
0018     oneOf:
0019 
0020       - description: Classic Loongson64 Quad Core + LS7A
0021         items:
0022           - const: loongson,loongson64c-4core-ls7a
0023 
0024       - description: Classic Loongson64 Quad Core + RS780E
0025         items:
0026           - const: loongson,loongson64c-4core-rs780e
0027 
0028       - description: Classic Loongson64 Octa Core + RS780E
0029         items:
0030           - const: loongson,loongson64c-8core-rs780e
0031 
0032       - description: Generic Loongson64 Quad Core + LS7A
0033         items:
0034           - const: loongson,loongson64g-4core-ls7a
0035 
0036       - description: Virtual Loongson64 Quad Core + VirtIO
0037         items:
0038           - const: loongson,loongson64v-4core-virtio
0039 
0040 additionalProperties: true
0041 
0042 ...