1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/media/amlogic,meson-ir-tx.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Amlogic Meson IR transmitter
10 - Viktor Prutyanov <viktor.prutyanov@phystech.edu>
13 Some Amlogic SoCs such as A311D and T950D4 have IR transmitter
14 (also called blaster) controller onboard. It is capable of
15 sending IR signals with arbitrary carrier frequency and duty cycle.
20 - const: amlogic,meson-ir-tx
22 - const: amlogic,meson-g12a-ir-tx
23 - const: amlogic,meson-ir-tx
46 additionalProperties: false
50 #include <dt-bindings/interrupt-controller/irq.h>
51 #include <dt-bindings/clock/g12a-clkc.h>
54 compatible = "amlogic,meson-g12a-ir-tx", "amlogic,meson-ir-tx";
55 reg = <0xff80014c 0x10>;
56 interrupts = <0 198 IRQ_TYPE_EDGE_RISING>;
57 clocks = <&clkc CLKID_CLK81>, <&xtal>;
58 clock-names = "sysclk", "xtal";