Skip to content

Commit 7cd96d6

Browse files
ssekar15nashif
authored andcommitted
dts: arm: ti: mspm0: Add timer TIMA1 node for pwm capture
Add a support for timer TIMA1 node for pwm capture. Signed-off-by: Saravanan Sekar <[email protected]>
1 parent e051ec2 commit 7cd96d6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

dts/arm/ti/mspm0/g/mspm0g.dtsi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,21 @@
5858
status = "disabled";
5959
};
6060
};
61+
62+
tima1: tima@40862000 {
63+
compatible = "ti,mspm0-timer";
64+
reg = <0x40862000 0x2000>;
65+
clocks = <&ckm MSPM0_CLOCK_MCLK>;
66+
interrupts = <19 0>;
67+
ti,clk-prescaler = <0>;
68+
ti,clk-div = <1>;
69+
status = "disabled";
70+
71+
pwma1: pwma1 {
72+
compatible = "ti,mspm0-timer-pwm";
73+
#pwm-cells = <3>;
74+
status = "disabled";
75+
};
76+
};
6177
};
6278
};

0 commit comments

Comments
 (0)