Searched +full:sc18im704 +full:- +full:gpio (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.5.0/drivers/gpio/ |
D | Kconfig.sc18im704 | 2 # SPDX-License-Identifier: Apache-2.0 5 bool "NXP SC18IM704 GPIO controller driver" 10 Enables NXP SC18IM704 GPIO controller driver 13 int "SC18IM704 GPIO init priority" 17 SC18IM704 GPIO controller initialization priority. 19 Note: Has to be greater than the parent SC18IM704 bridge initialization priority.
|
D | Kconfig | 1 # GPIO configuration options 4 # SPDX-License-Identifier: Apache-2.0 6 menuconfig GPIO config 7 bool "General-Purpose Input/Output (GPIO) drivers" 9 Include GPIO drivers in system config 11 if GPIO 13 module = GPIO 14 module-str = gpio 18 bool "GPIO Shell" 21 Enable GPIO Shell for testing. [all …]
|
/Zephyr-Core-3.5.0/dts/bindings/mfd/ |
D | nxp,sc18im704.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 NXP SC18IM704 UART to I2C/GPIO bridge. 7 The SC18IM704 supports both an external I2C and GPIO controller. These 15 pinctrl-0 = <&uart0_default>; 16 pinctrl-names = "default"; 18 sc18im704: sc18im704 { 19 compatible = "nxp,sc18im704"; 21 target-speed = <115200>; 22 reset-gpios = <&gpio1 15 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; 25 compatible = "nxp,sc18im704-i2c"; [all …]
|
/Zephyr-Core-3.5.0/dts/bindings/gpio/ |
D | nxp,sc18im704-gpio.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: GPIO controller part for the SC18IM704 bridge 6 compatible: "nxp,sc18im704-gpio" 8 include: gpio-controller.yaml 11 "#gpio-cells": 19 gpio-cells: 20 - pin 21 - flags 23 on-bus: nxp,sc18im704
|
/Zephyr-Core-3.5.0/tests/drivers/build_all/mfd/ |
D | app.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 * with real-world devicetree nodes, to allow these tests to run on 15 #address-cells = <1>; 16 #size-cells = <1>; 23 test_sc18im704: sc18im704 { 24 compatible = "nxp,sc18im704"; 28 compatible = "nxp,sc18im704-i2c"; 30 #address-cells = <1>; 31 #size-cells = <0>; 35 compatible = "nxp,sc18im704-gpio"; [all …]
|
/Zephyr-Core-3.5.0/drivers/i2c/ |
D | Kconfig | 4 # SPDX-License-Identifier: Apache-2.0 10 bool "Inter-Integrated Circuit (I2C) bus drivers" 46 "zephyr,i2c-dump-allowlist" and phandles to the devices that need to be traced. 48 i2c-dump-allowlist { 49 compatible = "zephyr,i2c-dump-allowlist"; 70 source "drivers/i2c/Kconfig.gpio" 90 source "drivers/i2c/Kconfig.sc18im704" 105 module-str = i2c 160 Enable LPI2C driver bus recovery support via GPIO bitbanging. 183 bool "Nios-II I2C driver" [all …]
|