diff options
author | Keguang Zhang <keguang.zhang@gmail.com> | 2023-02-21 12:01:42 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2023-03-14 17:10:25 +0100 |
commit | e9a440e0923cddc0f9455dab55ae1b8b47a3e660 (patch) | |
tree | a7ba3a9a6e5c86f86748e37dfc0beb99d9836086 /Documentation/devicetree/bindings/mips | |
parent | MIPS: Loongson64: Opt-out war_io_reorder_wmb (diff) | |
download | linux-e9a440e0923cddc0f9455dab55ae1b8b47a3e660.tar.xz linux-e9a440e0923cddc0f9455dab55ae1b8b47a3e660.zip |
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')
-rw-r--r-- | Documentation/devicetree/bindings/mips/loongson/devices.yaml | 12 |
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 ... |