mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 15:14:52 +00:00

Add support for Toradex Verdin AM62P computer on module which can be used on different carrier boards and for the Toradex Verdin Development Board carrier board. 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. Anything that is not self-contained on the module is disabled by default. 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: Francesco Dolcini <francesco.dolcini@toradex.com> Link: https://lore.kernel.org/r/20250430102815.149162-3-francesco@dolcini.it Signed-off-by: Nishanth Menon <nm@ti.com>
23 lines
590 B
Plaintext
23 lines
590 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/*
|
|
* Copyright 2025 Toradex
|
|
*
|
|
* https://www.toradex.com/computer-on-modules/verdin-arm-family/ti-am62p
|
|
* https://www.toradex.com/products/carrier-board/verdin-development-board-kit
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "k3-am62p5.dtsi"
|
|
#include "k3-am62p-verdin.dtsi"
|
|
#include "k3-am62p-verdin-wifi.dtsi"
|
|
#include "k3-am62p-verdin-dev.dtsi"
|
|
|
|
/ {
|
|
model = "Toradex Verdin AM62P WB on Verdin Development Board";
|
|
compatible = "toradex,verdin-am62p-wifi-dev",
|
|
"toradex,verdin-am62p-wifi",
|
|
"toradex,verdin-am62p",
|
|
"ti,am62p5";
|
|
};
|