1
0
Fork 0

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

Add DT entry for ECAP0 PWM node present in main domain

Signed-off-by: Vignesh R <vigneshr@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
hifive-unleashed-5.1
Vignesh R 2018-12-07 15:05:34 +05:30 committed by Tero Kristo
parent 19a1768fc3
commit 07c663b0ee
1 changed files with 9 additions and 0 deletions

View File

@ -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";
};
};