mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
riscv: dts: thead: Add PWM controller node
Add the Device Tree node for the T-HEAD TH1520 SoC's PWM controller. Reviewed-by: Drew Fustini <fustini@kernel.org> Tested-by: Drew Fustini <fustini@kernel.org> Reviewed-by: Elle Rhumsaa <elle@weathered-steel.dev> Signed-off-by: Michal Wilczynski <m.wilczynski@samsung.com> Signed-off-by: Drew Fustini <fustini@kernel.org>
This commit is contained in:
committed by
Drew Fustini
parent
fac4be7b3d
commit
b6b00b220d
@@ -514,6 +514,13 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pwm: pwm@ffec01c000 {
|
||||
compatible = "thead,th1520-pwm";
|
||||
reg = <0xff 0xec01c000 0x0 0x4000>;
|
||||
clocks = <&clk CLK_PWM>;
|
||||
#pwm-cells = <3>;
|
||||
};
|
||||
|
||||
clk: clock-controller@ffef010000 {
|
||||
compatible = "thead,th1520-clk-ap";
|
||||
reg = <0xff 0xef010000 0x0 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user