zephyr/include/dt-bindings
Denis Brockus 4c888ed25b gpio: Add GPIO voltage overrides
Add GPIO_flag values for GPIO DTS creation that
allows for pins that do not use the default
voltage.  IT8xxx2 supports setting voltage
levels for each pin. The default for this SoC
is 3P3 but they can be set individually to
1P8.

This will be used, for example:

	i2c_c_scl {
		gpios = <&gpioc 1 (GPIO_INPUT | GPIO_VOLTAGE_1P8)>;
		enum-name = "GPIO_I2C_C_SCL";
		label = "I2C_C_SCL";
	};

Signed-off-by: Denis Brockus <dbrockus@google.com>
2021-06-10 17:12:08 -04:00
..
adc drivers: adc: Define max acquisition time 2021-05-08 10:18:09 -05:00
clock adc: add sim opt for adc hw trigger 2021-05-07 08:23:49 -05:00
dac drivers: dac: Added driver for TI DACx0508 2020-08-26 12:24:43 +02:00
display drivers: display: ili9xxx: generalize ILI display driver 2020-11-10 15:52:12 -06:00
dma
espi drivers: eSPI: add eSPI driver support for NPCX7 series. 2020-10-02 11:33:15 +02:00
gpio gpio: Add GPIO voltage overrides 2021-06-10 17:12:08 -04:00
i2c
interrupt-controller drivers: gpio: ite_it8xxx2: enable more gpio groups 2021-04-23 06:31:56 -04:00
led dts: introduce binding for LED controllers 2020-08-28 15:04:35 +02:00
lora dts: bindings: Add bindings for Semtech SX126x 2020-07-02 08:32:37 -04:00
memory-controller drivers: memc: stm32: initial support for stm32 FMC 2020-11-24 16:33:17 +01:00
pcie drivers: pcie: Introduce API to look up devices by ID 2021-02-15 08:23:05 -05:00
pinctrl ite: drivers/pinmux: modify pinmux driver 2021-05-05 08:45:16 -04:00
pwm drivers: pwm: add API for capturing pwm pulse width and period 2021-01-12 19:43:06 +01:00
rdc
sensor driver: sensor: npcx: add tachometer sensor support. 2021-02-22 17:56:19 -05:00
usb
dt-util.h include: dt-bindings: Add macros entry point for DTS preprocessor 2020-10-23 09:38:55 -05:00