board: toradex: add verdin am62p support
authorParth Pancholi <parth.pancholi@toradex.com>
Mon, 19 May 2025 15:47:45 +0000 (16:47 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 3 Jun 2025 23:18:03 +0000 (17:18 -0600)
commitb8c43968b801c568b66b1d2985e8542275d9d49a
treef50fbecf86a22f7268ba307bb86bfb638128768c
parent4c9340716522250c7e22d4d9405e0a728c5bb092
board: toradex: add verdin am62p support

This adds initial support for the Toradex Verdin AM62P module.

The module consists of an TI AM62P family SoC, a TPS65219 PMIC, a
Gigabit Ethernet PHY, up to 8GB of LPDDR4 RAM, an eMMC, a TLA2024 ADC,
an I2C EEPROM, an RX8130 RTC, plus an optional Bluetooth/Wi-Fi module.

These specific changes adds support for Toradex Verdin AM62P Quad 2GB WB
IT module.

Link: https://www.toradex.com/computer-on-modules/verdin-arm-family/ti-am62p
Link: https://www.toradex.com/products/carrier-board/verdin-development-board-kit
Signed-off-by: Parth Pancholi <parth.pancholi@toradex.com>
Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
26 files changed:
arch/arm/dts/Makefile
arch/arm/dts/k3-am62p-verdin-dev.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am62p-verdin-wifi.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am62p-verdin.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am62p5-verdin-lpddr4-1600.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am62p5-verdin-r5.dts [new file with mode: 0644]
arch/arm/dts/k3-am62p5-verdin-wifi-dev-binman.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am62p5-verdin-wifi-dev-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am62p5-verdin-wifi-dev.dts [new file with mode: 0644]
arch/arm/mach-k3/am62px/Kconfig
board/toradex/verdin-am62p/Kconfig [new file with mode: 0644]
board/toradex/verdin-am62p/MAINTAINERS [new file with mode: 0644]
board/toradex/verdin-am62p/Makefile [new file with mode: 0644]
board/toradex/verdin-am62p/board-cfg.yaml [new file with mode: 0644]
board/toradex/verdin-am62p/pm-cfg.yaml [new file with mode: 0644]
board/toradex/verdin-am62p/rm-cfg.yaml [new file with mode: 0644]
board/toradex/verdin-am62p/sec-cfg.yaml [new file with mode: 0644]
board/toradex/verdin-am62p/tifs-rm-cfg.yaml [new file with mode: 0644]
board/toradex/verdin-am62p/verdin-am62p.c [new file with mode: 0644]
board/toradex/verdin-am62p/verdin-am62p.env [new file with mode: 0644]
configs/verdin-am62p_a53_defconfig [new file with mode: 0644]
configs/verdin-am62p_r5_defconfig [new file with mode: 0644]
doc/board/ti/k3.rst
doc/board/toradex/index.rst
doc/board/toradex/verdin-am62p.rst [new file with mode: 0644]
include/configs/verdin-am62p.h [new file with mode: 0644]