board: microsoft: add Microsoft Surface 2 support
authorJonas Schwöbel <jonasschwoebel@yahoo.de>
Sat, 2 Dec 2023 07:19:41 +0000 (08:19 +0100)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Wed, 20 Aug 2025 13:22:49 +0000 (16:22 +0300)
commite69e2dc7f5559cb5fe31dddf4b3f5336c25fa0ac
tree70217cc60a1a67672ae651a81bcd93eebdf90390
parent54fbdd408873413af86d86de03a490c5abf280f1
board: microsoft: add Microsoft Surface 2 support

Surface 2 is a Surface-series Windows RT hybrid tablet computer created by
Microsoft. Surface 2 uses a 1.7 GHz quad-core Nvidia Tegra 4 chipset with
2 GB of RAM, features 10.6 inch FullHD ClearType HD screen with 16:9 aspect
ratio and 32/64 GB of internal memory that can be supplemented with a
microSDXC card giving up to 64 GB of additional storage.

Signed-off-by: Jonas Schwöbel <jonasschwoebel@yahoo.de>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
14 files changed:
arch/arm/dts/Makefile
arch/arm/dts/tegra114-microsoft-surface-2-0b.dts [new file with mode: 0644]
arch/arm/dts/tegra114-microsoft-surface-2-13.dts [new file with mode: 0644]
arch/arm/dts/tegra114-microsoft-surface-2-common.dtsi [new file with mode: 0644]
arch/arm/mach-tegra/tegra114/Kconfig
board/microsoft/surface-2/Kconfig [new file with mode: 0644]
board/microsoft/surface-2/MAINTAINERS [new file with mode: 0644]
board/microsoft/surface-2/Makefile [new file with mode: 0644]
board/microsoft/surface-2/board-info.c [new file with mode: 0644]
board/microsoft/surface-2/surface-2-spl.c [new file with mode: 0644]
board/microsoft/surface-2/surface-2.env [new file with mode: 0644]
configs/surface-2_defconfig [new file with mode: 0644]
doc/board/microsoft/index.rst
doc/board/microsoft/surface-2.rst [new file with mode: 0644]