Home
last modified time | relevance | path

Searched +full:vbus +full:- +full:current +full:- +full:limit +full:- +full:microamp (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/dts/bindings/sensor/
Dnordic,npm1300-charger.yaml4 # SPDX-License-Identifier: Apache-2.0
9 compatible: "nordic,npm1300-charger"
11 include: [sensor-device.yaml]
14 term-microvolt:
21 term-warm-microvolt:
26 If omitted, the term-microvolt value will be used.
28 current-microamp:
32 Charge current in uA.
36 dischg-limit-microamp:
40 - 200000
[all …]
/Zephyr-latest/dts/bindings/charger/
Dnxp,pf1550-charger.yaml2 # SPDX-License-Identifier: Apache-2.0
8 compatible: "nxp,pf1550-charger"
11 constant-charge-voltage-max-microvolt:
14 constant-charge-current-max-microamp:
17 pf1550,vbus-current-limit-microamp:
21 VBUS current limit in microamperes.
23 pf1550,system-voltage-min-threshold-microvolt:
27 - 3500000
28 - 3700000
29 - 4300000
[all …]
/Zephyr-latest/boards/shields/npm1300_ek/
Dnpm1300_ek.overlay3 * SPDX-License-Identifier: Apache-2.0
6 #include <dt-bindings/regulator/npm1300.h>
7 #include <zephyr/dt-bindings/input/input-event-codes.h>
14 npm1300_ek_gpio: gpio-controller {
15 compatible = "nordic,npm1300-gpio";
16 gpio-controller;
17 #gpio-cells = <2>;
22 compatible = "nordic,npm1300-regulator";
26 regulator-min-microvolt = <1000000>;
27 regulator-max-microvolt = <3300000>;
[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/arduino/portenta_h7/
Darduino_portenta_h7_stm32h747xx_m7.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/h7/stm32h747xihx-pinctrl.dtsi>
10 #include "arduino_portenta_h7-common.dtsi"
15 compatible = "arduino,portenta-h7";
21 zephyr,code-partition = &slot0_partition;
22 zephyr,bt-hci = &bt_hci_uart;
26 compatible = "regulator-fixed";
27 regulator-name = "oscen";
28 enable-gpios = <&gpioh 1 GPIO_ACTIVE_HIGH>;
[all …]