Searched +full:meson6 +full:- +full:ir (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/media/amlogic,meson6-ir.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Amlogic Meson IR remote control receiver10 - Neil Armstrong <[email protected]>13 - $ref: rc.yaml#18 - enum:19 - amlogic,meson6-ir20 - amlogic,meson8b-ir[all …]
1 // SPDX-License-Identifier: GPL-2.0 OR MIT6 #include <dt-bindings/interrupt-controller/irq.h>7 #include <dt-bindings/interrupt-controller/arm-gic.h>8 #include <dt-bindings/sound/meson-aiu.h>11 #address-cells = <1>;12 #size-cells = <1>;13 interrupt-parent = <&gic>;15 iio-hwmon {16 compatible = "iio-hwmon";17 io-channels = <&saradc 8>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Driver for Amlogic Meson IR remote receiver19 #include <media/rc-core.h>21 #define DRIVER_NAME "meson-ir"54 /* Meson 6b uses REG1 to configure IR mode */64 /* Meson 8b / GXBB use REG2 to configure IR mode */97 * struct meson_ir_protocol - describe IR Protocol parameter99 * @hw_protocol: select IR Protocol from IR Controller100 * @repeat_counter_enable: enable frame-to-frame time counter, it should work104 * Some IR Protocol send the same data as repeat frame.[all …]