22 lines
297 B
Plaintext
22 lines
297 B
Plaintext
# Microchip MEC1701QSZ MCU
|
|
|
|
# Copyright (c) 2018 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_MEC1701_QSZ
|
|
|
|
config SOC
|
|
default "mec1701qsz"
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
default 48000000
|
|
|
|
if SERIAL
|
|
|
|
config UART_NS16550
|
|
default y
|
|
|
|
endif # SERIAL
|
|
|
|
endif # SOC_MEC1701_QSZ
|