Lines Matching +full:meson +full:- +full:ir +full:- +full:tx
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/media/amlogic,meson-ir-tx.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Amlogic Meson IR transmitter
11 - Viktor Prutyanov <viktor.prutyanov@phystech.edu>
14 Some Amlogic SoCs such as A311D and T950D4 have IR transmitter
16 sending IR signals with arbitrary carrier frequency and duty cycle.
21 - const: amlogic,meson-ir-tx
22 - items:
23 - const: amlogic,meson-g12a-ir-tx
24 - const: amlogic,meson-ir-tx
35 clock-names:
37 - const: sysclk
38 - const: xtal
41 - compatible
42 - reg
43 - interrupts
44 - clocks
45 - clock-names
50 - |
51 #include <dt-bindings/interrupt-controller/irq.h>
52 #include <dt-bindings/clock/g12a-clkc.h>
54 ir@ff80014c {
55 compatible = "amlogic,meson-g12a-ir-tx", "amlogic,meson-ir-tx";
59 clock-names = "sysclk", "xtal";