mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 09:12:39 +00:00
10 lines
263 B
C
10 lines
263 B
C
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
#define CONFIG_FREQ_SYSTEMBUS 399999996
|
||
|
#define CONFIG_SPI_MAX_HZ 25000000
|
||
|
|
||
|
#define CONFIG_SERIAL_NS16550_REG_BASE 0xffe04500
|
||
|
#define CONFIG_SERIAL_NS16550_REG_SHIFT 0
|
||
|
|
||
|
#define CONFIG_SPI_FSL_ESPI_REG_BASE 0xffe07000
|