Home
last modified time | relevance | path

Searched +full:sim +full:- +full:gpios (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-Core-3.5.0/boards/arm/actinius_icarus/dts/bindings/
Dactinius-sim-select.yaml2 # SPDX-License-Identifier: Apache-2.0
5 The Icarus boards provide the user with 2 options regarding SIM usage for
6 LTE-M/NB-IoT communication. Either using the on-board eSIM or using an
7 external nano-SIM. The SIM can be selected by changing the `sim` property
10 compatible: "actinius-sim-select"
15 sim-gpios:
16 type: phandle-array
18 description: Pin used to select the SIM
20 sim:
24 - "esim"
[all …]
/Zephyr-Core-3.5.0/boards/arm/actinius_icarus_bee/dts/bindings/
Dactinius-sim-select.yaml2 # SPDX-License-Identifier: Apache-2.0
5 The Icarus boards provide the user with 2 options regarding SIM usage for
6 LTE-M/NB-IoT communication. Either using the on-board eSIM or using an
7 external nano-SIM. The SIM can be selected by changing the `sim` property
10 compatible: "actinius-sim-select"
15 sim-gpios:
16 type: phandle-array
18 description: Pin used to select the SIM
20 sim:
24 - "esim"
[all …]
/Zephyr-Core-3.5.0/boards/arm/actinius_icarus_som/dts/bindings/
Dactinius-sim-select.yaml2 # SPDX-License-Identifier: Apache-2.0
5 The Icarus boards provide the user with 2 options regarding SIM usage for
6 LTE-M/NB-IoT communication. Either using the on-board eSIM or using an
7 external nano-SIM. The SIM can be selected by changing the `sim` property
10 compatible: "actinius-sim-select"
15 sim-gpios:
16 type: phandle-array
18 description: Pin used to select the SIM
20 sim:
24 - "esim"
[all …]
/Zephyr-Core-3.5.0/boards/arm/actinius_icarus_som_dk/dts/bindings/
Dactinius-sim-select.yaml2 # SPDX-License-Identifier: Apache-2.0
5 The Icarus boards provide the user with 2 options regarding SIM usage for
6 LTE-M/NB-IoT communication. Either using the on-board eSIM or using an
7 external nano-SIM. The SIM can be selected by changing the `sim` property
10 compatible: "actinius-sim-select"
15 sim-gpios:
16 type: phandle-array
18 description: Pin used to select the SIM
20 sim:
24 - "esim"
[all …]
/Zephyr-Core-3.5.0/tests/ztest/busy_sim/boards/
Dnrf52840dk_nrf52840_pin.overlay4 * SPDX-License-Identifier: Apache-2.0
13 busy-sim {
14 compatible = "vnd,busy-sim";
17 active-gpios = <&gpio0 27 GPIO_ACTIVE_HIGH>;
/Zephyr-Core-3.5.0/boards/arm/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";
23 gpios = <&gpio0 21 GPIO_ACTIVE_LOW>;
28 gpios = <&gpio0 22 GPIO_ACTIVE_LOW>;
33 gpios = <&gpio0 25 GPIO_ACTIVE_LOW>;
[all …]
/Zephyr-Core-3.5.0/boards/common/actinius/
Dactinius_board_common.c2 * Copyright (c) 2021-2022 Actinius
4 * SPDX-License-Identifier: Apache-2.0
24 const struct gpio_dt_spec sim = in actinius_board_set_sim_select() local
27 if (!gpio_is_ready_dt(&sim)) { in actinius_board_set_sim_select()
28 LOG_ERR("The SIM Select Pin port is not ready"); in actinius_board_set_sim_select()
30 return -ENODEV; in actinius_board_set_sim_select()
33 if (DT_ENUM_IDX(SIM_SELECT_NODE, sim) == 0) { in actinius_board_set_sim_select()
34 (void)gpio_pin_configure_dt(&sim, GPIO_OUTPUT_HIGH); in actinius_board_set_sim_select()
37 (void)gpio_pin_configure_dt(&sim, GPIO_OUTPUT_LOW); in actinius_board_set_sim_select()
38 LOG_INF("External SIM is selected"); in actinius_board_set_sim_select()
[all …]
/Zephyr-Core-3.5.0/boards/arm/actinius_icarus_som/
Dactinius_icarus_som_common.dtsi2 * Copyright (c) 2021-2022 Actinius
4 * SPDX-License-Identifier: Apache-2.0
6 #include "actinius_icarus_som_common-pinctrl.dtsi"
14 zephyr,shell-uart = &uart0;
15 zephyr,uart-mcumgr = &uart0;
23 sim_select: sim-select {
24 compatible = "actinius-sim-select";
25 sim-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
26 sim = "esim";
45 current-speed = <115200>;
[all …]
/Zephyr-Core-3.5.0/boards/arm/actinius_icarus/
Dactinius_icarus_common.dtsi2 * Copyright (c) 2019-2022 Actinius
4 * SPDX-License-Identifier: Apache-2.0
6 #include "actinius_icarus_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";
23 gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
28 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
33 gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
[all …]
/Zephyr-Core-3.5.0/boards/arm/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";
24 gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
30 compatible = "pwm-leds";
39 compatible = "gpio-keys";
[all …]
/Zephyr-Core-3.5.0/dts/bindings/test/
Dvnd,busy-sim.yaml2 # SPDX-License-Identifier: Apache-2.0
7 compatible: "vnd,busy-sim"
16 active-gpios:
17 type: phandle-array
/Zephyr-Core-3.5.0/dts/arm/nxp/
Dnxp_kw2xd.dtsi1 /* SPDX-License-Identifier: Apache-2.0 */
4 #include <arm/armv7-m.dtsi>
5 #include <zephyr/dt-bindings/adc/adc.h>
6 #include <zephyr/dt-bindings/clock/kinetis_sim.h>
7 #include <zephyr/dt-bindings/clock/kinetis_mcg.h>
8 #include <zephyr/dt-bindings/gpio/gpio.h>
9 #include <zephyr/dt-bindings/i2c/i2c.h>
12 #include <nxp/kinetis/MKW24D512VHA5-pinctrl.h>
21 zephyr,flash-controller = &ftfl;
25 #address-cells = <1>;
[all …]
/Zephyr-Core-3.5.0/boards/arm/twr_kv58f220m/
Dtwr_kv58f220m.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "twr_kv58f220m-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
33 zephyr,code-partition = &slot0_partition;
35 zephyr,shell-uart = &uart0;
36 zephyr,uart-pipe = &uart0;
40 compatible = "gpio-leds";
42 gpios = <&gpioe 11 0>;
46 gpios = <&gpioe 12 0>;
[all …]
/Zephyr-Core-3.5.0/boards/arm/usb_kw24d512/
Dusb_kw24d512.dts1 /* SPDX-License-Identifier: Apache-2.0 */
3 /dts-v1/;
6 #include "usb_kw24d512-pinctrl.dtsi"
7 #include <zephyr/dt-bindings/input/input-event-codes.h>
10 model = "NXP USB-KW24D512 board";
11 compatible = "nxp,usb-kw24d512", "nxp,kw24d512", "nxp,kw2xd";
23 zephyr,shell-uart = &uart0;
24 zephyr,uart-pipe = &uart0;
29 compatible = "gpio-leds";
31 gpios = <&gpiod 4 GPIO_ACTIVE_LOW>;
[all …]
/Zephyr-Core-3.5.0/boards/arm/ip_k66f/
Dip_k66f.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
11 #include "ip_k66f-pinctrl.dtsi"
20 dsa-spi = &spi1;
26 zephyr,code-partition = &slot0_partition;
30 compatible = "gpio-leds";
32 gpios = <&gpioa 8 GPIO_ACTIVE_HIGH>;
37 gpios = <&gpioa 10 GPIO_ACTIVE_HIGH>;
44 clock-frequency = <120000000>;
47 &sim {
[all …]
/Zephyr-Core-3.5.0/boards/arm/hexiwear_k64/
Dhexiwear_k64.dts1 /* SPDX-License-Identifier: Apache-2.0 */
3 /dts-v1/;
6 #include <zephyr/dt-bindings/pwm/pwm.h>
7 #include "hexiwear_k64-pinctrl.dtsi"
17 pwm-led0 = &green_pwm_led;
18 red-pwm-led = &red_pwm_led;
19 green-pwm-led = &green_pwm_led;
20 blue-pwm-led = &blue_pwm_led;
28 zephyr,code-partition = &slot0_partition;
30 zephyr,shell-uart = &uart0;
[all …]
/Zephyr-Core-3.5.0/boards/arm/frdm_kl25z/
Dfrdm_kl25z.dts1 /* SPDX-License-Identifier: Apache-2.0 */
3 /dts-v1/;
6 #include "frdm_kl25z-pinctrl.dtsi"
7 #include <zephyr/dt-bindings/input/input-event-codes.h>
11 compatible = "nxp,frdm-kl25z", "nxp,kl25z", "nxp,mkl25z4";
26 zephyr,shell-uart = &uart0;
30 compatible = "gpio-leds";
32 gpios = <&gpiob 18 GPIO_ACTIVE_LOW>;
36 gpios = <&gpiob 19 GPIO_ACTIVE_LOW>;
40 gpios = <&gpiod 1 GPIO_ACTIVE_LOW>;
[all …]
/Zephyr-Core-3.5.0/boards/arm/frdm_kw41z/
Dfrdm_kw41z.dts1 /* SPDX-License-Identifier: Apache-2.0 */
3 /dts-v1/;
6 #include "frdm_kw41z-pinctrl.dtsi"
7 #include <zephyr/dt-bindings/input/input-event-codes.h>
19 pwm-led0 = &blue_pwm_led;
20 pwm-led1 = &green_pwm_led;
21 pwm-led2 = &red_pwm_led;
22 blue-pwm-led = &blue_pwm_led;
23 green-pwm-led = &green_pwm_led;
24 red-pwm-led = &red_pwm_led;
[all …]
/Zephyr-Core-3.5.0/boards/arm/frdm_k22f/
Dfrdm_k22f.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include <zephyr/dt-bindings/pwm/pwm.h>
11 #include "frdm_k22f-pinctrl.dtsi"
12 #include <zephyr/dt-bindings/input/input-event-codes.h>
24 pwm-led0 = &green_pwm_led;
25 green-pwm-led = &green_pwm_led;
26 blue-pwm-led = &blue_pwm_led;
27 red-pwm-led = &red_pwm_led;
35 zephyr,code-partition = &slot0_partition;
[all …]
/Zephyr-Core-3.5.0/boards/arm/frdm_k82f/
Dfrdm_k82f.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
11 #include <zephyr/dt-bindings/pwm/pwm.h>
12 #include "frdm_k82f-pinctrl.dtsi"
13 #include <zephyr/dt-bindings/input/input-event-codes.h>
23 pwm-led0 = &red_pwm_led;
24 pwm-led1 = &green_pwm_led;
25 pwm-led2 = &blue_pwm_led;
30 spi-flash0 = &mx25u32;
42 zephyr,code-partition = &slot0_partition;
[all …]
/Zephyr-Core-3.5.0/boards/posix/native_posix/
Dnative_posix.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <zephyr/dt-bindings/adc/adc.h>
10 #include <zephyr/dt-bindings/i2c/i2c.h>
11 #include <zephyr/dt-bindings/gpio/gpio.h>
19 zephyr,shell-uart = &uart0;
20 zephyr,uart-mcumgr = &uart0;
23 zephyr,flash-controller = &flashcontroller0;
29 eeprom-0 = &eeprom0;
30 i2c-0 = &i2c0;
[all …]
/Zephyr-Core-3.5.0/boards/arm/frdm_k64f/
Dfrdm_k64f.dts1 /* SPDX-License-Identifier: Apache-2.0 */
3 /dts-v1/;
6 #include "frdm_k64f-pinctrl.dtsi"
7 #include <zephyr/dt-bindings/input/input-event-codes.h>
26 zephyr,code-partition = &slot0_partition;
28 zephyr,shell-uart = &uart0;
29 zephyr,uart-pipe = &uart0;
31 zephyr,uart-mcumgr = &uart0;
35 compatible = "gpio-leds";
37 gpios = <&gpiob 22 GPIO_ACTIVE_LOW>;
[all …]
/Zephyr-Core-3.5.0/boards/arm/twr_ke18f/
Dtwr_ke18f.dts2 * Copyright (c) 2019-2021 Vestas Wind Systems A/S
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include <zephyr/dt-bindings/clock/kinetis_scg.h>
11 #include <zephyr/dt-bindings/pwm/pwm.h>
12 #include "twr_ke18f-pinctrl.dtsi"
13 #include <zephyr/dt-bindings/input/input-event-codes.h>
27 pwm-led0 = &orange_pwm_led;
28 pwm-led1 = &yellow_pwm_led;
29 pwm-led2 = &green_pwm_led;
[all …]
/Zephyr-Core-3.5.0/boards/arm/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-Core-3.5.0/doc/releases/
Drelease-notes-2.4.rst33 * CVE-2020-10060: UpdateHub Might Dereference An Uninitialized Pointer
34 * CVE-2020-10064: Improper Input Frame Validation in ieee802154 Processing
35 * CVE-2020-10066: Incorrect Error Handling in Bluetooth HCI core
36 * CVE-2020-10072: all threads can access all socket file descriptors
37 * CVE-2020-13598: FS: Buffer Overflow when enabling Long File Names in FAT_FS and calling fs_stat
38 * CVE-2020-13599: Security problem with settings and littlefs
39 * CVE-2020-13601: Under embargo until 2020/11/18
40 * CVE-2020-13602: Remote Denial of Service in LwM2M do_write_op_tlv
50 <https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_.
62 * The :c:func:`wdt_feed` function will now return ``-EAGAIN`` if
[all …]

12