We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcb32c commit 4fe5331Copy full SHA for 4fe5331
arch/arm/boot/dts/overlays/i2c-pwm-pca9685a-overlay.dts
@@ -20,6 +20,23 @@
20
};
21
22
23
+
24
+ fragment@1 {
25
+ target-path = "/";
26
+ __overlay__ {
27
+ pwm_gpio: pwm_gpio@0 {
28
+ compatible = "pwm-gpio";
29
+ reg = <0x0>;
30
+ gpio-controller;
31
+ #gpio-cells = <2>;
32
33
+ pwms = <&pca 15 1000000>; //100ns or 1kHz
34
35
+ status = "okay";
36
+ };
37
38
39
40
__overrides__ {
41
addr = <&pca>,"reg:0";
42
0 commit comments