Home
last modified time | relevance | path

Searched +full:pinctrl +full:- +full:1 (Results 1 – 25 of 1027) 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/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/nxp/mimxrt1180_evk/
Dmimxrt1180_evk.dtsi4 * 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;
18 compatible = "gpio-leds";
19 green_led: led-1 {
26 compatible = "gpio-keys";
27 user_button: button-1 {
35 compatible = "pwm-leds";
37 pwms = <&flexpwm2_pwm1 1 PWM_MSEC(20) PWM_POLARITY_NORMAL>;
[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/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/boards/nxp/frdm_mcxn947/
Dfrdm_mcxn947.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include "frdm_mcxn947-pinctrl.dtsi"
8 #include <zephyr/dt-bindings/i2c/i2c.h>
9 #include <zephyr/dt-bindings/input/input-event-codes.h>
19 mcuboot-button0 = &user_button_2;
23 compatible = "gpio-leds";
42 compatible = "gpio-keys";
58 * This node describes the GPIO pins of the LCD-PAR-S035 panel 8080 interface.
60 nxp_lcd_8080_connector: lcd-8080-connector {
61 compatible = "nxp,lcd-8080";
[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/
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 …]
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 …]
/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"
19 zephyr,keyboard-scan = &kscan_input;
26 pwm-0 = &pwm0;
27 peci-0 = &peci0;
29 i2c-0 = &i2c_smb_0;
37 compatible = "gpio-leds";
68 current-speed = <115200>;
69 pinctrl-0 = <&uart2_tx_gpio146 &uart2_rx_gpio145>;
[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/boards/atmel/sam0/samc21n_xpro/
Dsamc21n_xpro.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
11 #include "samc21n_xpro-pinctrl.dtsi"
12 #include <zephyr/dt-bindings/input/input-event-codes.h>
20 zephyr,shell-uart = &sercom4;
29 pwm-led0 = &pwm_led0;
31 i2c-0 = &sercom1;
35 compatible = "gpio-leds";
43 compatible = "pwm-leds";
45 pwms = <&tcc2 1 PWM_MSEC(20)>;
[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/boards/raytac/mdbt50q_db_33/
Draytac_mdbt50q_db_33_nrf52833.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include "raytac_mdbt50q_db_33_nrf52833-pinctrl.dtsi"
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
13 model = "Raytac MDBT50Q-DB-33 nRF52833";
14 compatible = "raytac,raytac-mdbt50q-db-33-nrf52833";
18 zephyr,shell-uart = &uart0;
19 zephyr,uart-mcumgr = &uart0;
20 zephyr,bt-mon-uart = &uart0;
21 zephyr,bt-c2h-uart = &uart0;
[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 …]
/Zephyr-latest/boards/st/nucleo_l476rg/
Dnucleo_l476rg.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/l4/stm32l476r(c-e-g)tx-pinctrl.dtsi>
12 #include <zephyr/dt-bindings/input/input-event-codes.h>
15 model = "STMicroelectronics STM32L476RG-NUCLEO board";
16 compatible = "st,stm32l476rg-nucleo";
20 zephyr,shell-uart = &usart2;
26 compatible = "gpio-leds";
34 compatible = "gpio-keys";
45 volt-sensor0 = &vref;
[all …]
/Zephyr-latest/boards/tdk/robokit1/
Drobokit1-common.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include "robokit1-pinctrl.dtsi"
14 die-temp0 = &icm42688;
15 ambient-temp0 = &temp_sensor;
20 zephyr,shell-uart = &uart2;
23 zephyr,code-partition = &slot0_partition;
27 compatible = "gpio-leds";
48 io-channels = <&spi_adc 0>;
49 pullup-uv = <3300000>;
50 pullup-ohm = <0>;
[all …]

12345678910>>...42