]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: wexler: qc750: add WEXLER Tab 7t support
authorSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 11 Jul 2023 10:47:02 +0000 (13:47 +0300)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Fri, 5 Jul 2024 07:18:36 +0000 (10:18 +0300)
commit2c4a399682a1e28d22f5e8afc91e61248188b259
tree4dc3a05d97ff3889b8cf9e609b8b9268ef05c3f0
parent28144ba8d020bc5411eab8afe67cf359c8a543ef
board: wexler: qc750: add WEXLER Tab 7t support

WEXLER Tab 7t is a mini tablet computer developed by WEXLER that
runs the Android operating system. The device features a 7.0-inch
(180 mm) HD display, an Nvidia Tegra 3 quad-core chip, 1 GB of RAM,
8, 16 or 32 GB of storage that can be supplemented with a microSDXC
card giving up to 64 GB of additional storage and a full size USB
port.

Tested-by: Maksim Kurnosenko <asusx2@mail.ru>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
13 files changed:
arch/arm/dts/Makefile
arch/arm/dts/tegra30-wexler-qc750.dts [new file with mode: 0644]
arch/arm/mach-tegra/tegra30/Kconfig
board/wexler/qc750/Kconfig [new file with mode: 0644]
board/wexler/qc750/MAINTAINERS [new file with mode: 0644]
board/wexler/qc750/Makefile [new file with mode: 0644]
board/wexler/qc750/qc750-spl.c [new file with mode: 0644]
board/wexler/qc750/qc750.c [new file with mode: 0644]
configs/qc750_defconfig [new file with mode: 0644]
doc/board/index.rst
doc/board/wexler/index.rst [new file with mode: 0644]
doc/board/wexler/qc750.rst [new file with mode: 0644]
include/configs/qc750.h [new file with mode: 0644]