Commit 07c663b0 authored by Vignesh R's avatar Vignesh R Committed by Tero Kristo
Browse files

arm64: dts: ti: k3-am65-main: Add ECAP PWM node



Add DT entry for ECAP0 PWM node present in main domain

Signed-off-by: default avatarVignesh R <vigneshr@ti.com>
Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
parent 19a1768f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -129,4 +129,13 @@
		clocks = <&k3_clks 113 1>;
		power-domains = <&k3_pds 113>;
	};

	ecap0: pwm@3100000 {
		compatible = "ti,am654-ecap", "ti,am3352-ecap";
		#pwm-cells = <3>;
		reg = <0x0 0x03100000 0x0 0x60>;
		power-domains = <&k3_pds 39>;
		clocks = <&k3_clks 39 0>;
		clock-names = "fck";
	};
};