diff options
| author | Tom Rini <[email protected]> | 2025-03-12 07:56:16 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-03-12 07:56:16 -0600 |
| commit | 0731697f9d5a6475f27b7d5f4352a72ebb4ccc49 (patch) | |
| tree | f74523ddb147fb10a2caf9f48ffa1b6e56f67bc0 /include | |
| parent | cf1c0f396393c5c641018060bbe86a9dd698fd71 (diff) | |
| parent | b156a1171e356f16aac88322b3bdcec071543c6c (diff) | |
Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/mocha.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/include/configs/mocha.h b/include/configs/mocha.h new file mode 100644 index 00000000000..1c2eb906085 --- /dev/null +++ b/include/configs/mocha.h @@ -0,0 +1,25 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved. + * + * Copyright (c) 2024, Svyatoslav Ryhel <[email protected]> + */ + +#ifndef __CONFIG_H +#define __CONFIG_H + +#include "tegra124-common.h" + +/* High-level configuration options */ +#define CFG_TEGRA_BOARD_STRING "Xiaomi Mocha" + +/* Board-specific serial config */ +#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE + +#ifdef CONFIG_TEGRA_SUPPORT_NON_SECURE + #define CFG_PRAM 0x38400 /* 225 MB */ +#endif + +#include "tegra-common-post.h" + +#endif /* __CONFIG_H */ |
