Home
last modified time | relevance | path

Searched +full:sc18im704 +full:- +full:i2c (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/drivers/i2c/
DKconfig.sc18im7042 # SPDX-License-Identifier: Apache-2.0
5 bool "NXP SC18IM704 I2C controller driver"
9 Enables NXP SC18IM704 I2C controller driver
14 int "SC18IM704 I2C init priority"
17 SC18IM704 I2C controller initialization priority.
22 bool "Verify SC18IM704 I2C transfers"
25 Verify the I2C state register after I2C transfers to detect errors.
DKconfig1 # I2C configuration options
4 # SPDX-License-Identifier: Apache-2.0
7 # I2C options
9 menuconfig I2C config
10 bool "Inter-Integrated Circuit (I2C) bus drivers"
12 Enable I2C Driver Configuration
14 if I2C
17 bool "I2C Shell"
21 Enable I2C Shell.
23 The I2C shell supports scanning, bus recovery, I2C read and write
[all …]
/Zephyr-Core-3.5.0/dts/bindings/mfd/
Dnxp,sc18im704.yaml2 # 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/i2c/
Dnxp,sc18im704-i2c.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: I2C controller part for the SC18IM704 bridge
6 compatible: "nxp,sc18im704-i2c"
8 include: i2c-controller.yaml
10 on-bus: nxp,sc18im704
/Zephyr-Core-3.5.0/tests/drivers/build_all/mfd/
Dapp.overlay4 * 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 …]