blob: 6a199c7c714c2852a62d262fbe48d9fbebd2b6e5 [file] [log] [blame]
Vincent Zvikarambaef160e12017-01-31 04:45:23 +00001############################
2## NFC device is going to sleep mode after SLEEP_TIMEOUT(ms) and the device needs
3## wakeup delay(ms) when it is going to wake up from sleep mode.
4SLEEP_TIMEOUT=1000
5WAKEUP_DELAY=20
6
7############################
8## Pathes
9## F/W image
10FW_IMAGE="/vendor/firmware/sec_s3fwrn5_firmware.bin"
11
12## Reg file
13RFREG_FILE="/etc/sec_s3fwrn5_rfreg.bin"
14## Power driver
15POWER_DRIVER="/dev/sec-nfc"
16## Transport driver
17TRANS_DRIVER="/dev/sec-nfc"
18
19############################
20## TRACE_LEVEL (0: only err, 1: and debug, 2: trace also)
21## DATA TRACE level (0: not display, 1: simply, 2: all of data trace)
22TRACE_LEVEL=2
23DATA_TRACE=2
24
25############################
26## F/W download Option
27## 0 : Download for different version
28## 1 : Download for upper version
29## 2 : Force Download
30FW_UPDATE_MODE=0
31
32############################
33## Clock option for 19.2MHz PLL
34FW_CFG_CLK_TYPE=0x00
35FW_CFG_CLK_SPEED=0x01
36FW_CFG_CLK_REQ=0x01