arm64: dts: ti: k3-j721e-mcu: add mcu cpsw cpts node
authorGrygorii Strashko <grygorii.strashko@ti.com>
Fri, 1 May 2020 20:50:10 +0000 (23:50 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 May 2020 19:02:03 +0000 (12:02 -0700)
Add DT node for The TI J721E MCU CPSW CPTS which is part of MCU CPSW NUSS.

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi

index 3d60641..37c355e 100644 (file)
                        clock-names = "fck";
                        bus_freq = <1000000>;
                };
+
+               cpts {
+                       clocks = <&k3_clks 18 2>;
+                       clock-names = "cpts";
+                       interrupts-extended = <&gic500 GIC_SPI 858 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupt-names = "cpts";
+                       ti,cpts-ext-ts-inputs = <4>;
+                       ti,cpts-periodic-outputs = <2>;
+               };
        };
 };