mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
ARM: dts: ixp4xx: Add beeper to the NSLU2
This adds the beeper GPIO to the NSLU2 completing the board support. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
3babb604a8
commit
2b3aa53ebf
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user