summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/mips/loongson
diff options
context:
space:
mode:
authorKeguang Zhang <keguang.zhang@gmail.com>2023-02-21 14:01:42 +0300
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2023-03-14 19:10:25 +0300
commite9a440e0923cddc0f9455dab55ae1b8b47a3e660 (patch)
treea7ba3a9a6e5c86f86748e37dfc0beb99d9836086 /Documentation/devicetree/bindings/mips/loongson
parent7b76ab837522fd6aa72b25d1c5460995095fedc0 (diff)
downloadlinux-e9a440e0923cddc0f9455dab55ae1b8b47a3e660.tar.xz
dt-bindings: mips: loongson: Add Loongson-1 based boards
Add two Loongson-1 based boards: LSGZ 1B and Smartloong 1C. Signed-off-by: Keguang Zhang <keguang.zhang@gmail.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'Documentation/devicetree/bindings/mips/loongson')
-rw-r--r--Documentation/devicetree/bindings/mips/loongson/devices.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mips/loongson/devices.yaml b/Documentation/devicetree/bindings/mips/loongson/devices.yaml
index f13ce386f42c..099e40e1482d 100644
--- a/Documentation/devicetree/bindings/mips/loongson/devices.yaml
+++ b/Documentation/devicetree/bindings/mips/loongson/devices.yaml
@@ -37,6 +37,18 @@ properties:
items:
- const: loongson,loongson64v-4core-virtio
+ - description: LS1B based boards
+ items:
+ - enum:
+ - loongson,lsgz-1b-dev
+ - const: loongson,ls1b
+
+ - description: LS1C based boards
+ items:
+ - enum:
+ - loongmasses,smartloong-1c
+ - const: loongson,ls1c
+
additionalProperties: true
...