Skip to content

Commit

Permalink
dts: bindings: timer use hyphen instead of underscore
Browse files Browse the repository at this point in the history
Use hyphen in order to comply with device tree specification

Signed-off-by: Jilay Pandya <jilay.pandya@outlook.com>
  • Loading branch information
jilaypandya committed Jan 11, 2025
1 parent d4deeeb commit 736d535
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dts/bindings/timer/sy1xx,sys-timer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ properties:
interrupts:
required: true

ticks_us:
ticks-us:
type: int
required: true
4 changes: 2 additions & 2 deletions dts/riscv/sensry/ganymed-sy1xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
reg = <0x1a10b040 0x04>;
interrupt-parent = <&event0>;
interrupts = <10 0>;
ticks_us = <1000>;
ticks-us = <1000>;
};

timer1: timer@1a10b044 {
compatible = "sensry,sy1xx-sys-timer";
reg = <0x1a10b044 0x04>;
interrupt-parent = <&event0>;
interrupts = <11 0>;
ticks_us = <1000>;
ticks-us = <1000>;
};

uart0: uart@1a102000 {
Expand Down

0 comments on commit 736d535

Please sign in to comment.