blob: 792422d780e2fbb69125fc8ba40d5864b20b0074 [file] [log] [blame]
Chen-Yu Tsai8ebe4f42014-10-22 16:47:44 +08001/*
2 * (C) Copyright 2014 Chen-Yu Tsai <wens@csie.org>
3 *
4 * Configuration settings for the Allwinner A23 (sun8i) CPU
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9#ifndef __CONFIG_H
10#define __CONFIG_H
11
12/*
13 * A23 specific configuration
14 */
Hans de Goede08fd1472014-12-07 14:34:27 +010015#define CONFIG_CLK_FULL_SPEED 1008000000
16
Chen-Yu Tsai8ebe4f42014-10-22 16:47:44 +080017#define CONFIG_SYS_PROMPT "sun8i# "
18
19/*
20 * Include common sunxi configuration where most the settings are
21 */
22#include <configs/sunxi-common.h>
23
24#endif /* __CONFIG_H */