Lines Matching +full:clock +full:- +full:xtal
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#"
11 - Viktor Prutyanov <viktor.prutyanov@phystech.edu>
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>
55 compatible = "amlogic,meson-g12a-ir-tx", "amlogic,meson-ir-tx";
58 clocks = <&clkc CLKID_CLK81>, <&xtal>;
59 clock-names = "sysclk", "xtal";