arm64: dts: ti: k3-am65/j721e-mcu: update cpts node

Update CPTS node following DT binding update:
 - add reg and compatible properties
 - fix node name

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Grygorii Strashko 2020-05-06 21:14:01 +03:00 committed by David S. Miller
parent 4786f4a08d
commit ef2d1363c5
2 changed files with 6 additions and 2 deletions

View file

@ -248,7 +248,9 @@ davinci_mdio: mdio@f00 {
bus_freq = <1000000>; bus_freq = <1000000>;
}; };
cpts { cpts@3d000 {
compatible = "ti,am65-cpts";
reg = <0x0 0x3d000 0x0 0x400>;
clocks = <&mcu_cpsw_cpts_mux>; clocks = <&mcu_cpsw_cpts_mux>;
clock-names = "cpts"; clock-names = "cpts";
interrupts-extended = <&gic500 GIC_SPI 570 IRQ_TYPE_LEVEL_HIGH>; interrupts-extended = <&gic500 GIC_SPI 570 IRQ_TYPE_LEVEL_HIGH>;

View file

@ -339,7 +339,9 @@ davinci_mdio: mdio@f00 {
bus_freq = <1000000>; bus_freq = <1000000>;
}; };
cpts { cpts@3d000 {
compatible = "ti,am65-cpts";
reg = <0x0 0x3d000 0x0 0x400>;
clocks = <&k3_clks 18 2>; clocks = <&k3_clks 18 2>;
clock-names = "cpts"; clock-names = "cpts";
interrupts-extended = <&gic500 GIC_SPI 858 IRQ_TYPE_LEVEL_HIGH>; interrupts-extended = <&gic500 GIC_SPI 858 IRQ_TYPE_LEVEL_HIGH>;