ARM: dts: aspeed: santabarbara: Add bmc_ready_noled Led

Add a 'bmc_ready_noled' LED on GPIOB3 with GPIO_TRANSITORY to ensure its
state resets on BMC reboot.

Signed-off-by: Fred Chen <fredchen.openbmc@gmail.com>
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
Fred Chen 2025-10-15 22:39:00 +08:00 committed by Andrew Jeffery
parent 5941b4239f
commit 816d369ebd

View File

@ -104,6 +104,11 @@ led-2 {
default-state = "off";
gpios = <&gpio0 ASPEED_GPIO(P, 4) GPIO_ACTIVE_HIGH>;
};
led-3 {
label = "bmc_ready_noled";
gpios = <&gpio0 ASPEED_GPIO(B, 3) (GPIO_ACTIVE_HIGH|GPIO_TRANSITORY)>;
};
};
memory@80000000 {