[PATCH 3/9] dt-bindings: riscv: Add MIPS Boston board compatible

From: Aleksa Paunovic via B4 Relay

Date: Mon Sep 14 2026 - 10:46:34 EST


From: Aleksa Paunovic <aleksa.paunovic@xxxxxxxxxxxxx>

Document the MIPS Boston board compatible with a P8700 bitfile.

Co-developed-by: Djordje Todorovic <djordje.todorovic@xxxxxxxxxxxxx>
Signed-off-by: Djordje Todorovic <djordje.todorovic@xxxxxxxxxxxxx>
Signed-off-by: Aleksa Paunovic <aleksa.paunovic@xxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/riscv/gf.yaml | 27 +++++++++++++++++++++++++
1 file changed, 27 insertions(+)

diff --git a/Documentation/devicetree/bindings/riscv/gf.yaml b/Documentation/devicetree/bindings/riscv/gf.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..060910c9b04f482aee6f08f8f72232acbad118bb
--- /dev/null
+++ b/Documentation/devicetree/bindings/riscv/gf.yaml
@@ -0,0 +1,27 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/riscv/gf.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: GlobalFoundries MIPS SoC-based boards
+
+maintainers:
+ - Djordje Todorovic <djordje.todorovic@xxxxxxxxxxxxx>
+ - Aleksa Paunovic <aleksa.paunovic@xxxxxxxxxxxxx>
+
+description:
+ GlobalFoundries MIPS SoC-based boards
+
+properties:
+ $nodename:
+ const: '/'
+ compatible:
+ oneOf:
+ - description: Boston FPGA development board with a MIPS P8700 bitfile
+ items:
+ - const: gf,mips-p8700-boston
+
+additionalProperties: true
+
+...

--
2.43.0