Home
last modified time | relevance | path

Searched +full:t +full:- +full:exit +full:- +full:dpd (Results 1 – 25 of 52) sorted by relevance

123

/Zephyr-latest/boards/nordic/nrf9161dk/
Dnrf9161dk_nrf9161_common_0_7_0.dtsi4 * SPDX-License-Identifier: Apache-2.0
8 /delete-node/ &gd25wb256;
12 compatible = "jedec,spi-nor";
15 spi-max-frequency = <60000000>;
16 jedec-id = [c8 67 19];
17 sfdp-bfp = [
24 has-dpd;
25 t-enter-dpd = <3000>;
26 t-exit-dpd = <30000>;
/Zephyr-latest/dts/bindings/mtd/
Djedec,spi-nor-common.yaml3 # SPDX-License-Identifier: Apache-2.0
5 # Common properties used by nodes describing M25P80-compatible SPI NOR
8 # This extends JESD216-defined features with additional functionality
9 # that may be specific to the vendor of a M25P80-compatible device and
17 requires-ulbpr:
23 protection register that initializes to write-protected. Use this
27 has-dpd:
30 Indicates the device supports the DPD (0xB9) command.
33 Power-Down mode that is entered by command 0xB9 to reduce power
37 Electronic Signature; see t-enter-dpd).
[all …]
/Zephyr-latest/boards/actinius/icarus/
Dactinius_icarus_common_2_0_0.dtsi4 * SPDX-License-Identifier: Apache-2.0
19 low-power-enable;
27 cs-gpios = <&gpio0 25 GPIO_ACTIVE_LOW>;
30 compatible = "jedec,spi-nor";
32 spi-max-frequency = <80000000>;
33 jedec-id = [ef 40 17];
35 has-dpd;
36 t-enter-dpd = <3500>;
37 t-exit-dpd = <3500>;
42 charger_enable: charger-enable {
[all …]
/Zephyr-latest/tests/drivers/flash/common/boards/
Dnrf52840dk_mx25r_high_perf.overlay1 /delete-node/ &qspi;
4 gpio-reserved-ranges = <0 2>, <6 1>, <8 3>, <18 6>;
8 compatible = "nordic,nrf-spim";
10 cs-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
13 compatible = "jedec,spi-nor";
15 spi-max-frequency = <33000000>;
16 jedec-id = [c2 28 17];
17 sfdp-bfp = [
24 has-dpd;
25 t-enter-dpd = <10000>;
[all …]
Dnrf52840dk_spi_nor_wp_hold.overlay4 * SPDX-License-Identifier: Apache-2.0
6 * Build test for jedec,spi-nor compatible (drivers/flash/spi_nor.c) wp-gpios and hold-gpios
9 /delete-node/ &mx25r64;
25 low-power-enable;
31 compatible = "nordic,nrf-spim";
33 cs-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>; // mx25v16
34 pinctrl-0 = <&spi0_default>;
35 pinctrl-1 = <&spi0_sleep>;
36 pinctrl-names = "default", "sleep";
39 compatible = "jedec,spi-nor";
[all …]
Dnrf52840dk_spi_nor.overlay4 * SPDX-License-Identifier: Apache-2.0
6 * Build test for jedec,spi-nor compatible (drivers/flash/spi_nor.c)
9 /delete-node/ &mx25r64;
25 low-power-enable;
31 compatible = "nordic,nrf-spim";
33 cs-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>; // mx25v16
34 pinctrl-0 = <&spi0_default>;
35 pinctrl-1 = <&spi0_sleep>;
36 pinctrl-names = "default", "sleep";
39 compatible = "jedec,spi-nor";
[all …]
Dnrf52840dk_mx25l51245g.overlay4 * SPDX-License-Identifier: Apache-2.0
7 /delete-node/ &mx25r64;
27 low-power-enable;
31 low-power-enable;
32 bias-pull-up;
38 pinctrl-0 = <&qspi_default>;
39 pinctrl-1 = <&qspi_sleep>;
40 pinctrl-names = "default", "sleep";
43 compatible = "nordic,qspi-nor";
49 sck-frequency = <2000000>;
[all …]
/Zephyr-latest/boards/norik/octopus_io_board/
Doctopus_io_board_common.dtsi3 * SPDX-License-Identifier: Apache-2.0
5 #include "octopus_io_board_common-pinctrl.dtsi"
9 model = "Norik Octopus IO-Board";
10 compatible = "norik,octopus-io-board";
14 zephyr,shell-uart = &uart0;
15 zephyr,uart-mcumgr = &uart0;
25 compatible = "nordic,nrf-twim";
27 pinctrl-0 = <&i2c0_default>;
28 pinctrl-1 = <&i2c0_sleep>;
29 pinctrl-names = "default", "sleep";
[all …]
/Zephyr-latest/boards/nordic/nrf9160dk/
Dnrf9160dk_nrf9160_common_0_14_0.dtsi4 * SPDX-License-Identifier: Apache-2.0
8 gpio-map = <0 0 &gpio0 17 0>,
26 clock-frequency = <I2C_BITRATE_FAST>;
32 gpio-controller;
33 #gpio-cells = <2>;
35 int-gpios = <&gpio0 6 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
40 cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>, /* D10 */
43 compatible = "jedec,spi-nor";
46 spi-max-frequency = <8000000>;
47 jedec-id = [c2 28 17];
[all …]
/Zephyr-latest/samples/subsys/fs/littlefs/boards/
Dnrf52840dk_nrf52840_spi.overlay4 * SPDX-License-Identifier: Apache-2.0
7 /delete-node/ &mx25r64;
14 * to provide quad-spi feature. In individual specifications each of the spi
21 compatible = "nordic,nrf-spi";
23 cs-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
24 pinctrl-0 = <&spi2_default>;
25 pinctrl-1 = <&spi2_sleep>;
26 pinctrl-names = "default", "sleep";
28 compatible = "jedec,spi-nor";
30 spi-max-frequency = <8000000>;
[all …]
/Zephyr-latest/boards/adafruit/feather_stm32f405/
Dadafruit_feather_stm32f405.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/f4/stm32f405rgtx-pinctrl.dtsi>
18 zephyr,shell-uart = &usart3;
25 compatible = "gpio-leds";
42 clock-frequency = <DT_FREQ_M(12)>;
47 div-m = <12>;
48 mul-n = <336>;
49 div-p = <2>;
50 div-q = <7>;
[all …]
/Zephyr-latest/boards/nordic/nrf54l15dk/
Dnrf54l_05_10_15_cpuapp_common.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 /* This file is common to the secure and non-secure domain */
14 zephyr,shell-uart = &uart20;
15 zephyr,uart-mcumgr = &uart20;
16 zephyr,bt-mon-uart = &uart20;
17 zephyr,bt-c2h-uart = &uart20;
18 zephyr,flash-controller = &rram_controller;
29 load-capacitors = "internal";
30 load-capacitance-femtofarad = <15500>;
34 load-capacitors = "internal";
[all …]
/Zephyr-latest/boards/adafruit/feather_nrf52840/
Dadafruit_feather_nrf52840_common.dtsi5 * SPDX-License-Identifier: Apache-2.0
8 /dts-v1/;
11 #include "adafruit_feather_nrf52840-pinctrl.dtsi"
12 #include <zephyr/dt-bindings/input/input-event-codes.h>
21 compatible = "gpio-leds";
32 compatible = "gpio-keys";
41 compatible = "voltage-divider";
42 io-channels = <&adc 5>;
43 output-ohms = <100000>;
44 full-ohms = <(100000 + 100000)>;
[all …]
/Zephyr-latest/boards/rakwireless/rak5010/
Drak5010_nrf52840.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "rak5010_nrf52840-pinctrl.dtsi"
18 zephyr,shell-uart = &uart1;
19 zephyr,uart-mcumgr = &uart1;
20 zephyr,bt-mon-uart = &uart1;
21 zephyr,bt-c2h-uart = &uart1;
25 compatible = "gpio-leds";
37 modem-uart = &uart0;
59 compatible = "nordic,nrf-uarte";
[all …]
/Zephyr-latest/boards/seeed/xiao_ble/
Dxiao_ble_common.dtsi5 * SPDX-License-Identifier: Apache-2.0
10 #include "xiao_ble-pinctrl.dtsi"
19 compatible = "gpio-leds";
35 compatible = "pwm-leds";
46 pwm-led0 = &pwm_led0;
47 bootloader-led0 = &led0;
48 mcuboot-led0 = &led0;
58 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
66 gpio-as-nreset;
82 compatible = "nordic,nrf-uarte";
[all …]
/Zephyr-latest/boards/actinius/icarus_bee/
Dactinius_icarus_bee_common.dtsi2 * Copyright (c) 2021-2022 Actinius
4 * SPDX-License-Identifier: Apache-2.0
6 #include "actinius_icarus_bee_common-pinctrl.dtsi"
7 #include <zephyr/dt-bindings/input/input-event-codes.h>
15 zephyr,shell-uart = &uart0;
16 zephyr,uart-mcumgr = &uart0;
20 compatible = "gpio-leds";
39 compatible = "pwm-leds";
58 compatible = "gpio-keys";
71 pwm-led0 = &red_pwm_led;
[all …]
/Zephyr-latest/boards/adafruit/itsybitsy/
Dadafruit_itsybitsy_nrf52840.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "adafruit_itsybitsy_nrf52840-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
12 #include <zephyr/dt-bindings/led/led.h>
16 compatible = "adafruit,itsybitsy-nrf52840";
23 compatible = "gpio-leds";
31 compatible = "gpio-keys";
44 led-strip = &apa102;
49 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
[all …]
/Zephyr-latest/boards/others/black_f407ve/
Dblack_f407ve.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/f4/stm32f407v(e-g)tx-pinctrl.dtsi>
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
14 compatible = "black-stm32f407";
18 zephyr,shell-uart = &usart1;
26 compatible = "gpio-leds";
38 compatible = "gpio-keys";
68 clock-frequency = <DT_FREQ_M(8)>;
73 div-m = <8>;
[all …]
/Zephyr-latest/boards/actinius/icarus_som_dk/
Dactinius_icarus_som_dk_common.dtsi4 * SPDX-License-Identifier: Apache-2.0
6 #include "actinius_icarus_som_dk_common-pinctrl.dtsi"
7 #include <dt-bindings/led/led.h>
8 #include <zephyr/dt-bindings/input/input-event-codes.h>
16 zephyr,shell-uart = &uart0;
17 zephyr,uart-mcumgr = &uart0;
21 compatible = "gpio-leds";
30 compatible = "pwm-leds";
39 compatible = "gpio-keys";
50 pwm-led0 = &blue_pwm_led;
[all …]
/Zephyr-latest/boards/fanke/fk7b0m1_vbt6/
Dfk7b0m1_vbt6.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/h7/stm32h7b0vbtx-pinctrl.dtsi>
10 #include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h>
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
14 model = "FANKE FK7B0M1-VBT6 board";
15 compatible = "fanke,fk7b0m1-vbt6";
19 zephyr,shell-uart = &usart1;
25 compatible = "gpio-leds";
33 compatible = "gpio-keys";
[all …]
/Zephyr-latest/boards/makerdiary/nrf52840_mdk/
Dnrf52840_mdk.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "nrf52840_mdk-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
14 model = "nRF52840-MDK Dev Kit";
15 compatible = "nordic,pca10056-dk";
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/boards/arduino/nicla_sense_me/
Darduino_nicla_sense_me.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include "arduino_nicla_sense_me-pinctrl.dtsi"
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
11 #include <zephyr/dt-bindings/led/led.h>
18 compatible = "gpio-keys";
29 zephyr,shell-uart = &uart0;
30 zephyr,uart-mcumgr = &uart0;
31 zephyr,bt-mon-uart = &uart0;
32 zephyr,bt-c2h-uart = &uart0;
[all …]
/Zephyr-latest/boards/ezurio/rm1xx_dvk/
Drm1xx_dvk.dts5 * SPDX-License-Identifier: Apache-2.0
8 /dts-v1/;
10 #include "rm1xx_dvk-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
19 zephyr,shell-uart = &uart0;
20 zephyr,bt-mon-uart = &uart0;
21 zephyr,bt-c2h-uart = &uart0;
24 zephyr,code-partition = &slot0_partition;
28 compatible = "gpio-keys";
53 compatible = "nordic,nrf-twi";
[all …]
/Zephyr-latest/boards/nordic/nrf9131ek/
Dnrf9131ek_nrf9131_common.dtsi4 * SPDX-License-Identifier: Apache-2.0
6 #include "nrf9131ek_nrf9131_common-pinctrl.dtsi"
7 #include <zephyr/dt-bindings/input/input-event-codes.h>
11 compatible = "nordic,nrf9131-ek-nrf9131";
15 zephyr,shell-uart = &uart0;
16 zephyr,uart-mcumgr = &uart0;
20 compatible = "gpio-leds";
36 compatible = "pwm-leds";
49 compatible = "gpio-keys";
62 pwm-led0 = &pwm_led0;
[all …]
/Zephyr-latest/boards/nordic/nrf5340dk/
Dnrf5340_cpuapp_common.dtsi2 * Copyright (c) 2019-2020 Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
7 #include "nrf5340_cpuapp_common-pinctrl.dtsi"
8 #include <zephyr/dt-bindings/input/input-event-codes.h>
14 zephyr,shell-uart = &uart0;
15 zephyr,uart-mcumgr = &uart0;
16 zephyr,bt-mon-uart = &uart0;
17 zephyr,bt-c2h-uart = &uart0;
18 zephyr,bt-hci = &bt_hci_ipc0;
19 nordic,802154-spinel-ipc = &ipc0;
[all …]

123