[PATCH 09/17] Add missing LEDs to Firestone DT
Timothy Pearson
tpearson at raptorengineering.com
Sat Sep 17 06:35:25 AEST 2016
Enable the front panel LEDs controlled directly by BMC GPIOs.
Signed-off-by: Timothy Pearson <tpearson at raptorengineering.com>
---
arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts b/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
index ae1a633..4f04e76 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
@@ -2,6 +2,8 @@
#include "aspeed-g4.dtsi"
+#include <dt-bindings/gpio/aspeed-gpio.h>
+
/ {
model = "Firestone BMC";
compatible = "ibm,firestone-bmc", "aspeed,ast2400";
@@ -19,6 +21,22 @@
reg = < 0x40000000 0x10000000 >;
};
+ leds {
+ compatible = "gpio-leds";
+
+ heartbeat {
+ gpios = <&gpio ASPEED_GPIO(R, 4) GPIO_ACTIVE_LOW>;
+ };
+
+ power {
+ gpios = <&gpio ASPEED_GPIO(R, 5) GPIO_ACTIVE_LOW>;
+ };
+
+ identify {
+ gpios = <&gpio ASPEED_GPIO(A, 2) GPIO_ACTIVE_LOW>;
+ };
+ };
+
ahb {
fmc at 1e620000 {
reg = < 0x1e620000 0x94
--
1.7.9.5
More information about the openbmc
mailing list