Hello, This adds support for the phyBOARD-Segin-i.MX93 board. Note that the v4 enables the FEC ethernet port to ease device-tree debugging, as well as the heartbeat LED and the gpio-line-names for the GPIOs on the phyBOARD X16 header. It also adds a new documentation patch to fix a dt check warning regarding gpio-line-names property. Thanks, Signed-off-by: Mathieu Othacehe <othacehe@xxxxxxx> --- Changes in v4: - Add gpio-line-names to gpio-vf610 dt-bindings documentation - Add the heartbeat SoM LED - Add support for the FEC ethernet port - Restore the original authors in the copyright - Add gpio-line-names for the GPIOs on the X16 header 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 v3: https://lore.kernel.org/linux-devicetree/20240119092835.21462-1-othacehe@xxxxxxx/ Mathieu Othacehe (3): dt-bindings: arm: fsl: Add phyBOARD-Segin-i.MX93 dt-bindings: gpio: gpio-vf610: add gpio-line-names arm64: dts: imx93: Add phyBOARD-Segin-i.MX93 support .../devicetree/bindings/arm/fsl.yaml | 6 + .../devicetree/bindings/gpio/gpio-vf610.yaml | 1 + arch/arm64/boot/dts/freescale/Makefile | 1 + .../dts/freescale/imx93-phyboard-segin.dts | 141 ++++++++++++++++++ .../boot/dts/freescale/imx93-phycore-som.dtsi | 127 ++++++++++++++++ 5 files changed, 276 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