diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/bcm963138.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/configs/bcm963138.h b/include/configs/bcm963138.h new file mode 100644 index 00000000000..361569a8c5f --- /dev/null +++ b/include/configs/bcm963138.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * (C) Copyright 2022 Broadcom Ltd. + */ + +#ifndef __BCM963138_H +#define __BCM963138_H + +#define CONFIG_SYS_SDRAM_BASE 0x00000000 +#define CONFIG_SYS_HZ_CLOCK 500000000 + +#endif |
