Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Huacai Chen and committed by
Thomas Bogendoerfer
eef36f0e f8523d0e

+8
+8
Documentation/devicetree/bindings/mips/loongson/devices.yaml
··· 17 17 compatible: 18 18 oneOf: 19 19 20 + - description: Classic Loongson64 Quad Core + LS7A 21 + items: 22 + - const: loongson,loongson64c-4core-ls7a 23 + 20 24 - description: Classic Loongson64 Quad Core + RS780E 21 25 items: 22 26 - const: loongson,loongson64c-4core-rs780e ··· 28 24 - description: Classic Loongson64 Octa Core + RS780E 29 25 items: 30 26 - const: loongson,loongson64c-8core-rs780e 27 + 28 + - description: Generic Loongson64 Quad Core + LS7A 29 + items: 30 + - const: loongson,loongson64g-4core-ls7a 31 31 ...