devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/16] Led update for STMicrolectronics boards
@ 2025-11-12 14:40 Patrice Chotard
  2025-11-12 14:40 ` [PATCH 01/16] ARM: dts: stm32: reorder nodes for stm32429i-eval Patrice Chotard
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Patrice Chotard @ 2025-11-12 14:40 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Maxime Coquelin,
	Alexandre Torgue
  Cc: devicetree, linux-stm32, linux-arm-kernel, linux-kernel,
	Patrice Chotard

This series adds/updates LED nodes for STMicroelectronics boards by
adding new LED nodes and function/color properties.

On STM32 MCUs boards (F4/F7 and H7 series) green LED is
used as heartbeat.

On STM32MP1/2, blue LED is used as heartbeat.

On STM32MP1, red LED is used as status LED.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
---
Patrice Chotard (16):
      ARM: dts: stm32: reorder nodes for stm32429i-eval
      ARM: dts: stm32: Update LED nodes for stm32429i-eval
      ARM: dts: stm32: Update LED nodes for stm32f429-disco
      ARM: dts: stm32: Update LED nodes for stm32f469-disco
      ARM: dts: stm32: Update LED node for stm32f746-disco
      ARM: dts: stm32: Update LED nodes for stm32f769-disco
      ARM: dts: stm32: Update LED nodes for stm32746g-eval
      ARM: dts: stm32: Add LED support for stm32h743i-disco
      ARM: dts: stm32: Add LED support for stm32h743i-eval
      ARM: dts: stm32: Update LED nodes for stm32h747i-disco
      ARM: dts: stm32: Add red LED for stm32mp135f-dk board
      ARM: dts: stm32: Add red LED for stm32mp157c-ed1 board
      ARM: dts: stm32: Update LED node for stm32mp15xx-dkx board
      arm64: dts: st: Add green and orange LED for stm32mp235f-dk
      arm64: dts: st: Add green and orange LED for stm32mp257f-dk
      arm64: dts: st: Add green and orange LED for stm32mp235f-dk

 arch/arm/boot/dts/st/stm32429i-eval.dts    | 65 +++++++++++++++++-------------
 arch/arm/boot/dts/st/stm32746g-eval.dts    |  6 +++
 arch/arm/boot/dts/st/stm32f429-disco.dts   |  6 ++-
 arch/arm/boot/dts/st/stm32f469-disco.dts   |  6 +++
 arch/arm/boot/dts/st/stm32f746-disco.dts   |  3 ++
 arch/arm/boot/dts/st/stm32f769-disco.dts   |  5 +++
 arch/arm/boot/dts/st/stm32h743i-disco.dts  | 27 +++++++++++++
 arch/arm/boot/dts/st/stm32h743i-eval.dts   | 18 +++++++++
 arch/arm/boot/dts/st/stm32h747i-disco.dts  |  6 +++
 arch/arm/boot/dts/st/stm32mp135f-dk.dts    |  6 +++
 arch/arm/boot/dts/st/stm32mp157c-ed1.dts   |  6 +++
 arch/arm/boot/dts/st/stm32mp15xx-dkx.dtsi  | 10 ++++-
 arch/arm64/boot/dts/st/stm32mp235f-dk.dts  | 10 +++++
 arch/arm64/boot/dts/st/stm32mp257f-dk.dts  | 10 +++++
 arch/arm64/boot/dts/st/stm32mp257f-ev1.dts | 23 +++++++++++
 15 files changed, 176 insertions(+), 31 deletions(-)
---
base-commit: 53c18dc078bb6d9e9dfe2cc0671ab78588c44723
change-id: 20251112-upstream_update_led_nodes-30e8ca390161

Best regards,
-- 
Patrice Chotard <patrice.chotard@foss.st.com>


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2025-11-13 13:29 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-12 14:40 [PATCH 00/16] Led update for STMicrolectronics boards Patrice Chotard
2025-11-12 14:40 ` [PATCH 01/16] ARM: dts: stm32: reorder nodes for stm32429i-eval Patrice Chotard
2025-11-12 14:40 ` [PATCH 02/16] ARM: dts: stm32: Update LED " Patrice Chotard
2025-11-12 14:40 ` [PATCH 03/16] ARM: dts: stm32: Update LED nodes for stm32f429-disco Patrice Chotard
2025-11-12 14:40 ` [PATCH 04/16] ARM: dts: stm32: Update LED nodes for stm32f469-disco Patrice Chotard
2025-11-12 14:40 ` [PATCH 05/16] ARM: dts: stm32: Update LED node for stm32f746-disco Patrice Chotard
2025-11-12 14:40 ` [PATCH 06/16] ARM: dts: stm32: Update LED nodes for stm32f769-disco Patrice Chotard
2025-11-12 14:40 ` [PATCH 07/16] ARM: dts: stm32: Update LED nodes for stm32746g-eval Patrice Chotard
2025-11-12 14:40 ` [PATCH 08/16] ARM: dts: stm32: Add LED support for stm32h743i-disco Patrice Chotard
2025-11-12 14:40 ` [PATCH 09/16] ARM: dts: stm32: Add LED support for stm32h743i-eval Patrice Chotard
2025-11-12 14:40 ` [PATCH 10/16] ARM: dts: stm32: Update LED nodes for stm32h747i-disco Patrice Chotard
2025-11-12 14:40 ` [PATCH 11/16] ARM: dts: stm32: Add red LED for stm32mp135f-dk board Patrice Chotard
2025-11-12 14:40 ` [PATCH 12/16] ARM: dts: stm32: Add red LED for stm32mp157c-ed1 board Patrice Chotard
2025-11-12 14:40 ` [PATCH 13/16] ARM: dts: stm32: Update LED node for stm32mp15xx-dkx board Patrice Chotard
2025-11-12 14:40 ` [PATCH 14/16] arm64: dts: st: Add green and orange LED for stm32mp235f-dk Patrice Chotard
2025-11-12 14:40 ` [PATCH 15/16] arm64: dts: st: Add green and orange LED for stm32mp257f-dk Patrice Chotard
2025-11-12 14:40 ` [PATCH 16/16] arm64: dts: st: Add green and orange LED for stm32mp235f-dk Patrice Chotard
2025-11-13 13:29 ` [PATCH 00/16] Led update for STMicrolectronics boards Rob Herring (Arm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).