Searched +full:scl +full:- +full:gpios (Results 1 – 25 of 118) sorted by relevance
12345
/Zephyr-latest/dts/bindings/i2c/ |
D | ite,common-i2c.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 include: [i2c-controller.yaml, pinctrl-device.yaml] 15 port-num: 19 - 0 20 - 1 21 - 2 22 - 3 23 - 4 24 - 5 33 channel-switch-sel: [all …]
|
D | espressif,esp32-i2c.yaml | 3 # SPDX-License-Identifier: Apache-2.0 7 compatible: "espressif,esp32-i2c" 9 include: [i2c-controller.yaml, pinctrl-device.yaml] 15 pinctrl-0: 18 pinctrl-names: 21 scl-gpios: 22 type: phandle-array 24 GPIO to which the I2C SCL signal is routed. This is only required 28 sda-gpios: 29 type: phandle-array [all …]
|
D | gpio-i2c.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "gpio-i2c" 8 include: i2c-controller.yaml 11 scl-gpios: 12 type: phandle-array 14 description: GPIO to which the SCL pin of the I2C bus is connected. 15 sda-gpios: 16 type: phandle-array
|
D | nxp,lpi2c.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 include: [i2c-controller.yaml, pinctrl-device.yaml] 14 bus-idle-timeout: 18 scl-gpios: 19 type: phandle-array 21 GPIO to which the I2C SCL signal is routed. This is only needed for I2C bus recovery 24 sda-gpios: 25 type: phandle-array
|
D | st,stm32-i2c-v1.yaml | 1 # Copyright (c) 2017 I-SENSE group of ICCS 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "st,stm32-i2c-v1" 8 include: [i2c-controller.yaml, pinctrl-device.yaml] 17 pinctrl-0: 20 pinctrl-names: 23 scl-gpios: 24 type: phandle-array 26 GPIO to which the I2C SCL signal is routed. This is only needed for 29 sda-gpios: [all …]
|
D | ambiq,i2c.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 include: [i2c-controller.yaml, pinctrl-device.yaml, ambiq-pwrcfg.yaml] 20 scl-gpios: 21 type: phandle-array 23 GPIO to which the I2C SCL signal is routed. This is only needed for I2C bus recovery 26 sda-gpios: 27 type: phandle-array
|
D | microchip,xec-i2c.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "microchip,xec-i2c" 8 include: [i2c-controller.yaml, pinctrl-device.yaml] 24 girq-bit: 34 pinctrl-0: 37 pinctrl-names: 40 sda-gpios: 41 type: phandle-array 47 scl-gpios: 48 type: phandle-array [all …]
|
D | st,stm32-i2c-v2.yaml | 1 # Copyright (c) 2017 I-SENSE group of ICCS 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "st,stm32-i2c-v2" 8 include: [i2c-controller.yaml, pinctrl-device.yaml] 17 pinctrl-0: 20 pinctrl-names: 26 An optional table of pre-computed i2c timing values with the 29 Precise timings values for a given Hardware can be pre-computed 38 clock-frequency timing> 47 scl-gpios: [all …]
|
/Zephyr-latest/samples/sensor/sht3xd/boards/ |
D | nucleo_l476rg.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 &i2c1 { /* SDA CN5.9=PB9, SCL CN5.10=PB8, ALERT CN5.1=D8=PA9 */ 8 /* &i2c3 { * SDA CN7.36=PC1, SCL CN7.38=PC0, ALERT CN7.34=PB0 */ 12 alert-gpios = <&gpioa 9 GPIO_ACTIVE_HIGH>;
|
D | nrf51_ble400.overlay | 2 * Copyright (c) 2018-2019 Peter Bigot Consulting, LLC 4 * SPDX-License-Identifier: Apache-2.0 7 &i2c0 { /* SDA 0, SCL 1 */ 11 alert-gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>;
|
D | frdm_k64f.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 &i2c0 { /* SDA PTE25, SCL PTE24, ALERT PTE26 */ 11 alert-gpios = <&gpioe 26 GPIO_ACTIVE_HIGH>;
|
D | nrf52840dk_nrf52840.overlay | 2 * Copyright (c) 2018-2019 Peter Bigot Consulting, LLC 4 * SPDX-License-Identifier: Apache-2.0 7 &i2c0 { /* SDA P0.26, SCL P0.27, ALERT P1.10 */ 11 alert-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
|
D | sltb004a.overlay | 2 * Copyright (c) 2018-2019 Peter Bigot Consulting, LLC 4 * SPDX-License-Identifier: Apache-2.0 7 &i2c0 { /* SDA H16=PC10, SCL H15=PC11, ALERT H13=PF6 */ 11 alert-gpios = <&gpiof 6 GPIO_ACTIVE_HIGH>;
|
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/ |
D | mec15xxevb_assy6853.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include "mec15xxevb_assy6853-pinctrl.dtsi" 19 zephyr,keyboard-scan = &kscan_input; 26 pwm-0 = &pwm0; 27 peci-0 = &peci0; 29 i2c-0 = &i2c_smb_0; 37 compatible = "gpio-leds"; 42 gpios = <MCHP_GPIO_DECODE_156 GPIO_ACTIVE_LOW>; 49 gpios = <MCHP_GPIO_DECODE_157 GPIO_ACTIVE_LOW>; [all …]
|
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/boards/ |
D | particle_xenon.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 &i2c0 { /* SDA P0.26, SCL P0.27, ISW P1.1, 32K P1.2 */ 12 isw-gpios = <&gpio1 1 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; 13 32k-gpios = <&gpio1 2 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
D | frdm_k64f.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 &i2c0 { /* SDA PTE25, SCL PTE24, ISW PTE26 */ 12 isw-gpios = <&gpioe 26 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
D | nrf51dk_nrf51822.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 &i2c0 { /* SDA 30, SCL 7 */ 12 isw-gpios = <&gpio0 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
D | nrf52840dk_nrf52840.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 &i2c0 { /* SDA P0.26, SCL P0.27 */ 12 isw-gpios = <&gpio0 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
/Zephyr-latest/tests/drivers/counter/maxim_ds3231_api/boards/ |
D | particle_xenon.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 &i2c0 { /* SDA P0.26, SCL P0.27, ISW P1.1, 32K P1.2 */ 12 isw-gpios = <&gpio1 1 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; 13 32k-gpios = <&gpio1 2 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
D | frdm_k64f.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 &i2c0 { /* SDA PTE25, SCL PTE24, ISW PTE26 */ 12 isw-gpios = <&gpioe 26 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
D | nrf51dk_nrf51822.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 &i2c0 { /* SDA 30, SCL 7 */ 12 isw-gpios = <&gpio0 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
D | nrf52840dk_nrf52840.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 &i2c0 { /* SDA P0.26, SCL P0.27 */ 12 isw-gpios = <&gpio0 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
/Zephyr-latest/boards/m5stack/m5stack_core2/ |
D | m5stack_core2_procpu.dts | 4 * SPDX-License-Identifier: Apache-2.0 6 /dts-v1/; 9 #include "m5stack_core2-pinctrl.dtsi" 12 #include <zephyr/dt-bindings/display/ili9xxx.h> 13 #include <zephyr/dt-bindings/regulator/axp192.h> 21 pwr-led = &pwr_led; 22 uart-0 = &uart0; 23 i2c-0 = &i2c0; 33 zephyr,shell-uart = &uart0; 36 zephyr,code-partition = &slot0_partition; [all …]
|
/Zephyr-latest/boards/m5stack/m5stack_atom_lite/ |
D | m5stack_atom_lite_procpu.dts | 6 * SPDX-License-Identifier: Apache-2.0 8 /dts-v1/; 11 #include "m5stack_atom_lite-pinctrl.dtsi" 13 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 #include <zephyr/dt-bindings/led/led.h> 15 #include <zephyr/dt-bindings/led/worldsemi_ws2812c.h> 20 compatible = "m5stack,m5stack-atom-lite"; 25 zephyr,shell-uart = &uart0; 27 zephyr,code-partition = &slot0_partition; 28 zephyr,bt-hci = &esp32_bt_hci; [all …]
|
/Zephyr-latest/samples/sensor/isl29035/boards/ |
D | nrf52dk_nrf52832.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 &i2c0 { /* SDA P0.26, SCL P0.27, ALERT P1.11 */ 11 int-gpios = <&gpio0 11 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
12345