1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright(c) 2023  Realtek Corporation
3  */
4 
5 #include "phy.h"
6 
7 const struct rtw89_phy_gen_def rtw89_phy_gen_be = {
8 	.cr_base = 0x20000,
9 };
10 EXPORT_SYMBOL(rtw89_phy_gen_be);
11