Skip to content
Snippets Groups Projects
Commit 3ecec5aa authored by Vasily Khoruzhick's avatar Vasily Khoruzhick Committed by Anatolij Gustschin
Browse files

dts: sunxi: add PWM node for sun50i


Add PWM definition to sun50i-a64.dtsi

Signed-off-by: default avatarVasily Khoruzhick <anarsoul@gmail.com>
parent 1c353aea
No related branches found
No related tags found
No related merge requests found
......@@ -319,6 +319,15 @@
};
};
pwm: pwm@01c21400 {
compatible = "allwinner,sun50i-a64-pwm",
"allwinner,sun5i-a13-pwm";
reg = <0x01c21400 0x8>;
clocks = <&osc24M>;
#pwm-cells = <3>;
status = "disabled";
};
uart0: serial@1c28000 {
compatible = "snps,dw-apb-uart";
reg = <0x01c28000 0x400>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment