On 01/01/2023 20:46, Dmitry Baryshkov wrote:
Add support for the StartKit sk-imx53 board, a simple development board with the iMX536A SoC. Tested and works: - UARTs - SPI - I2C - GPU - USB - uSD - NAND - Ethernet Not tested: - Display - VPU - capture Not yet working: - Sound Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/imx53-sk-imx53.dts | 362 +++++++++++++++++++++++++++ 2 files changed, 363 insertions(+) create mode 100644 arch/arm/boot/dts/imx53-sk-imx53.dts
Forgot to include changelog: - Dropped vpu redundant node - Moved phy-reset-gpios to the mdio->phy node - Replaced default pinconf with specific values -- With best wishes Dmitry