Reserve the upper 8 bits of gpio_dt_flags_t for SoC specific flags and move the non-standard, hardware-specific GPIO devicetree flags (IO voltage level, drive strength, debounce filter) from the generic dt-bindings/gpio/gpio.h header to SoC specific dt-bindings headers. Some of the SoC specific dt-bindings flags take up more bits than necessary in order to retain backwards compatibility with the deprecated GPIO flags. The width of these fields can be reduced/optimized once the deprecated flags are removed. Remove hardcoded use of GPIO_INT_DEBOUNCE in GPIO client drivers. This flag can now be set in the devicetree for boards/SoCs with debounce filter support. The SoC specific debounce flags have had the _INT part of their name removed since these flag must be passed to gpio_pin_configure(), not gpio_pin_interrupt_configure(). Signed-off-by: Henrik Brix Andersen <hebad@vestas.com> |
||
|---|---|---|
| .. | ||
| 96b_argonkey | ||
| arc_secure_services | ||
| bbc_microbit | ||
| esp32 | ||
| google_kukui | ||
| intel_s1000_crb | ||
| mec15xxevb_assy6853 | ||
| nrf | ||
| qemu_cortex_a53/reserved_memory | ||
| reel_board/mesh_badge | ||
| sensortile_box | ||
| stm32 | ||
| ti/cc13x2_cc26x2/system_off | ||
| up_squared/gpio_counter | ||
| boards.rst | ||