Home
last modified time | relevance | path

Searched +full:pinctrl +full:- +full:3 (Results 1 – 25 of 1043) sorted by relevance

12345678910>>...42

/Zephyr-latest/boards/nxp/mimxrt1062_fmurt6/
Dmimxrt1062_fmurt6.dts2 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "mimxrt1062_fmurt6-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/pwm/pwm.h>
25 telem4-gps2 = &lpuart5;
29 zephyr,flash-controller = &s26ks512s0;
31 zephyr,code-partition = &slot0_partition;
32 zephyr,uart-mcumgr = &lpuart7;
37 zephyr,shell-uart = &lpuart7;
42 compatible = "gpio-leds";
[all …]
/Zephyr-latest/boards/nxp/vmu_rt1170/
Dvmu_rt1170.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include "vmu_rt1170-pinctrl.dtsi"
19 compatible = "gpio-leds";
20 green_led: led-1 {
25 red_led: led-2 {
30 blue_led: led-3 {
43 pinctrl-0 = <&pinmux_lpuart1>;
44 pinctrl-names = "default";
45 current-speed = <115200>;
50 pinctrl-0 = <&pinmux_lpuart3>;
[all …]
Dvmu_rt1170_mimxrt1176_cm7.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include <zephyr/dt-bindings/led/led.h>
12 #include <zephyr/dt-bindings/input/input-event-codes.h>
24 pwm-led0 = &buzzer0;
25 mcuboot-button0 = &arming_button;
34 zephyr,shell-uart = &lpuart1;
36 zephyr,flash-controller = &mx25um51345g;
38 zephyr,code-partition = &slot0_partition;
39 zephyr,uart-mcumgr = &lpuart1;
[all …]
/Zephyr-latest/samples/drivers/led/pwm/boards/
Dmec172xevb_assy6906.overlay4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/pwm/pwm.h>
10 * BBLED controller 0 uses GPIO156/LED1 connected to JP71-11
11 * BBLED controller 1 uses GPIO157/LED2 connected to JP71-13
12 * BBLED controller 2 uses GPIO153/LED3 connected to JP71-5
13 * BBLED controller 3 uses GPIO035/PWM8 connected to JP67-19
17 * and implements duty cycle for blink mode as an 8-bit value where 0 is off and
18 * 255 full on. BBLED PWM is 8-bit.
19 * BBLED-PWM driver get cycles API reports 32KHz/256 or 48M/256.
26 compatible = "pwm-leds";
[all …]
Dmec15xxevb_assy6853.overlay4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/pwm/pwm.h>
10 * BBLED controller 0 uses GPIO156/LED0 connected to JP31-13
11 * BBLED controller 1 uses GPIO157/LED1 connected to JP31-15
12 * BBLED controller 2 uses GPIO153/LED2 connected to JP31-17
15 * and implements duty cycle for blink mode as an 8-bit value where 0 is off and
16 * 255 full on. BBLED PWM is 8-bit.
17 * BBLED-PWM driver get cycles API reports 32KHz/256 or 48M/256.
24 compatible = "pwm-leds";
38 &pinctrl {
[all …]
/Zephyr-latest/boards/shields/adafruit_neopixel_grid_bff/boards/
Dadafruit_qt_py_rp2040.overlay3 * SPDX-License-Identifier: Apache-2.0
6 #include <dt-bindings/pinctrl/rpi-pico-rp2040-pinctrl.h>
8 &pinctrl {
19 bff-ws2812 {
20 compatible = "worldsemi,ws2812-rpi_pico-pio";
22 pinctrl-0 = <&pinctrl_bff_ws2812>;
23 pinctrl-names = "default";
24 bit-waveform = <3>, <3>, <4>;
28 gpios = <&xiao_d 3 GPIO_ACTIVE_HIGH>;
29 chain-length = <25>;
[all …]
/Zephyr-latest/boards/nxp/rddrone_fmuk66/
Drddrone_fmuk66.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include <zephyr/dt-bindings/pwm/pwm.h>
11 #include "rddrone_fmuk66-pinctrl.dtsi"
21 pwm-led0 = &red_pwm_led;
22 pwm-led1 = &green_pwm_led;
23 pwm-led2 = &blue_pwm_led;
25 red-pwm-led = &red_pwm_led;
26 green-pwm-led = &green_pwm_led;
27 blue-pwm-led = &blue_pwm_led;
[all …]
/Zephyr-latest/boards/sipeed/longan_nano/
Dlongan_nano-common.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/input/input-event-codes.h>
8 #include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h>
13 zephyr,shell-uart = &usart0;
21 compatible = "gpio-leds";
37 compatible = "gpio-keys";
46 compatible = "pwm-leds";
64 pwm-led0 = &pwm_led_green;
65 pwm-led1 = &pwm_led_blue;
71 compatible = "zephyr,mipi-dbi-spi";
[all …]
/Zephyr-latest/boards/arduino/zero/
Darduino_zero.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "arduino_zero-pinctrl.dtsi"
18 zephyr,shell-uart = &sercom5;
28 pwm-led0 = &pwm_led0;
32 compatible = "gpio-leds";
42 gpios = <&portb 3 0>;
48 compatible = "pwm-leds";
57 clock-frequency = <48000000>;
62 compatible = "atmel,sam0-uart";
[all …]
/Zephyr-latest/dts/bindings/i2c/
Dite,common-i2c.yaml2 # 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
29 3 = I2C_CHANNEL_D,
[all …]
/Zephyr-latest/boards/sensry/ganymed_bob/
Dganymed_bob_sy120-pinctrl.dtsi2 /* SPDX-License-Identifier: Apache-2.0 */
4 #include <zephyr/dt-bindings/pinctrl/sy1xx-pinctrl.h>
6 &pinctrl {
9 /omit-if-no-ref/ uart0_tx: uart0_tx {
13 /omit-if-no-ref/ uart0_rx: uart0_rx {
15 input-enable;
19 /omit-if-no-ref/ uart1_tx: uart1_tx {
23 /omit-if-no-ref/ uart1_rx: uart1_rx {
25 input-enable;
28 /omit-if-no-ref/ uart1_cts: uart1_cts {
[all …]
/Zephyr-latest/boards/arduino/mkrzero/
Darduino_mkrzero.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "arduino_mkrzero-pinctrl.dtsi"
19 zephyr,shell-uart = &sercom5;
22 zephyr,code-partition = &code_partition;
26 compatible = "gpio-leds";
40 clock-frequency = <48000000>;
45 compatible = "atmel,sam0-i2c";
46 clock-frequency = <I2C_BITRATE_FAST>;
47 #address-cells = <1>;
[all …]
/Zephyr-latest/dts/bindings/pinctrl/
Dambiq,apollo4-pinctrl.yaml2 # SPDX-License-Identifier: Apache-2.0
9 The node has the 'pinctrl' node label set in your SoC's devicetree,
12 &pinctrl {
17 'pinctrl' node, as shown in this example:
19 /* You can put this in places like a board-pinctrl.dtsi file in
23 /* include pre-defined combinations for the SoC variant used by the board */
24 #include <dt-bindings/pinctrl/ambiq-apollo4-pinctrl.h>
26 &pinctrl {
33 input-enable;
47 pins, such as the 'input-enable' property in group 2.
[all …]
/Zephyr-latest/boards/nordic/nrf52840dk/
Dnrf52840dk_nrf52840.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "nrf52840dk_nrf52840-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
15 compatible = "nordic,nrf52840-dk-nrf52840";
19 zephyr,shell-uart = &uart0;
20 zephyr,uart-mcumgr = &uart0;
21 zephyr,bt-mon-uart = &uart0;
22 zephyr,bt-c2h-uart = &uart0;
27 compatible = "gpio-leds";
[all …]
/Zephyr-latest/boards/u-blox/ubx_bmd340eval/
Dubx_bmd340eval_nrf52840.dts2 * BMD-340-EVAL board configuration
3 * Copyright (c) 2020 u-blox AG
5 * SPDX-License-Identifier: Apache-2.0
8 /dts-v1/;
11 #include "ubx_bmd340eval_nrf52840-pinctrl.dtsi"
12 #include <zephyr/dt-bindings/input/input-event-codes.h>
15 model = "u-blox BMD-340-EVAL EVK nRF52840";
16 compatible = "u-blox,ubx-bmd340eval-nrf52840";
20 zephyr,shell-uart = &uart0;
21 zephyr,uart-mcumgr = &uart0;
[all …]
/Zephyr-latest/samples/drivers/i2c/rtio_loopback/boards/
Dnrf54h20dk_nrf54h20_cpuapp.overlay4 * SPDX-License-Identifier: Apache-2.0
9 * SCL = P1.2 and P1.3
14 i2c-controller = &i2c130;
15 i2c-controller-target = &i2c131;
19 &pinctrl {
24 bias-pull-up;
32 low-power-enable;
39 <NRF_PSEL(TWIM_SCL, 1, 3)>;
40 bias-pull-up;
47 <NRF_PSEL(TWIM_SCL, 1, 3)>;
[all …]
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_b91.c4 * SPDX-License-Identifier: Apache-2.0
8 #include <zephyr/drivers/pinctrl.h>
9 #include <zephyr/dt-bindings/pinctrl/b91-pinctrl.h>
17 * gpio_en: PORT_A[0-7]
18 * gpio_en + 1*8: PORT_B[0-7]
19 * gpio_en + 2*8: PORT_C[0-7]
20 * gpio_en + 3*8: PORT_D[0-7]
21 * gpio_en + 4*8: PORT_E[0-7]
22 * gpio_en + 5*8: PORT_F[0-7]
30 * pin_mux: PORT_A[0-3]
[all …]
/Zephyr-latest/boards/u-blox/ubx_bmd345eval/
Dubx_bmd345eval_nrf52840.dts2 * BMD-340-EVAL board configuration
3 * Copyright (c) 2021 u-blox AG
6 * SPDX-License-Identifier: Apache-2.0
9 /dts-v1/;
12 #include "ubx_bmd345eval_nrf52840-pinctrl.dtsi"
13 #include <zephyr/dt-bindings/input/input-event-codes.h>
16 model = "u-blox BMD-345-EVAL EVK nRF52840";
17 compatible = "u-blox,ubx-bmd345eval-nrf52840";
21 zephyr,shell-uart = &uart0;
22 zephyr,uart-mcumgr = &uart0;
[all …]
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/
Dxg24_rb4187c.overlay2 * SPDX-License-Identifier: Apache-2.0
7 #include <dt-bindings/pinctrl/silabs/xg24-pinctrl.h>
8 #include <dt-bindings/adc/silabs-adc.h>
12 io-channels = <&adc0 3>, <&adc0 4>;
16 &pinctrl {
20 silabs,analog-bus = <ABUS_BODD0_IADC0>;
26 pinctrl-0 = <&adc0_default>;
27 pinctrl-names = "default";
28 #address-cells = <1>;
29 #size-cells = <0>;
[all …]
/Zephyr-latest/tests/boards/nrf/i2c/i2c_slave/sysbuild/vpr_launcher/boards/
Dnrf54h20dk_nrf54h20_cpuapp.overlay1 &pinctrl {
13 low-power-enable;
20 * to configure pins for TWIS with pinctrl.
23 <NRF_PSEL(TWIM_SCL, 1, 3)>;
24 bias-pull-up;
31 <NRF_PSEL(TWIM_SCL, 1, 3)>;
32 low-power-enable;
39 pinctrl-0 = <&i2c130_default_alt>;
40 pinctrl-1 = <&i2c130_sleep_alt>;
41 pinctrl-names = "default", "sleep";
[all …]
/Zephyr-latest/dts/bindings/pwm/
Dite,it8xxx2-pwm.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "ite,it8xxx2-pwm"
8 include: [pwm-controller.yaml, base.yaml, pinctrl-device.yaml]
18 - 0
19 - 1
20 - 2
21 - 3
22 - 4
23 - 5
24 - 6
[all …]
/Zephyr-latest/tests/boards/nrf/dmm/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay3 dut-cache = &spi1;
4 dut-nocache= &spi3;
8 &pinctrl {
20 low-power-enable;
26 psels = <NRF_PSEL(SPIM_MOSI, 0, 3)>,
33 psels = <NRF_PSEL(SPIM_MOSI, 0, 3)>,
35 low-power-enable;
42 compatible = "nordic,nrf-spim";
44 pinctrl-0 = <&spi1_default_alt>;
45 pinctrl-1 = <&spi1_sleep_alt>;
[all …]
/Zephyr-latest/tests/boards/nrf/i2c/i2c_slave/boards/
Dnrf52840dk_nrf52840.overlay3 i2c-slave = &i2c1;
7 &pinctrl {
11 <NRF_PSEL(TWIM_SCL, 0, 3)>;
18 <NRF_PSEL(TWIM_SCL, 0, 3)>;
19 low-power-enable;
26 * to configure pins for TWIS with pinctrl. */
29 bias-pull-up;
37 low-power-enable;
43 compatible = "nordic,nrf-twim";
45 pinctrl-0 = <&i2c0_default_alt>;
[all …]
/Zephyr-latest/boards/st/nucleo_f767zi/
Dnucleo_f767zi.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/f7/stm32f767zitx-pinctrl.dtsi>
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
21 model = "STMicroelectronics STM32F767ZI-NUCLEO board";
22 compatible = "st,stm32f767zi-nucleo";
26 zephyr,shell-uart = &usart3;
29 zephyr,code-partition = &slot0_partition;
35 compatible = "gpio-leds";
51 compatible = "gpio-keys";
[all …]
/Zephyr-latest/boards/atmel/sam/sam4s_xplained/
Dsam4s_xplained.dts3 * SPDX-License-Identifier: Apache-2.0
6 /dts-v1/;
9 #include "sam4s_xplained-pinctrl.dtsi"
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
17 i2c-0 = &twi0;
18 i2c-1 = &twi1;
19 pwm-0 = &pwm0;
28 zephyr,shell-uart = &uart0;
34 compatible = "zephyr,memory-region", "mmio-sram";
37 zephyr,memory-region = "SRAM1";
[all …]

12345678910>>...42