diff options
| author | Robert Nelson <[email protected]> | 2025-03-03 13:15:15 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-03-18 07:23:29 -0600 |
| commit | b27c94958b976213e3f21e53943a699ffa53f16e (patch) | |
| tree | 5ed8a5ae71b52e459d36e7f9226f2304f9915295 /include | |
| parent | 3baec72dcb2c275e3b9d509fc8bf4ae9f3f83aa3 (diff) | |
board: beagle: Add support for BeagleY-AI
Basic board support for BeagleY-AI. Information on this
board can be found at https://beagleboard.org/beagley-ai
Signed-off-by: Robert Nelson <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Signed-off-by: Andrew Davis <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/beagley_ai.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/beagley_ai.h b/include/configs/beagley_ai.h new file mode 100644 index 00000000000..a7072a094c5 --- /dev/null +++ b/include/configs/beagley_ai.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Configuration header file for BeagleY-AI + * + * Copyright (C) 2025 Texas Instruments Incorporated - https://www.ti.com/ + */ + +#ifndef __CONFIG_BEAGLEY_AI_H +#define __CONFIG_BEAGLEY_AI_H + +/* Now for the remaining common defines */ +#include <configs/ti_armv7_common.h> + +#endif /* __CONFIG_BEAGLEY_AI_H */ |
