mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
qoriq: define leds for Firebox M300
This patch provides support for the Firebox M300 only user-controllable bi-color LED, and makes the green "shield" LED act as the typical OpenWrt status led. Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
This commit is contained in:
parent
e02406e3cc
commit
4ab421b81d
@ -7,6 +7,8 @@
|
||||
* Copyright 2020 - 2021 Stijn Tintel <stijn@linux-ipv6.be>
|
||||
*/
|
||||
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
|
||||
/include/ "t208xsi-pre.dtsi"
|
||||
/include/ "t208xqds.dtsi"
|
||||
|
||||
@ -31,6 +33,11 @@
|
||||
ethernet2 = &enet1;
|
||||
ethernet3 = &enet2;
|
||||
ethernet4 = &enet3;
|
||||
|
||||
led-boot = &led_shield;
|
||||
led-failsafe = &led_shield;
|
||||
led-running = &led_shield;
|
||||
led-upgrade = &led_shield;
|
||||
};
|
||||
};
|
||||
|
||||
@ -325,4 +332,18 @@
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
shield-red {
|
||||
label = "red:shield";
|
||||
gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
led_shield: shield-green {
|
||||
label = "green:shield";
|
||||
gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -6,7 +6,7 @@ define Device/watchguard_firebox-m300
|
||||
DEVICE_COMPAT_VERSION := 1.1
|
||||
DEVICE_DTS_DIR := $(DTS_DIR)/fsl
|
||||
DEVICE_PACKAGES := \
|
||||
kmod-hwmon-w83793 kmod-ptp-qoriq kmod-rtc-rs5c372a kmod-tpm-i2c-atmel
|
||||
kmod-hwmon-w83793 kmod-leds-gpio kmod-ptp-qoriq kmod-rtc-rs5c372a kmod-tpm-i2c-atmel
|
||||
KERNEL := kernel-bin | gzip | fit gzip $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb
|
||||
KERNEL_SUFFIX := -fit-uImage.itb
|
||||
IMAGES := sdcard.img.gz sysupgrade.img.gz
|
||||
|
Loading…
Reference in New Issue
Block a user