Home
last modified time | relevance | path

Searched +full:gpios +full:- +full:set +full:- +full:reg (Results 1 – 25 of 118) sorted by relevance

12345

/Zephyr-latest/dts/bindings/fpga/
Dlattice,ice40-fpga-bitbang.yaml3 # SPDX-License-Identifier: Apache-2.0
7 compatible: "lattice,ice40-fpga-bitbang"
9 include: lattice,ice40-fpga-base.yaml
12 clk-gpios:
13 type: phandle-array
18 clk-gpios = <&gpio0 5 GPIO_PUSH_PULL>;
19 pico-gpios:
20 type: phandle-array
23 Peripheral-In Controller-Out GPIO input on iCE40.
25 pico-gpios = <&gpio0 7 GPIO_PUSH_PULL>;
[all …]
/Zephyr-latest/tests/drivers/build_all/fpga/
Dspi.dtsi4 * SPDX-License-Identifier: Apache-2.0
11 compatible = "lattice,ice40-fpga-bitbang";
13 reg = <0>;
14 spi-max-frequency = <1000000>;
16 cdone-gpios = <&test_gpio 0 0>;
17 creset-gpios = <&test_gpio 0 0>;
18 clk-gpios = <&test_gpio 0 0>;
19 pico-gpios = <&test_gpio 0 0>;
20 gpios-set-reg = <0>;
21 gpios-clear-reg = <0>;
[all …]
/Zephyr-latest/dts/bindings/regulator/
Dcirrus,cp9314.yaml2 # SPDX-License-Identifier: Apache-2.0
9 reg = <0x72>;
11 cirrus,initial-switched-capacitor-mode = "2:1";
17 - name: i2c-device.yaml
18 - name: regulator.yaml
19 property-allowlist:
20 - regulator-boot-on
23 reg:
26 cirrus,en-gpios:
27 type: phandle-array
[all …]
Dnordic,npm1300-regulator.yaml2 # SPDX-License-Identifier: Apache-2.0
13 reg = <0x6b>;
16 compatible = "nordic,npm1300-regulator";
33 compatible: "nordic,npm1300-regulator"
38 dvs-gpios:
39 type: phandle-array
41 List of SOC GPIOs connected to PMIC GPIOs.
47 The effect of the mode change is defined by the enable-gpios
50 child-binding:
52 - name: regulator.yaml
[all …]
/Zephyr-latest/dts/bindings/sensor/
Dhzgrow,r502a.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: HZ-Grow GROW_R502A Fingerprint sensor.
8 include: [sensor-device.yaml, uart-device.yaml]
11 reg:
13 int-gpios:
14 type: phandle-array
17 Interrupt pin. When the sensor is touched, the GPIO is set to high.
19 vin-gpios:
20 type: phandle-array
23 act-gpios:
[all …]
/Zephyr-latest/dts/bindings/spi/
Dspi-controller.yaml1 # Copyright (c) 2018, I-SENSE group of ICCS
2 # SPDX-License-Identifier: Apache-2.0
11 clock-frequency:
15 "#address-cells":
18 "#size-cells":
21 cs-gpios:
22 type: phandle-array
24 An array of chip select GPIOs to use. Each element
31 cs-gpios = <&gpio0 23 GPIO_ACTIVE_LOW>,
35 spi-device@0 {
[all …]
/Zephyr-latest/boards/silabs/dev_kits/xg27_dk2602a/
Dxg27_dk2602a.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include "xg27_dk2602a-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/regulator/silabs_dcdc.h>
14 model = "Silicon Labs xG27-DK2602A Dev Kit";
25 mcuboot-led0 = &led0;
26 mcuboot-button0 = &button0;
30 zephyr,code-partition = &slot0_partition;
31 zephyr,bt-hci = &bt_hci_silabs;
48 clock-frequency = <DT_FREQ_K(76800)>;
[all …]
/Zephyr-latest/dts/bindings/input/
Dite,it8xxx2-kbd.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "ite,it8xxx2-kbd"
8 include: [kbd-matrix-common.yaml, pinctrl-device.yaml]
11 reg:
20 Configure wakeup controller, this controller is used to set that
22 EC or not. Via this controller, we set the wakeup trigger edge,
26 kso16-gpios:
27 type: phandle-array
32 kso17-gpios:
33 type: phandle-array
[all …]
/Zephyr-latest/samples/sensor/bme280/
Drpi_pico_spi_pio.overlay9 input-enable;
18 pinctrl-0 = <&pio0_spi0_default>;
19 pinctrl-names = "default";
21 compatible = "raspberrypi,pico-spi-pio";
23 #address-cells = <1>;
24 #size-cells = <0>;
26 miso-gpios = <&gpio0 12 0>;
27 cs-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
28 clk-gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
29 mosi-gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
[all …]
/Zephyr-latest/dts/bindings/i2c/
Despressif,esp32-i2c.yaml3 # SPDX-License-Identifier: Apache-2.0
7 compatible: "espressif,esp32-i2c"
9 include: [i2c-controller.yaml, pinctrl-device.yaml]
12 reg:
15 pinctrl-0:
18 pinctrl-names:
21 scl-gpios:
22 type: phandle-array
28 sda-gpios:
29 type: phandle-array
[all …]
/Zephyr-latest/samples/sensor/magn_polling/boards/
Drpi_pico.overlay15 input-enable;
25 pinctrl-0 = <&pio0_spi0_default>;
26 pinctrl-names = "default";
28 compatible = "raspberrypi,pico-spi-pio";
30 #address-cells = <1>;
31 #size-cells = <0>;
33 miso-gpios = <&gpio0 8 0>;
34 cs-gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
35 clk-gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
36 mosi-gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
[all …]
/Zephyr-latest/boards/silabs/dev_kits/sltb004a/
Dsltb004a.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include "sltb004a-pinctrl.dtsi"
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
20 pwm-led0 = &pwm_led0;
29 zephyr,shell-uart = &usart0;
30 zephyr,uart-pipe = &usart0;
36 compatible = "gpio-leds";
38 gpios = <&gpiod 8 0>;
42 gpios = <&gpiod 9 0>;
[all …]
/Zephyr-latest/dts/bindings/bluetooth/
Dzephyr,bt-hci-spi-slave.yaml2 # SPDX-License-Identifier: Apache-2.0
11 bt-hci@0 {
12 compatible = "zephyr,bt-hci-spi-slave";
13 reg = <0>;
14 irq-gpios = <&gpio1 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
18 The bt-hci@0 node configures an HCI SPI slave on SPI slave
21 The host interrupt GPIO is set to gpio1 pin 2 via irq-gpios. The
25 compatible: "zephyr,bt-hci-spi-slave"
29 on-bus: spi
32 irq-gpios:
[all …]
/Zephyr-latest/dts/bindings/net/wireless/
Dnordic,nrf-radio.yaml2 # SPDX-License-Identifier: Apache-2.0
15 Front-End Module (FEM) support
16 ------------------------------
18 External front-end modules are range extenders used for boosting
20 system includes an external FEM, set it up in the devicetree using
27 nrf_radio_fem: my-fem {
34 - generic-fem-two-ctrl-pins
35 - nordic,nrf21540-fem
41 ---------------------------
44 The 'dfe-supported' property will be set when it is available.
[all …]
/Zephyr-latest/boards/rakwireless/rak11720/
Drak11720.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <zephyr/dt-bindings/lora/sx126x.h>
10 #include "rak11720_apollo3-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
22 zephyr,shell-uart = &uart0;
23 zephyr,uart-mcumgr = &uart0;
24 zephyr,uart-pipe = &uart0;
25 zephyr,flash-controller = &flash;
27 zephyr,code-partition = &slot0_partition;
[all …]
/Zephyr-latest/boards/ambiq/apollo3_evb/
Dapollo3_evb.dts1 /dts-v1/;
4 #include "apollo3_evb-pinctrl.dtsi"
5 #include <zephyr/dt-bindings/input/input-event-codes.h>
16 zephyr,shell-uart = &uart0;
17 zephyr,uart-mcumgr = &uart0;
18 zephyr,uart-pipe = &uart0;
19 zephyr,flash-controller = &flash;
21 zephyr,code-partition = &slot0_partition;
31 bootloader-led0 = &led0;
32 mcuboot-led0 = &led0;
[all …]
/Zephyr-latest/boards/silabs/dev_kits/xg24_dk2601b/
Dxg24_dk2601b.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <zephyr/dt-bindings/input/input-event-codes.h>
10 #include <zephyr/dt-bindings/regulator/silabs_dcdc.h>
11 #include "xg24_dk2601b-pinctrl.dtsi"
19 zephyr,shell-uart = &usart0;
20 zephyr,uart-pipe = &usart0;
23 zephyr,code-partition = &slot0_partition;
24 zephyr,bt-hci = &bt_hci_silabs;
37 compatible = "gpio-leds";
[all …]
/Zephyr-latest/boards/weact/mini_stm32h7b0/
Dmini_stm32h7b0.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/h7/stm32h7b0vbtx-pinctrl.dtsi>
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
11 #include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h>
15 compatible = "weact,mini-stm32h7b0";
19 zephyr,shell-uart = &usb_cdc_acm_uart;
26 compatible = "gpio-leds";
28 gpios = <&gpioe 3 GPIO_ACTIVE_HIGH>;
34 compatible = "gpio-keys";
[all …]
/Zephyr-latest/boards/st/steval_stwinbx1/
Dsteval_stwinbx1.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/u5/stm32u585aiixq-pinctrl.dtsi>
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
13 model = "STMicroelectronics STEVAL-STWINBX1 Development kit";
19 zephyr,code-partition = &slot0_partition;
21 zephyr,bt-hci = &hci_spi;
25 compatible = "gpio-leds";
27 gpios = <&gpioh 12 GPIO_ACTIVE_HIGH>;
31 gpios = <&gpioh 10 GPIO_ACTIVE_HIGH>;
[all …]
/Zephyr-latest/dts/bindings/rtc/
Dmaxim,ds3231.yaml4 # SPDX-License-Identifier: Apache-2.0
11 include: i2c-device.yaml
14 reg:
17 32k-gpios:
18 type: phandle-array
27 isw-gpios:
28 type: phandle-array
36 present to support time set and read operations that preserve
37 sub-second accuracy.
/Zephyr-latest/samples/sensor/bme280/boards/
Drpi_pico.overlay3 cs-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
4 pinctrl-0 = <&spi0_default>;
7 reg = <0>;
8 spi-max-frequency = <1000000>; /* conservatively set to 1MHz */
/Zephyr-latest/boards/st/sensortile_box_pro/
Dsensortile_box_pro.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/u5/stm32u585aiixq-pinctrl.dtsi>
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
13 model = "STMicroelectronics SENSORTILE-BOX-PRO board";
14 compatible = "st,sensortile-box-pro";
19 zephyr,code-partition = &slot0_partition;
20 zephyr,bt-hci = &hci_spi;
24 compatible = "gpio-leds";
26 gpios = <&gpiof 6 GPIO_ACTIVE_HIGH>;
[all …]
/Zephyr-latest/samples/sensor/tdk_apex/boards/
Dnrf52dk_nrf52832_spi.overlay4 * SPDX-License-Identifier: Apache-2.0
12 tdk-apex-sensor0 = &icm42670p;
17 * Example configuration of a ICM42670-P device on spi2 compatible with an Arduino SPI bus.
21 cs-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */
24 reg = <0>;
25 spi-max-frequency = <1000000>; /* conservatively set to 1MHz */
26 int-gpios = <&arduino_header 8 GPIO_ACTIVE_HIGH>; /* D2 */
27 accel-hz = <50>;
28 gyro-hz = <50>;
29 accel-fs = <16>;
[all …]
/Zephyr-latest/dts/bindings/serial/
Drenesas,smartbond-uart.yaml3 compatible: "renesas,smartbond-uart"
5 include: [uart-controller.yaml, pinctrl-device.yaml]
8 reg:
14 periph-clock-config:
19 current-speed:
21 Initial baud rate setting for UART. Only a fixed set of baud
24 - 4800
25 - 9600
26 - 14400
27 - 19200
[all …]
/Zephyr-latest/dts/bindings/gpio/
Dadi,max22190-gpio.yaml3 # SPDX-License-Identifier: Apache-2.0
9 mean WB functionality and filters could be set. Reffering to:
10 filter-wbes = <CH0 CH1 CH2 ... CH7 > for wire break
11 To enable wire break set 1 else 0. Same principle is followed for:
12 filter-fbps and filter-delays.
16 pinctrl-names = "default";
18 compatible = "adi,max22190-gpio";
19 reg = <0>;
21 spi-max-frequency = <1000000>;
24 gpio-controller;
[all …]

12345