Searched +full:rechargeable +full:- +full:gpios (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/power/supply/lego,ev3-battery.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - David Lechner <david@lechnology.com>11 - Sebastian Reichel <sre@kernel.org>14 LEGO MINDSTORMS EV3 has some built-in capability for monitoring the battery.15 It uses 6 AA batteries or a special Li-ion rechargeable battery pack that is19 - $ref: power-supply.yaml#23 const: lego,ev3-battery[all …]
4 LEGO MINDSTORMS EV3 has some built-in capability for monitoring the battery.5 It uses 6 AA batteries or a special Li-ion rechargeable battery pack that is9 - compatible: Must be "lego,ev3-battery"10 - io-channels: phandles to analog inputs for reading voltage and current11 - io-channel-names: Must be "voltage", "current"12 - rechargeable-gpios: phandle to the rechargeable battery indication gpio17 compatible = "lego,ev3-battery";18 io-channels = <&adc 4>, <&adc 3>;19 io-channel-names = "voltage", "current";20 rechargeable-gpios = <&gpio 136 GPIO_ACTIVE_LOW>;
1 // SPDX-License-Identifier: GPL-2.0-only8 /dts-v1/;9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/input/linux-event-codes.h>11 #include <dt-binding[all...]