zephyr/drivers/pinctrl
Andrzej Głąbek fd07675574 drivers: pinctrl_nrf: Use S0D1 drive by default for TWI/TWIM pins
The default S0S1 drive setting is not suitable for TWI/TWIM pins.
Override it with S0D1 as for some SoCs (e.g. nRF52833) without
this the peripheral will not work properly.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2022-07-05 13:52:19 +02:00
..
CMakeLists.txt drivers: pinctrl: add pinctrl driver for the Xilinx Zynq-7000 2022-06-28 20:46:11 +02:00
Kconfig drivers: pinctrl: add pinctrl driver for the Xilinx Zynq-7000 2022-06-28 20:46:11 +02:00
Kconfig.b91 drivers: pinctrl: introduce new Telink B91 Pinctrl driver 2022-02-21 19:41:44 -05:00
Kconfig.cc13xx_cc26xx drivers: pinctrl: add CC13XX/CC26XX pinctrl driver 2022-04-18 18:19:46 -04:00
Kconfig.esp32 esp32c3: drivers: pinctrl: initial support 2022-04-20 13:27:47 +02:00
Kconfig.gd32 drivers: pinctrl: Support pinctrl with GD32VF103 2021-12-20 17:51:30 +01:00
Kconfig.imx nxp_imx: rt: add XBARA Inter-Peripheral Crossbar Switch Kconfig option 2022-07-01 16:23:11 +00:00
Kconfig.it8xxx2 ITE: drviers/pinctrl: Add pinctrl driver for IT8XXX2 2022-05-06 11:32:40 +02:00
Kconfig.kinetis drivers: pinctrl: Add kinetis pinctrl driver 2022-03-03 13:00:20 -06:00
Kconfig.lpc_iocon drivers: pinctrl: update lpc pinctrl driver for lpc11u6x 2022-05-10 17:27:44 -05:00
Kconfig.npcx pinctrl: npcx: config pwm open-drain without enabling STORE_REG 2022-05-20 12:36:22 +02:00
Kconfig.nrf drivers: pinctrl: nrf: initial support 2021-11-26 14:20:51 +01:00
Kconfig.rcar drivers: pinctrl: add Renesas RCar PFC driver 2022-01-17 21:00:58 +01:00
Kconfig.rpi_pico drivers: pinctrl: Added pinctrl driver for RPi Pico 2022-02-02 16:23:35 +01:00
Kconfig.rv32m1 drivers: pinctrl: add OpenISA RV32M1 pinctrl driver 2022-05-05 13:34:39 -05:00
Kconfig.sam drivers: pinctrl: Update atmel sam driver to new api 2022-03-24 15:45:37 -07:00
Kconfig.sam0 drivers: pinctrl: Update Atmel sam0 driver to new API 2022-03-24 15:45:37 -07:00
Kconfig.sifive drivers: pinctrl: add SiFive pinctrl driver 2022-03-24 10:46:34 +01:00
Kconfig.stm32 drivers: pinctrl: stm32: initial version 2021-11-26 11:36:42 +01:00
Kconfig.xec drivers: pinctrl: Microchip MEC172x pinctrl driver 2022-03-07 11:03:06 +01:00
Kconfig.xlnx drivers: pinctrl: add pinctrl driver for the Xilinx Zynq-7000 2022-06-28 20:46:11 +02:00
common.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
pfc_rcar.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
pinctrl_b91.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
pinctrl_cc13xx_cc26xx.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
pinctrl_esp32.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
pinctrl_gd32_af.c hal: gigadevice: Update gd32f4xx to firmware 3.0.0 2022-07-04 18:07:51 +02:00
pinctrl_gd32_afio.c soc: arm: gigadevice: use common API headers 2022-06-22 18:41:19 +09:00
pinctrl_imx.c drivers: pinctrl: refactor pin control support for imx rt 2022-05-12 16:57:17 -05:00
pinctrl_ite_it8xxx2.c drivers: pinctrl: it8xxx2: update include paths 2022-05-09 12:45:29 -04:00
pinctrl_kinetis.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
pinctrl_lpc_iocon.c drivers: pinctrl: update lpc pinctrl driver for lpc11u6x 2022-05-10 17:27:44 -05:00
pinctrl_mchp_xec.c drivers: pinctrl: xec: Prevent glitch for QMSPI on MAF 2022-05-12 14:49:45 -05:00
pinctrl_npcx.c pinctrl: npcx: config pwm open-drain without enabling STORE_REG 2022-05-20 12:36:22 +02:00
pinctrl_nrf.c drivers: pinctrl_nrf: Use S0D1 drive by default for TWI/TWIM pins 2022-07-05 13:52:19 +02:00
pinctrl_rpi_pico.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
pinctrl_rv32m1.c drivers: pinctrl: add OpenISA RV32M1 pinctrl driver 2022-05-05 13:34:39 -05:00
pinctrl_sam.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
pinctrl_sam0.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
pinctrl_sifive.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
pinctrl_stm32.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
pinctrl_xlnx_zynq.c drivers: pinctrl: add pinctrl driver for the Xilinx Zynq-7000 2022-06-28 20:46:11 +02:00