1 ## SPDX-License-Identifier: GPL-2.0-only
3 config DRIVERS_NXP_UWB_SR1XX
4 bool "NXP UWB SR1xx driver"
6 Enable support for a NXP UWB SR1xx (e.g., SR150) chip.
8 A configuration should be added to device tree like below:
11 # The ACPI name of the device. Note it will be
12 # truncated to 4 characters if a longer name is given.
13 register "name" = ""UWB0""
15 # Description of the module.
16 register "desc" = ""NXP UWB Module""
18 # SPI bus speed (in Hz).
19 register "speed" = "1000000"
21 # The GPIO connected to SENSORINT.
22 register "irq_gpio" = "ACPI_GPIO_IRQ_LEVEL_HIGH(GPP_F21)"
24 # The GPIO connected to CHIP_EN.
25 register "ce_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_A12)"
27 # The GPIO connected to WAKEUP.
28 register "ri_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_A7)"