• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1###############################################################################
2#Board Varaints and Versions are defined below:
3#BOARD_VARIANT_NXPREF    0x01
4#BOARD_NXPREF_VERSIONS(0x01, 0x02)
5
6#BOARD_VARIANT_CUSTREF1  0x2A
7#BOARD_CUSTREF1_VERSIONS(0x01,0x02,0x03)
8
9UWB_BOARD_VARIANT_CONFIG=0x01
10UWB_BOARD_VARIANT_VERSION=0x01
11
12#Default device node is /dev/srxxx,
13#you can override it if your kernel driver is exposing it as another name.
14#NXP_UWB_DEVICE_NODE="/dev/sr100"
15
16###############################################################################
17#                          Extended CofigID
18#DELAY_CALIBRATION_VALUE    E400
19#AOA_CALIBRATION_CTRL       E401
20#DPD_WAKEUP_SRC             E402
21#WTX_COUNT_CONFIG           E403
22#WIFI_COEX_FEATURE          E405
23  ##Note: WIFI COEX CONFIG Disabled by default, if required add the
24  ##      config (E4, 05, 04, 00, 3C, 1E, 1E) and update the
25  ##      Lentgh and number of parameter accordingly in the header part.
26  ##      WIFI COEX feature supports only in user binary.
27#CLK_CONFIG_CTRL            E430
28  ##Note: Config for clock source selection and refer UCI specification
29  ##      for more information.
30#UWB_WLAN_5GHZ_CHANNEL_INTERFERENCE_LIST  E432
31  ##Note: List of problematic channels in 5GHz Range, if required add
32  ##      config (E4, 32, 03, 120, 124, 128) and update the
33  ##      Length and number of parameters accordingly in header part.
34#TX_PULSE_SHAPE_CONFIG      E428
35# Refer the NXP UCI specification for below configs
36#ANTENNA_RX_IDX_DEFINE   E460
37#ANTENNA_TX_IDX_DEFINE   E461
38
39UWB_CORE_EXT_DEVICE_DEFAULT_CONFIG={20, 04, 00, 23, 05,
40    E4, 02, 01, 00,
41    E4, 03, 01, b4,
42    E4, 28, 04, 02, 02, 02, 00,
43    E4, 60, 07, 01, 01, 02, 01, 00, 01, 00,
44    E4, 61, 06, 01, 01, 01, 00, 00, 00
45}
46
47##Note: Session specific default app config configured here
48#ANTENNAS_CONFIGURATION_RX E31C
49
50NXP_UWB_EXT_APP_DEFAULT_CONFIG={01, E3, 1C, 03, 01, 01, 01}
51
52##Note: Below configs are applicable in User_Mode FW only
53##Note: WIFI COEX CONFIG Disabled by default, if required add the
54  ##      config (E4, 05, 04, 00, 3C, 1E, 1E) and update the
55  ##      Lentgh and number of parameter accordingly in the header part.
56  ##      WIFI COEX feature supports only in user binary.
57#WIFI_COEX_UART_USER_CFG E437
58  ## UART based WiFi-CoEx Interface User Configuration. default value 0
59#FREQ_OF_UWB_REQ_WLAN_CHANNEL_INFO E439
60  ## Configure the frequency of UWB Requests to WLAN for getting WLAN Channel Information. Default value 3
61  ## if required add the
62  ##      config (E4, 39, 01, 03) and update the
63  ##      Length and number of parameter accordingly in the header part
64
65UWB_USER_FW_BOOT_MODE_CONFIG={20, 04, 00, 08, 01,
66    E4, 05, 04, 00, 3C, 1E, 1E
67}
68
69###############################################################################
70# Helios PROD Mode FW version
71# Make sure you push the Production FW while using this Macro
72NXP_UWB_PROD_FW_FILENAME="libsr100t_prod_fw.bin"
73
74# Helios Dev Mode FW version
75# Make sure you push the Dev Mode FW while using this Macro
76NXP_UWB_DEV_FW_FILENAME="libsr100t_dev_fw.bin"
77###############################################################################
78
79###############################################################################
80#enable or disable fw download logging
81UWB_FW_DOWNLOAD_LOG=0x00
82###############################################################################
83
84###############################################################################
85# set Crystal calibration seetings
86# byte[6] 38.4 MHz XTAL CAP1
87# byte[7] 38.4 MHz XTAL CAP2
88# byte[8] 38.4 MHz XTAL GM CONTROL
89
90NXP_UWB_XTAL_38MHZ_CONFIG={2E, 11, 00, 05, 05, 02, FF, FF, 21}
91
92###############################################################################
93# This config enable/disable the Vendor extended notifications
94# 00 for disable
95# 01 for enable
96NXP_UWB_EXTENDED_NTF_CONFIG={20, 04, 00, 05, 01, E4, 33, 01, 01}
97
98###############################################################################
99###############################################################################
100# Core Device configurations
101# Below sections needs to be updated with the correct values for needed core device configurations
102
103#NXP_CORE_CONF_BLK_1={}
104
105#NXP_CORE_CONF_BLK_2={}
106
107#NXP_CORE_CONF_BLK_3={}
108
109#NXP_CORE_CONF_BLK_4={}
110
111#NXP_CORE_CONF_BLK_5={}
112
113#NXP_CORE_CONF_BLK_6={}
114
115#NXP_CORE_CONF_BLK_7={}
116
117#NXP_CORE_CONF_BLK_8={}
118
119#NXP_CORE_CONF_BLK_9={}
120
121#NXP_CORE_CONF_BLK_10={}
122
123
124NXP_LOG_JNI_LOGLEVEL=0x05
125NXP_LOG_UCI_CORE_LOGLEVEL=0x05
126NXP_LOG_UCIHAL_LOGLEVEL=0x05
127NXP_LOG_FWDNLD_LOGLEVEL=0x05
128NXP_LOG_TML_LOGLEVEL=0x05
129NXP_LOG_UCIX_LOGLEVEL=0x05
130NXP_LOG_UCIR_LOGLEVEL=0x05
131