diff options
| author | Svyatoslav Ryhel <[email protected]> | 2022-01-27 19:42:04 +0200 |
|---|---|---|
| committer | Svyatoslav Ryhel <[email protected]> | 2024-07-05 10:18:35 +0300 |
| commit | 28144ba8d020bc5411eab8afe67cf359c8a543ef (patch) | |
| tree | 469e273068512e4eb6cf2039e7e7ccff2dee8483 /include | |
| parent | bd356e05cd82d7b02a09a590f497f9a2f7a01277 (diff) | |
board: asus: transformer: add ASUS Transformer T20 family support
The Asus Eee Pad Transformer family are 2-in-1 detachable/slider
tablets developed by Asus that run the Android operating system.
The Eee Pad Transformers feature a 10.1-inch (260 mm) display,
an Nvidia Tegra 2 dual-core chip, 1 GB of RAM, and 16/32 GB of storage.
Transformers board derives from Nvidia Ventana development board.
This patch brings support for all 3 known T20 Transformers:
- Asus Eee Pad Transformer TF101
- Asus Eee Pad Transformer TF101G
- Asus Eee Pad Slider SL101
Tested-by: Robert Eckelmann <[email protected]> # ASUS TF101
Tested-by: Antoni Aloy Torrens <[email protected]> # ASUS TF101
Signed-off-by: Svyatoslav Ryhel <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/transformer-t20.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/include/configs/transformer-t20.h b/include/configs/transformer-t20.h new file mode 100644 index 00000000000..ca1e70caa71 --- /dev/null +++ b/include/configs/transformer-t20.h @@ -0,0 +1,21 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * (C) Copyright 2010,2011 + * NVIDIA Corporation <www.nvidia.com> + * + * (C) Copyright 2022 + * Svyatoslav Ryhel <[email protected]> + */ + +#ifndef __CONFIG_H +#define __CONFIG_H + +#include "tegra20-common.h" +#include "transformer-common.h" + +/* Board-specific serial config */ +#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE + +#include "tegra-common-post.h" + +#endif /* __CONFIG_H */ |
