Add support for the StartKit sk-imx53 board, a simple development board with the i.MX536A SoC. Changes since v2: - Dropped vpu redundant node - Dropped device_type from Ethernet PHY DT node - Fixed an error in vendor-prefix patch Changes since v1: - Added bindings changes - Moved phy-reset-gpios to the mdio->phy node - Replaced default pinconf with specific values Dmitry Baryshkov (3): dt-bindings: vendor-prefixes: add Startkit dt-bindings: arm: fsl: Add the Starterkit SK-iMX53 board ARM: dts: imx: Add support for SK-iMX53 board .../devicetree/bindings/arm/fsl.yaml | 1 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/imx53-sk-imx53.dts | 357 ++++++++++++++++++ 4 files changed, 361 insertions(+) create mode 100644 arch/arm/boot/dts/imx53-sk-imx53.dts -- 2.39.0