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

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
......@@ -129,4 +129,13 @@ main_i2c3: i2c@2030000 {
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";
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment