Home
last modified time | relevance | path

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

12345678910>>...42

/Zephyr-latest/boards/pjrc/teensy4/
Dteensy40.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "teensy4-pinctrl.dtsi"
23 zephyr,flash-controller = &w25q16jvuxim;
28 zephyr,console = &lpuart6; /* Teensy Pins 0(RX1) 1(TX1) */
29 zephyr,shell-uart = &lpuart6;
34 compatible = "gpio-leds";
35 board_led: led-1 {
48 compatible = "nxp,imx-flexspi-nor";
51 spi-max-frequency = <DT_FREQ_M(133)>;
[all …]
/Zephyr-latest/boards/nxp/mimxrt1170_evk/
Dmimxrt1170_evk.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include "mimxrt1170_evk-pinctrl.dtsi"
9 #include <zephyr/dt-bindings/input/input-event-codes.h>
19 pwm-led0 = &green_pwm_led;
20 mcuboot-button0 = &user_button;
24 compatible = "gpio-leds";
25 green_led: led-1 {
30 red_led: led-2 {
37 compatible = "gpio-keys";
38 user_button: button-1 {
[all …]
/Zephyr-latest/include/zephyr/devicetree/
Dpinctrl.h3 * SPDX-License-Identifier: Apache-2.0
15 * @defgroup devicetree-pinctrl Pin control
21 * @brief Get a node identifier for a phandle in a pinctrl property by index
26 * pinctrl-0 = <&foo &bar>;
27 * pinctrl-1 = <&baz &blub>;
32 * DT_PINCTRL_BY_IDX(DT_NODELABEL(n), 0, 1) // DT_NODELABEL(bar)
33 * DT_PINCTRL_BY_IDX(DT_NODELABEL(n), 1, 0) // DT_NODELABEL(baz)
35 * @param node_id node with a pinctrl-'pc_idx' property
36 * @param pc_idx index of the pinctrl property itself
37 * @param idx index into the value of the pinctrl property
[all …]
/Zephyr-latest/boards/nxp/mimxrt1160_evk/
Dmimxrt1160_evk.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include "mimxrt1160_evk-pinctrl.dtsi"
9 #include <zephyr/dt-bindings/input/input-event-codes.h>
18 mcuboot-button0 = &user_button;
22 compatible = "gpio-leds";
23 green_led: led-1 {
30 compatible = "gpio-keys";
31 user_button: button-1 {
39 compatible = "pwm-leds";
49 current-speed = <115200>;
[all …]
/Zephyr-latest/boards/nxp/mimxrt1180_evk/
Dmimxrt1180_evk.dtsi2 * Copyright 2024-2025 NXP
4 * SPDX-License-Identifier: Apache-2.0
7 #include "mimxrt1180_evk-pinctrl.dtsi"
8 #include <zephyr/dt-bindings/input/input-event-codes.h>
14 pwm-led0 = &green_pwm_led;
19 compatible = "gpio-leds";
20 green_led: led-1 {
27 compatible = "gpio-keys";
28 user_button: button-1 {
36 compatible = "pwm-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 {
26 gpios = <&gpio5 1 GPIO_ACTIVE_LOW>;
30 blue_led: led-3 {
43 pinctrl-0 = <&pinmux_lpuart1>;
44 pinctrl-names = "default";
45 current-speed = <115200>;
[all …]
/Zephyr-latest/boards/raytac/mdbt50q_db_40/
Draytac_mdbt50q_db_40_nrf52840.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "raytac_mdbt50q_db_40_nrf52840-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
14 model = "Raytac MDBT50Q-DB-40_nRF52840";
15 compatible = "raytac,raytac-mdbt50q-db-40-nrf52840";
19 zephyr,shell-uart = &uart0;
20 zephyr,uart-mcumgr = &uart0;
21 zephyr,bt-mon-uart = &uart0;
22 zephyr,bt-c2h-uart = &uart0;
[all …]
/Zephyr-latest/tests/boards/nrf/i2c/i2c_slave/boards/
Dnrf54l15dk_nrf54l15_cpuapp.overlay3 i2c-slave = &i2c22;
7 &pinctrl {
10 psels = <NRF_PSEL(TWIM_SDA, 1, 8)>,
11 <NRF_PSEL(TWIM_SCL, 1, 12)>;
17 psels = <NRF_PSEL(TWIM_SDA, 1, 8)>,
18 <NRF_PSEL(TWIM_SCL, 1, 12)>;
19 low-power-enable;
26 * to configure pins for TWIS with pinctrl.
28 psels = <NRF_PSEL(TWIM_SDA, 1, 9)>,
29 <NRF_PSEL(TWIM_SCL, 1, 13)>;
[all …]
Dnrf54l20pdk_nrf54l20_cpuapp.overlay3 i2c-slave = &i2c22;
7 &pinctrl {
10 psels = <NRF_PSEL(TWIM_SDA, 1, 8)>,
11 <NRF_PSEL(TWIM_SCL, 1, 14)>;
17 psels = <NRF_PSEL(TWIM_SDA, 1, 8)>,
18 <NRF_PSEL(TWIM_SCL, 1, 14)>;
19 low-power-enable;
26 * to configure pins for TWIS with pinctrl.
28 psels = <NRF_PSEL(TWIM_SDA, 1, 9)>,
29 <NRF_PSEL(TWIM_SCL, 1, 15)>;
[all …]
/Zephyr-latest/boards/st/nucleo_n657x0_q/
Dnucleo_n657x0_q_common.dtsi4 * SPDX-License-Identifier: Apache-2.0
8 #include <st/n6/stm32n657x0hxq-pinctrl.dtsi>
9 #include <zephyr/dt-bindings/input/input-event-codes.h>
15 zephyr,shell-uart = &usart1;
21 compatible = "gpio-leds";
40 compatible = "gpio-keys";
58 hsi-div = <1>;
64 div-m = <4>;
65 mul-n = <75>;
66 div-p1 = <1>;
[all …]
/Zephyr-latest/boards/electronut/nrf52840_blip/
Dnrf52840_blip.dts7 * SPDX-License-Identifier: Apache-2.0
10 /dts-v1/;
13 #include "nrf52840_blip-pinctrl.dtsi"
14 #include <zephyr/dt-bindings/input/input-event-codes.h>
18 compatible = "nordic,pca10056-dk";
22 zephyr,shell-uart = &uart0;
23 zephyr,uart-mcumgr = &uart0;
24 zephyr,bt-mon-uart = &uart0;
25 zephyr,bt-c2h-uart = &uart0;
30 compatible = "gpio-leds";
[all …]
/Zephyr-latest/tests/drivers/uart/uart_elementary/boards/
Dnrf54l15dk_nrf54l15_cpuapp_dual_uart.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
3 &pinctrl {
6 psels = <NRF_PSEL(UART_TX, 1, 10)>,
7 <NRF_PSEL(UART_RX, 1, 8)>;
8 bias-pull-up;
14 psels = <NRF_PSEL(UART_TX, 1, 10)>,
15 <NRF_PSEL(UART_RX, 1, 8)>;
16 low-power-enable;
22 psels = <NRF_PSEL(UART_TX, 1, 9)>,
23 <NRF_PSEL(UART_RX, 1, 11)>;
[all …]
Dnrf54l15dk_nrf54l15_cpuflpr_dual_uart.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
3 &pinctrl {
6 psels = <NRF_PSEL(UART_TX, 1, 10)>,
7 <NRF_PSEL(UART_RX, 1, 8)>;
8 bias-pull-up;
14 psels = <NRF_PSEL(UART_TX, 1, 10)>,
15 <NRF_PSEL(UART_RX, 1, 8)>;
16 low-power-enable;
22 psels = <NRF_PSEL(UART_TX, 1, 9)>,
23 <NRF_PSEL(UART_RX, 1, 11)>;
[all …]
/Zephyr-latest/tests/drivers/uart/uart_errors/boards/
Dnrf54l20pdk_nrf54l20_cpuapp.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
3 &pinctrl {
6 psels = <NRF_PSEL(UART_RX, 1, 8)>,
7 <NRF_PSEL(UART_RTS, 1, 10)>;
13 psels = <NRF_PSEL(UART_RX, 1, 8)>,
14 <NRF_PSEL(UART_RTS, 1, 10)>;
15 low-power-enable;
22 <NRF_PSEL(UART_CTS, 1, 11)>;
23 bias-pull-up;
26 psels = <NRF_PSEL(UART_TX, 1, 9)>;
[all …]
Dnrf54l15dk_nrf54l15_cpuapp.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
3 &pinctrl {
6 psels = <NRF_PSEL(UART_RX, 1, 8)>,
7 <NRF_PSEL(UART_RTS, 1, 10)>;
13 psels = <NRF_PSEL(UART_RX, 1, 8)>,
14 <NRF_PSEL(UART_RTS, 1, 10)>;
15 low-power-enable;
22 <NRF_PSEL(UART_CTS, 1, 11)>;
23 bias-pull-up;
26 psels = <NRF_PSEL(UART_TX, 1, 9)>;
[all …]
/Zephyr-latest/boards/st/stm32n6570_dk/
Dstm32n6570_dk_common.dtsi4 * SPDX-License-Identifier: Apache-2.0
8 #include <st/n6/stm32n657x0hxq-pinctrl.dtsi>
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
15 zephyr,shell-uart = &usart1;
25 compatible = "gpio-leds";
28 gpios = <&gpioo 1 GPIO_ACTIVE_HIGH>;
40 hsi-div = <1>;
46 div-m = <4>;
47 mul-n = <75>;
48 div-p1 = <1>;
[all …]
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/
Dmec1501modular_assy6885.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include "mec1501modular_assy6885-pinctrl.dtsi"
23 pwm-0 = &pwm0;
24 peci-0 = &peci0;
38 current-speed = <115200>;
39 pinctrl-0 = <&uart1_tx_gpio170 &uart1_rx_gpio171>;
40 pinctrl-names = "default";
45 pinctrl-0 = <&adc04_gpio204 &adc05_gpio205
48 pinctrl-names = "default";
[all …]
/Zephyr-latest/boards/renesas/ek_ra6m2/
Dek_ra6m2.dts2 * Copyright (c) 2024-2025 Renesas Electronics Corporation
3 * SPDX-License-Identifier: Apache-2.0
6 /dts-v1/;
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/input/input-event-codes.h>
11 #include <zephyr/dt-bindings/adc/adc.h>
13 #include "ek_ra6m2-pinctrl.dtsi"
16 model = "Renesas EK-RA6M2";
21 zephyr,flash-controller = &flash1;
24 zephyr,shell-uart = &uart7;
[all …]
/Zephyr-latest/boards/renesas/ek_ra6m1/
Dek_ra6m1.dts2 * Copyright (c) 2024-2025 Renesas Electronics Corporation
3 * SPDX-License-Identifier: Apache-2.0
6 /dts-v1/;
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/input/input-event-codes.h>
11 #include <zephyr/dt-bindings/adc/adc.h>
13 #include "ek_ra6m1-pinctrl.dtsi"
16 model = "Renesas EK-RA6M1";
21 zephyr,flash-controller = &flash1;
24 zephyr,shell-uart = &uart8;
[all …]
/Zephyr-latest/boards/raytac/mdbt53_db_40/
Draytac_mdbt53_db_40_nrf5340_cpuapp_common.dts4 * SPDX-License-Identifier: Apache-2.0
6 #include "raytac_mdbt53_db_40_nrf5340_cpuapp_common-pinctrl.dtsi"
7 #include <zephyr/dt-bindings/input/input-event-codes.h>
13 zephyr,shell-uart = &uart0;
14 zephyr,uart-mcumgr = &uart0;
15 zephyr,bt-mon-uart = &uart0;
16 zephyr,bt-c2h-uart = &uart0;
17 zephyr,bt-hci = &bt_hci_ipc0;
18 nordic,802154-spinel-ipc = &ipc0;
23 compatible = "gpio-leds";
[all …]
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/
Dmec15xxevb_assy6853.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include "mec15xxevb_assy6853-pinctrl.dtsi"
25 pwm-0 = &pwm0;
26 peci-0 = &peci0;
28 i2c-0 = &i2c_smb_0;
35 compatible = "gpio-leds";
66 current-speed = <115200>;
67 pinctrl-0 = <&uart2_tx_gpio146 &uart2_rx_gpio145>;
68 pinctrl-names = "default";
[all …]
/Zephyr-latest/tests/drivers/pinctrl/api/
Dapp.overlay4 * SPDX-License-Identifier: Apache-2.0
8 pinctrl {
9 compatible = "vnd,pinctrl-test";
15 bias-pull-up;
18 pins = <1>;
19 bias-pull-down;
26 pins = <0>, <1>;
34 bias-pull-down;
38 bias-pull-up;
49 /* default state for device 1 */
[all …]
/Zephyr-latest/tests/drivers/uart/uart_async_api/boards/
Dnrf52840dk_nrf52840.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
3 &pinctrl {
15 low-power-enable;
21 psels = <NRF_PSEL(UART_TX, 1, 1)>,
22 <NRF_PSEL(UART_RX, 1, 2)>,
23 <NRF_PSEL(UART_RTS, 1, 3)>,
24 <NRF_PSEL(UART_CTS, 1, 4)>;
30 psels = <NRF_PSEL(UART_TX, 1, 1)>,
31 <NRF_PSEL(UART_RX, 1, 2)>,
32 <NRF_PSEL(UART_RTS, 1, 3)>,
[all …]
/Zephyr-latest/tests/drivers/uart/uart_pm/boards/
Dnrf52840dk_nrf52840.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
3 &pinctrl {
15 low-power-enable;
21 psels = <NRF_PSEL(UART_TX, 1, 1)>,
22 <NRF_PSEL(UART_RX, 1, 2)>,
23 <NRF_PSEL(UART_RTS, 1, 3)>,
24 <NRF_PSEL(UART_CTS, 1, 4)>;
30 psels = <NRF_PSEL(UART_TX, 1, 1)>,
31 <NRF_PSEL(UART_RX, 1, 2)>,
32 <NRF_PSEL(UART_RTS, 1, 3)>,
[all …]
/Zephyr-latest/tests/boards/nrf/i2c/i2c_slave/sysbuild/vpr_launcher/boards/
Dnrf54h20dk_nrf54h20_cpuapp.overlay1 &pinctrl {
5 <NRF_PSEL(TWIM_SCL, 1, 2)>;
12 <NRF_PSEL(TWIM_SCL, 1, 2)>;
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>;
[all …]

12345678910>>...42