Commit 2b3aa53e authored by Linus Walleij's avatar Linus Walleij

ARM: dts: ixp4xx: Add beeper to the NSLU2

This adds the beeper GPIO to the NSLU2 completing the board
support.
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 3babb604
......@@ -90,6 +90,11 @@ gpio-poweroff {
timeout-ms = <5000>;
};
gpio-beeper {
compatible = "gpio-beeper";
gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>;
};
soc {
bus@50000000 {
/* The first 16MB region at CS0 on the expansion bus */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment