For all 96Boards, the following standard is used for onboard LEDs. green:user1 default-trigger: heartbeat green:user2 default-trigger: mmc0/disk-activity(onboard-storage) green:user3 default-trigger: mmc1 (SD-card) green:user4 default-trigger: none, panic-indicator yellow:wlan default-trigger: phy0tx blue:bt default-trigger: hci0-power
Link to 96Boards CE Specification: https://linaro.co/ce-specification Signed-off-by: Zhen Lei <thunder.leiz...@huawei.com> Cc: Darshak Patel <darshak.pa...@einfochips.com> Cc: Manivannan Sadhasivam <manivannan.sadhasi...@linaro.org> Cc: Shawn Guo <shawn...@kernel.org> Cc: Dong Aisheng <aisheng.d...@nxp.com> Cc: Guodong Xu <guodong...@linaro.org> Cc: Wei Xu <xuw...@hisilicon.com> Cc: Linus Walleij <linus.wall...@linaro.org> Cc: Lad Prabhakar <prabhakar.mahadev-lad...@bp.renesas.com> Cc: Marian-Cristian Rotariu <marian-cristian.rotariu...@bp.renesas.com> Cc: Geert Uytterhoeven <geert+rene...@glider.be> Cc: Heiko Stuebner <he...@sntech.de> --- Documentation/devicetree/bindings/leds/common.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/devicetree/bindings/leds/common.yaml b/Documentation/devicetree/bindings/leds/common.yaml index f1211e7045f12f3..525752d6c5c84fd 100644 --- a/Documentation/devicetree/bindings/leds/common.yaml +++ b/Documentation/devicetree/bindings/leds/common.yaml @@ -97,6 +97,16 @@ properties: # LED alters the brightness for the specified duration with one software # timer (requires "led-pattern" property) - pattern + #For all 96Boards, Green, disk-activity(onboard-storage) + - mmc0 + #For all 96Boards, Green, SD-card + - mmc1 + #For all 96Boards, Green, panic-indicator + - none + #For all 96Boards, Yellow, WiFi activity LED + - phy0tx + #For all 96Boards, Blue, Bluetooth activity LED + - hci0-power led-pattern: description: | -- 1.8.3