Skip to content

Commit 2939092

Browse files
grygoriySdavem330
authored andcommitted
arm64: dts: ti: k3-j721e-mcu: add mcu cpsw cpts node
Add DT node for The TI J721E MCU CPSW CPTS which is part of MCU CPSW NUSS. Signed-off-by: Grygorii Strashko <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent b3f7e95 commit 2939092

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,5 +338,14 @@
338338
clock-names = "fck";
339339
bus_freq = <1000000>;
340340
};
341+
342+
cpts {
343+
clocks = <&k3_clks 18 2>;
344+
clock-names = "cpts";
345+
interrupts-extended = <&gic500 GIC_SPI 858 IRQ_TYPE_LEVEL_HIGH>;
346+
interrupt-names = "cpts";
347+
ti,cpts-ext-ts-inputs = <4>;
348+
ti,cpts-periodic-outputs = <2>;
349+
};
341350
};
342351
};

0 commit comments

Comments
 (0)