blob: 1e385d0b44f1c5a686ddfd7696d01d47ef3b2be7 [file] [log] [blame]
Pau Espin Pedrol786a6bc2020-03-30 13:51:21 +02001rf_driver: {
Pau Espin Pedrol65beb8f2020-03-31 12:03:19 +02002 name: "${trx.rf_dev_type}",
3 sync: "${'1' if trx.rf_dev_type == 'zmq' else 'none'}",
Pau Espin Pedrol786a6bc2020-03-30 13:51:21 +02004
5 /* Use this for b2x0 devices. Bandwidth >= 10 Mhz */
Pau Espin Pedrol65beb8f2020-03-31 12:03:19 +02006 args: "${trx.rf_dev_args}",
7% if trx.rf_dev_type == 'zmq':
Pau Espin Pedrold45a29e2020-04-02 17:21:47 +02008 dl_sample_bits: 16,
9 ul_sample_bits: 16,
10% endif
Pau Espin Pedrol786a6bc2020-03-30 13:51:21 +020011},
12
13tx_gain: 89.0, /* TX gain (in dB) B2x0: 0 to 89.8 dB */
14rx_gain: 60.0, /* RX gain (in dB) B2x0: 0 to 73 dB */
Pau Espin Pedrol65beb8f2020-03-31 12:03:19 +020015% if trx.rf_dev_type == 'zmq':
Andre Puschmanna70f05c2020-04-06 12:13:15 +020016tx_time_offset: 0,
17% else:
18tx_time_offset: -150,
19% endif