{ "name": "sx1276-lora-driver", "requires": ["lora"], "config": { "spi-frequency": { "help": "SPI frequency, Default: 8 MHz", "value": 8000000 }, "buffer-size": { "help": "Max. buffer size the radio can handle, Default: 255 B", "value": 255 }, "radio-variant": { "help": "Use to set the radio variant if the antenna switch input is not connected.", "value": "SX1276UNDEFINED" }, "spi-mosi": { "value": "NC" }, "spi-miso": { "value": "NC" }, "spi-sclk": { "value": "NC" }, "spi-cs": { "value": "NC" }, "reset": { "value": "NC" }, "dio0": { "value": "NC" }, "dio1": { "value": "NC" }, "dio2": { "value": "NC" }, "dio3": { "value": "NC" }, "dio4": { "value": "NC" }, "dio5": { "value": "NC" }, "rf-switch-ctl1": { "value": "NC" }, "rf-switch-ctl2": { "value": "NC" }, "txctl": { "value": "NC" }, "rxctl": { "value": "NC" }, "ant-switch": { "value": "NC" }, "pwr-amp-ctl": { "value": "NC" }, "tcxo": { "value": "NC" } }, "target_overrides": { "DISCO_L072CZ_LRWAN1": { "spi-mosi": "PA_7", "spi-miso": "PA_6", "spi-sclk": "PB_3", "spi-cs": "PA_15", "reset": "PC_0", "dio0": "PB_4", "dio1": "PB_1", "dio2": "PB_0", "dio3": "PC_13", "txctl": "PC_2", "rxctl": "PA_1", "pwr-amp-ctl": "PC_1", "tcxo": "PA_12" } } }