board: asus: grouper: add Google Nexus 7 (2012) support
authorSvyatoslav Ryhel <clamor95@gmail.com>
Fri, 30 Jun 2023 07:29:04 +0000 (10:29 +0300)
committerThierry Reding <treding@nvidia.com>
Fri, 30 Jun 2023 13:20:37 +0000 (15:20 +0200)
commit855ffdfa650aa54edf2bfdd99da50cd6255453b8
treeda2fc54fa644f436706996c489de0d1095d43673
parent15be9a7b3b08fa11d046162aaeb899e5d726cb90
board: asus: grouper: add Google Nexus 7 (2012) support

Nexus 7 is a mini tablet computer co-developed by Google and Asus
that runs the Android operating system. The Nexus 7 features a 7"
display, an Nvidia Tegra 3 quad-core chip, 1 GB of RAM and 8/16 GB
of internal storage.

This patch brings support for all 3 known ASUS/Google devices:
- Nexus 7 (2012) E1565
- Nexus 7 (2012) PM269
- Nexus 7 (2012) 3G - tilapia

Tested-by: Andreas Westman Dorcsak <hedmoo@yahoo.com> # ASUS Grouper E1565
Tested-by: Svyatoslav Ryhel <clamor95@gmail.com> # ASUS Grouper E1565
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
20 files changed:
arch/arm/dts/Makefile
arch/arm/dts/tegra30-asus-grouper-common.dtsi [new file with mode: 0644]
arch/arm/dts/tegra30-asus-nexus7-grouper-E1565.dts [new file with mode: 0644]
arch/arm/dts/tegra30-asus-nexus7-grouper-PM269.dts [new file with mode: 0644]
arch/arm/dts/tegra30-asus-nexus7-tilapia-E1565.dts [new file with mode: 0644]
arch/arm/mach-tegra/tegra30/Kconfig
board/asus/grouper/Kconfig [new file with mode: 0644]
board/asus/grouper/MAINTAINERS [new file with mode: 0644]
board/asus/grouper/Makefile [new file with mode: 0644]
board/asus/grouper/grouper-spl-max.c [new file with mode: 0644]
board/asus/grouper/grouper-spl-ti.c [new file with mode: 0644]
board/asus/grouper/grouper.c [new file with mode: 0644]
board/asus/grouper/pinmux-config-grouper.h [new file with mode: 0644]
configs/grouper_E1565.config [new file with mode: 0644]
configs/grouper_PM269.config [new file with mode: 0644]
configs/grouper_common_defconfig [new file with mode: 0644]
configs/tilapia.config [new file with mode: 0644]
doc/board/asus/grouper_common.rst [new file with mode: 0644]
doc/board/asus/index.rst
include/configs/grouper.h [new file with mode: 0644]