Skip to content

Commit bd409ab

Browse files
henrikbrixandersenkartben
authored andcommitted
dts: riscv: neorv32: add GPTMR devicetree node
Add NEORV32 General Purpose Timer (GPTMR) devicetree node. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
1 parent fc72eaf commit bd409ab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/riscv/neorv32.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@
8888
#pwm-cells = <3>;
8989
};
9090

91+
gptmr: timer@fff10000 {
92+
compatible = "neorv32,gptmr";
93+
status = "disabled";
94+
reg = <0xfff10000 0x10000>;
95+
interrupts = <12>;
96+
syscon = <&sysinfo>;
97+
};
98+
9199
clint: clint@fff40000 {
92100
compatible = "neorv32,clint", "sifive,clint0";
93101
status = "disabled";

0 commit comments

Comments
 (0)