Lines Matching +full:meson +full:- +full:ir +full:- +full:tx
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
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 <[email protected]>
13 Some Amlogic SoCs such as A311D and T950D4 have IR transmitter
15 sending IR signals with arbitrary carrier frequency and duty cycle.
20 - const: amlogic,meson-ir-tx
21 - items:
22 - const: amlogic,meson-g12a-ir-tx
23 - const: amlogic,meson-ir-tx
34 clock-names:
36 - const: sysclk
37 - const: xtal
40 - compatible
41 - reg
42 - interrupts
43 - clocks
44 - clock-names
49 - |
50 #include <dt-bindings/interrupt-controller/irq.h>
51 #include <dt-bindings/clock/g12a-clkc.h>
53 ir@ff80014c {
54 compatible = "amlogic,meson-g12a-ir-tx", "amlogic,meson-ir-tx";
58 clock-names = "sysclk", "xtal";