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

dt-bindings: timer: Add Anlogic DR1V90 ACLINT MTIMER

Add MTIMER support for Anlogic DR1V90 SoC, which uses Nuclei UX900 with
a TIMER unit compliant with the ACLINT specification.

Signed-off-by: Junhui Liu <junhui.liu@pigmoral.tech>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>

authored by

Junhui Liu and committed by
Conor Dooley
ccc3fd3e 4689d442

+11 -6
+11 -6
Documentation/devicetree/bindings/timer/thead,c900-aclint-mtimer.yaml
··· 4 4 $id: http://devicetree.org/schemas/timer/thead,c900-aclint-mtimer.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: Sophgo CLINT Timer 7 + title: ACLINT Machine-level Timer Device 8 8 9 9 maintainers: 10 10 - Inochi Amaoto <inochiama@outlook.com> 11 11 12 12 properties: 13 13 compatible: 14 - items: 15 - - enum: 16 - - sophgo,sg2042-aclint-mtimer 17 - - sophgo,sg2044-aclint-mtimer 18 - - const: thead,c900-aclint-mtimer 14 + oneOf: 15 + - items: 16 + - enum: 17 + - sophgo,sg2042-aclint-mtimer 18 + - sophgo,sg2044-aclint-mtimer 19 + - const: thead,c900-aclint-mtimer 20 + - items: 21 + - enum: 22 + - anlogic,dr1v90-aclint-mtimer 23 + - const: nuclei,ux900-aclint-mtimer 19 24 20 25 reg: 21 26 items: