Skip to content

Commit

Permalink
reComputer-R100x:Remove buzzer from leds node
Browse files Browse the repository at this point in the history
  • Loading branch information
is-qian committed May 2, 2024
1 parent ef082c3 commit 730544e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions overlays/rpi/reComputer-R100x-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -264,12 +264,16 @@
gpios = <&gpio 27 GPIO_ACTIVE_LOW>;
default-state = "off";
};
};
};

buzzer: buzzer {
label = "buzzer";
linux,default-trigger = "default-off";
fragment@10 {
target-path="/";
__overlay__ {
beeper: beeper {
compatible = "gpio-beeper";
gpios = <&gpio 21 GPIO_ACTIVE_HIGH>;
default-state = "off";
status = "okay";
};
};
};
Expand Down

0 comments on commit 730544e

Please sign in to comment.