diff options
author | Huacai Chen <chenhc@lemote.com> | 2020-06-15 09:04:17 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-07-08 12:24:09 +0300 |
commit | eef36f0ecd0dcd6ca646c7b3ac301fa18ff21085 (patch) | |
tree | 9600fe21b041120baea21c57fc5e81282adaea6c /Documentation/devicetree | |
parent | f8523d0e83613ab8d082cd504dc53a09fbba4889 (diff) | |
download | linux-eef36f0ecd0dcd6ca646c7b3ac301fa18ff21085.tar.xz |
dt-bindings: mips: Document two Loongson boards
Document loongson64c-4core-ls7a and loongson64g-4core-ls7a, two boards
with LS7A PCH.
Signed-off-by: Huacai Chen <chenhc@lemote.com>
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/mips/loongson/devices.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mips/loongson/devices.yaml b/Documentation/devicetree/bindings/mips/loongson/devices.yaml index 0516fe2b2897..88c5a29fd2be 100644 --- a/Documentation/devicetree/bindings/mips/loongson/devices.yaml +++ b/Documentation/devicetree/bindings/mips/loongson/devices.yaml @@ -17,6 +17,10 @@ properties: compatible: oneOf: + - description: Classic Loongson64 Quad Core + LS7A + items: + - const: loongson,loongson64c-4core-ls7a + - description: Classic Loongson64 Quad Core + RS780E items: - const: loongson,loongson64c-4core-rs780e @@ -24,4 +28,8 @@ properties: - description: Classic Loongson64 Octa Core + RS780E items: - const: loongson,loongson64c-8core-rs780e + + - description: Generic Loongson64 Quad Core + LS7A + items: + - const: loongson,loongson64g-4core-ls7a ... |