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 9289b97 commit 8b5d415Copy full SHA for 8b5d415
arch/arm/boot/dts/intel/ixp/intel-ixp42x-linksys-nslu2.dts
@@ -90,11 +90,18 @@
90
timeout-ms = <5000>;
91
};
92
93
- gpio-beeper {
94
- compatible = "gpio-beeper";
+ gpio_pwm: pwm {
+ #pwm-cells = <3>;
95
+ compatible = "pwm-gpio";
96
gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>;
97
98
99
+ beeper {
100
+ compatible = "pwm-beeper";
101
+ pwms = <&gpio_pwm 0 1 0>;
102
+ beeper-hz = <1000>;
103
+ };
104
+
105
soc {
106
bus@c4000000 {
107
/* The first 16MB region at CS0 on the expansion bus */
0 commit comments