mbox series

[v2,0/2] Add support for the phyGATE-Tauri-L IoT Gateway

Message ID 20230925-tauri_upstream_support-v2-0-62a6dfc48e31@phytec.de
Headers show
Series Add support for the phyGATE-Tauri-L IoT Gateway | expand

Message

Yannic Moog Sept. 25, 2023, 7:25 a.m. UTC
The phyGATE-Tauri-L is a SBC that uses the phyCORE-i.MX8MM SoM, but has
a different carrier board.
This series adds support for the board and most of its interfaces.
Notably, RS485 support is missing.

Signed-off-by: Yannic Moog <y.moog@phytec.de>
---
Changes in v2:
- change license of tauri devicetree file.
- fix devicetree style issues, no functional change

---
Yannic Moog (2):
      dt-bindings: arm: fsl: add phyGATE-Tauri-L board
      arm64: dts: freescale: add phyGATE-Tauri i.MX 8M Mini Support

 Documentation/devicetree/bindings/arm/fsl.yaml     |   4 +-
 arch/arm64/boot/dts/freescale/Makefile             |   1 +
 .../boot/dts/freescale/imx8mm-phygate-tauri-l.dts  | 489 +++++++++++++++++++++
 3 files changed, 493 insertions(+), 1 deletion(-)
---
base-commit: 2dde18cd1d8fac735875f2e4987f11817cc0bc2c
change-id: 20230828-tauri_upstream_support-08fac2175150

Best regards,

Comments

Shawn Guo Oct. 9, 2023, 1:18 p.m. UTC | #1
On Mon, Sep 25, 2023 at 09:25:17AM +0200, Yannic Moog wrote:
> The phyGATE-Tauri-L is a SBC that uses the phyCORE-i.MX8MM SoM, but has
> a different carrier board.
> This series adds support for the board and most of its interfaces.
> Notably, RS485 support is missing.
> 
> Signed-off-by: Yannic Moog <y.moog@phytec.de>
> ---
> Changes in v2:
> - change license of tauri devicetree file.
> - fix devicetree style issues, no functional change
> 
> ---
> Yannic Moog (2):
>       dt-bindings: arm: fsl: add phyGATE-Tauri-L board
>       arm64: dts: freescale: add phyGATE-Tauri i.MX 8M Mini Support

Applied both, thanks!