Skip to content

Commit 5843156

Browse files
bogdanovskartben
authored andcommitted
dts: arm: ti: cc23x0: Add LGPT support
Add support for LGPT0, LGPT1, LGPT2 and LGPT3 to cc23x0 SoC. Signed-off-by: Stoyan Bogdanov <[email protected]>
1 parent cfe7a58 commit 5843156

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

dts/arm/ti/cc23x0.dtsi

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,42 @@
116116
interrupts = <3 0>;
117117
status = "disabled";
118118
};
119+
120+
lgpt0: lgpt@40060000 {
121+
compatible = "ti,cc23x0-lgpt";
122+
reg = <0x40060000 0x1d2>;
123+
max-top-value = <0xffff>;
124+
interrupts = <13 0>;
125+
clk-prescale = <0>;
126+
status = "disabled";
127+
};
128+
129+
lgpt1: lgpt@40061000 {
130+
compatible = "ti,cc23x0-lgpt";
131+
reg = <0x40061000 0x1d2>;
132+
max-top-value = <0xffff>;
133+
interrupts = <14 0>;
134+
clk-prescale = <0>;
135+
status = "disabled";
136+
};
137+
138+
lgpt2: lgpt@40062000 {
139+
compatible = "ti,cc23x0-lgpt";
140+
reg = <0x40062000 0x1d2>;
141+
max-top-value = <0xffff>;
142+
interrupts = <17 0>;
143+
clk-prescale = <0>;
144+
status = "disabled";
145+
};
146+
147+
lgpt3: lgpt@40063000 {
148+
compatible = "ti,cc23x0-lgpt";
149+
reg = <0x40063000 0x1d2>;
150+
max-top-value = <0xffffff>;
151+
interrupts = <18 0>;
152+
clk-prescale = <0>;
153+
status = "disabled";
154+
};
119155
};
120156
};
121157

0 commit comments

Comments
 (0)