pepper.h (19a9747535c105fa458d0c9929e6785cf56d1292) pepper.h (c20ae2ffaa8b0c7b294330165a172d0f1dfe6dae)
1/*
2 * Copyright (C) 2013 Gumstix, Inc. - http://www.gumstix.com/
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __CONFIG_PEPPER_H
8#define __CONFIG_PEPPER_H
9
10#define CONFIG_MMC
11#include <configs/ti_am335x_common.h>
12
13#undef CONFIG_BOARD_LATE_INIT
1/*
2 * Copyright (C) 2013 Gumstix, Inc. - http://www.gumstix.com/
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __CONFIG_PEPPER_H
8#define __CONFIG_PEPPER_H
9
10#define CONFIG_MMC
11#include <configs/ti_am335x_common.h>
12
13#undef CONFIG_BOARD_LATE_INIT
14#undef CONFIG_SPL_OS_BOOT
15
16/* Clock defines */
17#define V_OSCK 24000000 /* Clock output from T2 */
18#define V_SCLK (V_OSCK)
19
20#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50
21
22/* Mach type */

--- 74 unchanged lines hidden ---
14
15/* Clock defines */
16#define V_OSCK 24000000 /* Clock output from T2 */
17#define V_SCLK (V_OSCK)
18
19#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50
20
21/* Mach type */

--- 74 unchanged lines hidden ---