zephyr/tests/drivers/gpio
Jay Vasanth e56721b8f0 dts: gpio: Add Microchip XEC GPIO macros for use in device tree
Microchip XEC devices specify GPIO pin using octal numbering and
organize pins in banks of 32. Chip documentation does not use
bank naming rather naming each pin by its octal number. This has
led to the developer having to calculate the bit position of a pin
in its 32-bit bank when a specifying the pin for GPIO usage. We
created a set of defines for all possible GPIO pins that specify
the DT GPIO bank name used in the chip level DTSI files and the
bit position in that bank.

Signed-off-by: Jay Vasanth <jay.vasanth@microchip.com>
2023-03-02 13:52:03 +01:00
..
gpio_api_1pin gpio: Add tests for software based GPIO debounce driver 2023-01-04 10:36:00 +01:00
gpio_basic_api dts: gpio: Add Microchip XEC GPIO macros for use in device tree 2023-03-02 13:52:03 +01:00
gpio_get_direction includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
gpio_hogs tests: gpio_hogs: Fix the output low test 2023-02-08 11:08:00 +01:00