Hello, This adds support for the phyBOARD-Segin-i.MX93 board. Thanks, Signed-off-by: Mathieu Othacehe <othacehe@xxxxxxx> --- Changes in v3: - Update documentation to match PHYTEC naming - Remove useless properties - Update pinmux from PHYTEC downstream kernel Changes in v2: - Remove useless line - Add missing reserved-memory entries v2: https://lore.kernel.org/linux-devicetree/20240117074911.7425-1-othacehe@xxxxxxx/ Mathieu Othacehe (2): dt-bindings: arm: fsl: Add phyBOARD-Segin-i.MX93 arm64: dts: imx93: Add phyBOARD-Segin-i.MX93 support .../devicetree/bindings/arm/fsl.yaml | 6 + arch/arm64/boot/dts/freescale/Makefile | 1 + .../dts/freescale/imx93-phyboard-segin.dts | 119 ++++++++++++++++++ .../boot/dts/freescale/imx93-phycore-som.dtsi | 56 +++++++++ 4 files changed, 182 insertions(+) create mode 100644 arch/arm64/boot/dts/freescale/imx93-phyboard-segin.dts create mode 100644 arch/arm64/boot/dts/freescale/imx93-phycore-som.dtsi -- 2.41.0