board: asus: transformer: add ASUS Transformer Pad TF701T support
authorSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 14 Mar 2023 16:24:51 +0000 (18:24 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Sat, 12 Apr 2025 08:12:06 +0000 (11:12 +0300)
commit00d4996a82a459706109f4146cf6ac12e1477c7e
tree3ac930be900acbdafd6e4540149573c7cb404d80
parent69dffab9416c45f0341675aafd2c84e11df2d749
board: asus: transformer: add ASUS Transformer Pad TF701T support

The ASUS Transformer Pad TF701T is an Android tablet computer made by
ASUS, successor to the ASUS Transformer Pad Infinity. The tablet includes
a Tegra 4 T114 processor clocked at 1.9 GHz, and an upgraded 2560×1600
pixel resolution screen, increasing the pixel density to 300 PPI and
a mobile dock. Transformers (t114) board derives from Nvidia Macallan
development board.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
13 files changed:
arch/arm/dts/Makefile
arch/arm/dts/tegra114-asus-tf701t.dts [new file with mode: 0644]
arch/arm/mach-tegra/tegra114/Kconfig
board/asus/transformer-t114/Kconfig [new file with mode: 0644]
board/asus/transformer-t114/MAINTAINERS [new file with mode: 0644]
board/asus/transformer-t114/Makefile [new file with mode: 0644]
board/asus/transformer-t114/transformer-t114-spl.c [new file with mode: 0644]
board/asus/transformer-t114/transformer-t114.c [new file with mode: 0644]
board/asus/transformer-t114/transformer-t114.env [new file with mode: 0644]
configs/tf701t_defconfig [new file with mode: 0644]
doc/board/asus/index.rst
doc/board/asus/transformer_t114.rst [new file with mode: 0644]
include/configs/transformer-t114.h [new file with mode: 0644]