提交 2b31230a 编写于 作者: S Shawn Guo 提交者: Shawn Guo

arm64: dts: zx296718: add PWM device support

It adds PWM device support which will be used to control voltage of core
supply on some boards.
Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
上级 dceb9491
...@@ -468,6 +468,16 @@ ...@@ -468,6 +468,16 @@
#clock-cells = <1>; #clock-cells = <1>;
}; };
pwm: pwm@1439000 {
compatible = "zte,zx296718-pwm";
reg = <0x1439000 0x1000>;
clocks = <&lsp1crm LSP1_PWM_PCLK>,
<&lsp1crm LSP1_PWM_WCLK>;
clock-names = "pclk", "wclk";
#pwm-cells = <3>;
status = "disabled";
};
vou: vou@1440000 { vou: vou@1440000 {
compatible = "zte,zx296718-vou"; compatible = "zte,zx296718-vou";
#address-cells = <1>; #address-cells = <1>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册