Searched +full:rechargeable +full:- +full:gpios (Results 1 – 2 of 2) 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 …]
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-bindings/pwm/pwm.h>32 compatible = "gpio-keys";34 pinctrl-names = "default";35 pinctrl-0 = <&button_bias>;40 gpios = <&gpio 29 GPIO_ACTIVE_HIGH>;46 gpios = <&gpio 102 GPIO_ACTIVE_HIGH>;[all …]