Tom Warren | 872111a | 2020-02-28 16:17:07 -0700 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
| 3 | * (C) Copyright 2018-2019 NVIDIA Corporation. |
| 4 | */ |
| 5 | |
| 6 | #ifndef _P3450_0000_H |
| 7 | #define _P3450_0000_H |
| 8 | |
| 9 | #include <linux/sizes.h> |
| 10 | |
| 11 | #include "tegra210-common.h" |
| 12 | |
| 13 | /* High-level configuration options */ |
Tom Rini | ca2e1a5 | 2022-12-04 10:13:58 -0500 | [diff] [blame] | 14 | #define CFG_TEGRA_BOARD_STRING "NVIDIA P3450-0000" |
Tom Warren | 872111a | 2020-02-28 16:17:07 -0700 | [diff] [blame] | 15 | |
| 16 | /* Board-specific serial config */ |
Tom Warren | 872111a | 2020-02-28 16:17:07 -0700 | [diff] [blame] | 17 | |
Tom Warren | 872111a | 2020-02-28 16:17:07 -0700 | [diff] [blame] | 18 | /* General networking support */ |
Tom Warren | 872111a | 2020-02-28 16:17:07 -0700 | [diff] [blame] | 19 | #include "tegra-common-post.h" |
| 20 | |
Tom Warren | 872111a | 2020-02-28 16:17:07 -0700 | [diff] [blame] | 21 | #endif /* _P3450_0000_H */ |