1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/media/gpio-ir-receiver.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: GPIO Based IR receiver
10 - Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
17 const: gpio-ir-receiver
22 linux,autosuspend-period:
23 description: autosuspend delay time in milliseconds
24 $ref: /schemas/types.yaml#/definitions/uint32
27 description: IR receiver can wake-up the system.
33 unevaluatedProperties: false
38 compatible = "gpio-ir-receiver";
39 gpios = <&gpio0 19 1>;
40 linux,rc-map-name = "rc-rc6-mce";
41 linux,autosuspend-period = <125>;