board: motorola: add Atrix 4G MB860 and Droid X2 MB870 support
authorSvyatoslav Ryhel <clamor95@gmail.com>
Sun, 3 Dec 2023 17:34:49 +0000 (19:34 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Sat, 12 Apr 2025 06:46:53 +0000 (09:46 +0300)
commit645350ed4b56f822b6da798c0cec101c3b1e4893
treebe1dc877026ed5e39f2f3a1c1fb6ae694fb3c716
parent041cb0b23acfaff8978ee6e4204147e9ae9b7dd9
board: motorola: add Atrix 4G MB860 and Droid X2 MB870 support

The Motorola Atrix 4G (MB860) and Droid X2 (MB870) both featured a
dual-core NVIDIA Tegra 2 AP20H processor clocked at 1GHz, coupled with 1GB
of DDR2 RAM. Storage consisted of 16GB of internal flash memory, expandable
via microSD. The display was a 4.0-inch TFT LCD with a resolution of
960x540 pixels (qHD). The devices originally ran on Android up to 2.3
(Gingerbread).

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
17 files changed:
arch/arm/dts/Makefile
arch/arm/dts/tegra20-motorola-daytona.dts [new file with mode: 0644]
arch/arm/dts/tegra20-motorola-mot.dtsi [new file with mode: 0644]
arch/arm/dts/tegra20-motorola-olympus.dts [new file with mode: 0644]
arch/arm/mach-tegra/tegra20/Kconfig
board/motorola/mot/Kconfig [new file with mode: 0644]
board/motorola/mot/MAINTAINERS [new file with mode: 0644]
board/motorola/mot/Makefile [new file with mode: 0644]
board/motorola/mot/configs/daytona.config [new file with mode: 0644]
board/motorola/mot/configs/olympus.config [new file with mode: 0644]
board/motorola/mot/mot-spl.c [new file with mode: 0644]
board/motorola/mot/mot.env [new file with mode: 0644]
configs/mot_defconfig [new file with mode: 0644]
doc/board/index.rst
doc/board/motorola/index.rst [new file with mode: 0644]
doc/board/motorola/mot.rst [new file with mode: 0644]
include/configs/mot.h [new file with mode: 0644]