[PATCH 6/9] dt-bindings: timer: Add MIPS P8700 ACLINT MTIMER

From: Aleksa Paunovic via B4 Relay

Date: Mon Sep 14 2026 - 10:49:23 EST


From: Aleksa Paunovic <aleksa.paunovic@xxxxxxxxxxxxx>

Document the MIPS P8700 ACLINT MTIMER.
Extend support for both mtimecmp and mtime registers
within the ACLINT MTIMER, identified via reg-names.

Signed-off-by: Aleksa Paunovic <aleksa.paunovic@xxxxxxxxxxxxx>
---
.../bindings/timer/thead,c900-aclint-mtimer.yaml | 43 ++++++++++++++++++++--
1 file changed, 39 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/timer/thead,c900-aclint-mtimer.yaml b/Documentation/devicetree/bindings/timer/thead,c900-aclint-mtimer.yaml
index cf7c82e980f674afcf59fc726742dc4f49c1a820..35e02da675becb3c8bb187b8e1e623994d52df8c 100644
--- a/Documentation/devicetree/bindings/timer/thead,c900-aclint-mtimer.yaml
+++ b/Documentation/devicetree/bindings/timer/thead,c900-aclint-mtimer.yaml
@@ -17,18 +17,20 @@ properties:
- sophgo,sg2042-aclint-mtimer
- sophgo,sg2044-aclint-mtimer
- const: thead,c900-aclint-mtimer
+ - items:
+ - const: gf,mips-p8700-aclint-mtimer
- items:
- enum:
- anlogic,dr1v90-aclint-mtimer
- const: nuclei,ux900-aclint-mtimer

reg:
- items:
- - description: MTIMECMP Registers
+ minItems: 1
+ maxItems: 2

reg-names:
- items:
- - const: mtimecmp
+ minItems: 1
+ maxItems: 2

interrupts-extended:
minItems: 1
@@ -42,6 +44,28 @@ required:
- reg-names
- interrupts-extended

+allOf:
+ - if:
+ properties:
+ compatible:
+ contains:
+ const: gf,mips-p8700-aclint-mtimer
+ then:
+ properties:
+ reg:
+ minItems: 2
+ reg-names:
+ items:
+ - const: mtime
+ - const: mtimecmp
+ else:
+ properties:
+ reg:
+ maxItems: 1
+ reg-names:
+ items:
+ - const: mtimecmp
+
examples:
- |
timer@ac000000 {
@@ -53,4 +77,15 @@ examples:
reg = <0xac000000 0x00010000>;
reg-names = "mtimecmp";
};
+
+ - |
+ timer@16108050 {
+ compatible = "gf,mips-p8700-aclint-mtimer";
+ reg = <0x16108050 0x8>, <0x16154000 0x7ff8>;
+ reg-names = "mtime", "mtimecmp";
+ interrupts-extended = <&cpu1intc 7>,
+ <&cpu2intc 7>,
+ <&cpu3intc 7>,
+ <&cpu4intc 7>;
+ };
...

--
2.43.0