Message ID | 20220426073511.1160119-1-o.rempel@pengutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | mainline Protonic PRTT1x boards | expand |
Hi Oleksij On 4/26/22 09:35, Oleksij Rempel wrote: > changes v4: > - reorder prtt1X compatible again > - remove spaces in stm32mp151a-prtt1c.dts > > changes v3: > - add silabs,wfx compatible > - move spi pin configuration to stm32mp15-pinctrl.dtsi > - move prtt1X compatible in alphabetical order > - add watchdog and thermal nodes > > changes v2: > - cleanup mmc nodes > - disabled dma for uart4 (this is console interface and it should work > as simple as possible) > > Oleksij Rempel (4): > dt-bindings: arm: stm32: Add compatible strings for Protonic T1L > boards > dt-bindings: net: silabs,wfx: add prt,prtt1c-wfm200 antenna variant > ARM: dts: stm32: stm32mp15-pinctrl: add spi1-1 pinmux group > ARM: dts: stm32: add support for Protonic PRTT1x boards > > .../devicetree/bindings/arm/stm32/stm32.yaml | 8 + > .../staging/net/wireless/silabs,wfx.yaml | 1 + > arch/arm/boot/dts/Makefile | 3 + > arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 15 + > arch/arm/boot/dts/stm32mp151a-prtt1a.dts | 52 +++ > arch/arm/boot/dts/stm32mp151a-prtt1c.dts | 304 ++++++++++++++++++ > arch/arm/boot/dts/stm32mp151a-prtt1l.dtsi | 229 +++++++++++++ > arch/arm/boot/dts/stm32mp151a-prtt1s.dts | 63 ++++ > 8 files changed, 675 insertions(+) > create mode 100644 arch/arm/boot/dts/stm32mp151a-prtt1a.dts > create mode 100644 arch/arm/boot/dts/stm32mp151a-prtt1c.dts > create mode 100644 arch/arm/boot/dts/stm32mp151a-prtt1l.dtsi > create mode 100644 arch/arm/boot/dts/stm32mp151a-prtt1s.dts > Series applied on stm32-next. Regards Alex