diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-05-12 00:53:29 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2021-05-14 22:46:25 +0200 |
commit | 2b3aa53ebf46031944d0edeab878ab9ba6c415d2 (patch) | |
tree | e806433fc58f9442c88b05332003a8f10765a2c6 /arch | |
parent | ARM: dts: ixp4xx: Create a proper expansion bus (diff) | |
download | linux-2b3aa53ebf46031944d0edeab878ab9ba6c415d2.tar.xz linux-2b3aa53ebf46031944d0edeab878ab9ba6c415d2.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/intel-ixp42x-linksys-nslu2.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/intel-ixp42x-linksys-nslu2.dts b/arch/arm/boot/dts/intel-ixp42x-linksys-nslu2.dts index 46dda0a895e7..5b8dcc19deee 100644 --- a/arch/arm/boot/dts/intel-ixp42x-linksys-nslu2.dts +++ b/arch/arm/boot/dts/intel-ixp42x-linksys-nslu2.dts @@ -90,6 +90,11 @@ 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 */ |