Searched full:gpio4 (Results 1 – 25 of 41) sorted by relevance
12
/Zephyr-Core-3.5.0/boards/arm/mimxrt595_evk/ |
D | mimxrt595_evk_cm33.dts | 82 <4 0 &gpio4 22 0>, /* A4 */ 83 <5 0 &gpio4 21 0>, /* A5 */ 84 <6 0 &gpio4 31 0>, /* D0 */ 85 <7 0 &gpio4 30 0>, /* D1 */ 86 <8 0 &gpio4 20 0>, /* D2 */ 87 <9 0 &gpio4 23 0>, /* D3 */ 88 <10 0 &gpio4 24 0>, /* D4 */ 89 <11 0 &gpio4 25 0>, /* D5 */ 90 <12 0 &gpio4 26 0>, /* D6 */ 91 <13 0 &gpio4 27 0>, /* D7 */ [all …]
|
/Zephyr-Core-3.5.0/dts/bindings/sound/ |
D | cirrus,cs47l63.yaml | 39 gpio4-gpios: 42 GPIO4 input with bus-keeper
|
/Zephyr-Core-3.5.0/samples/boards/esp32/deep_sleep/ |
D | README.rst | 21 uses GPIO2 and GPIO4 to trigger a wake up with any one of the two pins are 37 However, when ``EXT1`` is also enabled, GPIO2 and GPIO4 should be pulled-down 73 Enabling EXT1 wakeup on pins GPIO2, GPIO4
|
D | Kconfig | 11 GPIO4. They should be connected to LOW to avoid floating pins.
|
/Zephyr-Core-3.5.0/samples/boards/esp32/deep_sleep/boards/ |
D | esp32_devkitc_wroom.conf | 1 # Enables GPIO2 and GPIO4 as wakeup sources
|
D | esp32s2_saola.conf | 1 # Enables GPIO2 and GPIO4 as wakeup sources
|
D | yd_esp32.conf | 1 # Enables GPIO2 and GPIO4 as wakeup sources
|
/Zephyr-Core-3.5.0/boards/arm/udoo_neo_full_m4/ |
D | udoo_neo_full_m4.dts | 48 gpios = <&gpio4 6 0>; 62 &gpio4 {
|
/Zephyr-Core-3.5.0/dts/bindings/gpio/ |
D | raspberrypi,pico-header.yaml | 16 4 GPIO4/I2C0_SDA ADC_VREF -
|
D | raspberrypi-40pins-header.yaml | 14 2 GPIO4 GPIO14/UART0_TXD 3
|
D | atmel-xplained-pro-header.yaml | 40 6 IRQ/GPIO3 9 10 SPI(CS1)/GPIO4 7
|
/Zephyr-Core-3.5.0/boards/arm/qemu_cortex_m3/ |
D | qemu_cortex_m3.dts | 63 &gpio4 {
|
/Zephyr-Core-3.5.0/boards/arm/mimxrt1062_fmurt6/ |
D | mimxrt1062_fmurt6.dts | 56 enable-gpios = <&gpio4 13 GPIO_ACTIVE_HIGH>; 65 enable-gpios = <&gpio4 9 GPIO_ACTIVE_LOW>; 74 enable-gpios = <&gpio4 6 GPIO_ACTIVE_LOW>; 151 &gpio4 {
|
/Zephyr-Core-3.5.0/drivers/mfd/ |
D | mfd_axp192.c | 123 /* GPIO4 */ 228 /* GPIO4 */ in mfd_axp192_gpio_func_get() 337 /* GPIO4 */ in mfd_axp192_gpio_func_ctrl() 432 /* Configure pull-down. Pull-down is only supported by GPIO3 and GPIO4 */ in mfd_axp192_gpio_pd_ctrl()
|
/Zephyr-Core-3.5.0/dts/arm/infineon/ |
D | xmc4500_F100x1024.dtsi | 78 gpio4: gpio@48028400 { label
|
D | xmc4700_F144x2048.dtsi | 77 gpio4: gpio@48028400 { label
|
/Zephyr-Core-3.5.0/dts/arm/ti/ |
D | lm3s6965.dtsi | 110 gpio4: gpio@40024000 { label
|
/Zephyr-Core-3.5.0/dts/arm/nxp/ |
D | nxp_imx8m_m4.dtsi | 97 gpio4: gpio@30230000 { label 281 &gpio4{
|
D | nxp_imx8ml_m7.dtsi | 132 gpio4: gpio@30230000 { label 285 &gpio4{
|
D | nxp_rt1050.dtsi | 135 &gpio4{
|
D | nxp_imx7d_m4.dtsi | 109 gpio4: gpio@30230000 { label 467 &gpio4 {
|
D | nxp_rt11xx_cm4.dtsi | 157 &gpio4 { 386 &gpio4{
|
D | nxp_rt11xx_cm7.dtsi | 182 &gpio4 { 475 &gpio4{
|
D | nxp_rt1064.dtsi | 133 &gpio4{
|
/Zephyr-Core-3.5.0/soc/arm/nxp_imx/mcimx6x_m4/ |
D | soc.c | 62 #if DT_NODE_HAS_STATUS(DT_NODELABEL(gpio4), okay) in SOC_RdcInit() 64 RDC_SetPdapAccess(RDC, rdcPdapGpio4, RDC_DT_VAL(gpio4), false, false); in SOC_RdcInit()
|
12