Hello, this series adds support for the Linux Automation GmbH FairyTux2 boards generation 1 and 2. The FairyTux2 is a small Linux device based on an Octavo Systems OSD32MP153c SiP, that occupies just two slots on a DIN rail. regards, Marc Signed-off-by: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> --- Changes in v3: - 2/2: fix use generic node names for external GPIO and USB Type-C controller (thanks Krzysztof) - 2/2: LEDs: replace label by color and function property (thanks Krzysztof) - 2/2: gen2: sort nodes of i2c1 by address (thanks Krzysztof) - Link to v2: https://patch.msgid.link/20250120-lxa-fairytux-v2-0-95f4a0eaa44d@xxxxxxxxxxxxxx Changes in v2: - 1/2: Added Krzysztof's Acked-by - 2/2: fix alignment for gpio-line-names (thanks Krzysztof) - 2/2: only use color:function for LED labels (thanks Krzysztof) - 2/2: use generic node names for external GPIO and USB Type-C controller - Link to v1: https://patch.msgid.link/20241210-lxa-fairytux-v1-0-9aea01cdb83e@xxxxxxxxxxxxxx --- Leonard Göhrs (2): dt-bindings: arm: stm32: add compatible strings for Linux Automation GmbH LXA FairyTux 2 ARM: dts: stm32: lxa-fairytux2: add Linux Automation GmbH FairyTux 2 .../devicetree/bindings/arm/stm32/stm32.yaml | 2 + arch/arm/boot/dts/st/Makefile | 2 + .../boot/dts/st/stm32mp153c-lxa-fairytux2-gen1.dts | 103 ++++++ .../boot/dts/st/stm32mp153c-lxa-fairytux2-gen2.dts | 147 ++++++++ .../arm/boot/dts/st/stm32mp153c-lxa-fairytux2.dtsi | 397 +++++++++++++++++++++ 5 files changed, 651 insertions(+) --- base-commit: b7ebfb84a09de6b44492974339654d8ffc5ad9e1 change-id: 20241210-lxa-fairytux-e730979d3d3f Best regards, -- Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx>