/* SPDX-License-Identifier: GPL-2.0+ */ /* * Configuration file for Qualcomm Snapdragon boards * * (C) Copyright 2021 Dzmitry Sankouski * (C) Copyright 2023 Linaro Ltd. */ #ifndef __CONFIGS_SNAPDRAGON_H #define __CONFIGS_SNAPDRAGON_H #define CFG_SYS_BAUDRATE_TABLE { 115200, 230400, 460800, 921600 } #endif