Skip to content

Commit 15e3e73

Browse files
committed
dts: arm: ti: mspm0g1xxx: add tima1 timer
describe an extra timer Signed-off-by: Dimitris Karnikis <[email protected]>
1 parent 57f5a65 commit 15e3e73

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dts/arm/ti/mspm0g1xxx.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,18 @@
120120
#pwm-cells = <3>;
121121
};
122122

123+
tima1: tima0@40862000 {
124+
compatible = "ti,mspm0-counter";
125+
status = "disabled";
126+
clocks = <&sysclk>;
127+
prescaler = <0>;
128+
reg = <0x40862000 0x2000>;
129+
divide-ratio = <RATE_1>;
130+
interrupts = <19 0>;
131+
resolution = <16>;
132+
mode = <PERIODIC_UP>;
133+
};
134+
123135
uart0: uart@40108000 {
124136
compatible = "ti,mspm0g3xxx-uart";
125137
reg = <0x40108000 0x2000>;

0 commit comments

Comments
 (0)