Hello, This patchset adds support for i.MXQXP AI_ML board from Einfochips. This board is one of the Consumer Edition boards of the 96Boards family based on i.MX8QXP SoC from NXP/Freescale. The initial support includes following peripherals which are tested and known to be working: 1. Debug serial via UART2 2. uSD 3. WiFi 4. Ethernet More information about this board can be found in Arrow website: https://www.arrow.com/en/products/imx8-ai-ml/arrow-development-tools Thanks, Mani Changes in v2: * Incorporated review comments from Dong (small cleanups) Manivannan Sadhasivam (3): dt-bindings: Add Vendor prefix for Einfochips dt-bindings: arm: Document i.MX8QXP AI_ML board binding arm64: dts: freescale: Add support for i.MX8QXP AI_ML board .../devicetree/bindings/arm/fsl.yaml | 1 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/freescale/Makefile | 1 + .../boot/dts/freescale/imx8qxp-ai_ml.dts | 249 ++++++++++++++++++ 4 files changed, 253 insertions(+) create mode 100644 arch/arm64/boot/dts/freescale/imx8qxp-ai_ml.dts -- 2.17.1