Skip to content

Commit 461d6d0

Browse files
grygoriySdavem330
authored andcommitted
arm64: dts: ti: j721e-main: add main navss cpts node
Add DT node for Main NAVSS CPTS module. Signed-off-by: Grygorii Strashko <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 2939092 commit 461d6d0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

arch/arm64/boot/dts/ti/k3-j721e-main.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,18 @@
254254
<0x0c>; /* RX_UHCHAN */
255255
ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
256256
};
257+
258+
cpts@310d0000 {
259+
compatible = "ti,j721e-cpts";
260+
reg = <0x0 0x310d0000 0x0 0x400>;
261+
reg-names = "cpts";
262+
clocks = <&k3_clks 201 1>;
263+
clock-names = "cpts";
264+
interrupts-extended = <&main_navss_intr 201 0>;
265+
interrupt-names = "cpts";
266+
ti,cpts-periodic-outputs = <6>;
267+
ti,cpts-ext-ts-inputs = <8>;
268+
};
257269
};
258270

259271
main_pmx0: pinmux@11c000 {

0 commit comments

Comments
 (0)