On Tue, Jan 21, 2025 at 12:14:06PM +0100, Marc Kleine-Budde wrote: > From: Leonard Göhrs <l.goehrs@xxxxxxxxxxxxxx> > > The Linux Automation GmbH FairyTux2 is a small Linux device based on > an Octavo Systems OSD32MP153c SiP, that occupies just two slots on a > DIN rail. > > The device contains an eMMC for storage, a gigabit Ethernet > connection, a CAN bus and a RS485 transceiver. > > Add support for the lxa-fairytux2 generation 1 and 2 boards based on > the STM32MP153c. > > Signed-off-by: Leonard Göhrs <l.goehrs@xxxxxxxxxxxxxx> > Signed-off-by: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> > --- > 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 +++++++++++++++++++++ > 4 files changed, 649 insertions(+) Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof