mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 07:51:16 -04:00
ARM: dts: keystone-k2g: Add ECAP PWM DT nodes
Add DT nodes for PWM ECAP IP present on 66AK2G SoC. Signed-off-by: Vignesh R <vigneshr@ti.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
This commit is contained in:
committed by
Santosh Shilimkar
parent
cfc8e42c41
commit
a9ccafd0a3
@@ -483,5 +483,25 @@ usb1: usb@2590000 {
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
ecap0: pwm@21d1800 {
|
||||
compatible = "ti,k2g-ecap", "ti,am3352-ecap";
|
||||
#pwm-cells = <3>;
|
||||
reg = <0x021d1800 0x60>;
|
||||
power-domains = <&k2g_pds 0x38>;
|
||||
clocks = <&k2g_clks 0x38 0>;
|
||||
clock-names = "fck";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ecap1: pwm@21d1c00 {
|
||||
compatible = "ti,k2g-ecap", "ti,am3352-ecap";
|
||||
#pwm-cells = <3>;
|
||||
reg = <0x021d1c00 0x60>;
|
||||
power-domains = <&k2g_pds 0x39>;
|
||||
clocks = <&k2g_clks 0x39 0x0>;
|
||||
clock-names = "fck";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user