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[all...]
1 * Amlogic Meson IR remote control receiver4 - compatible : depending on the platform this should be one of:5 - "amlogic,meson6-ir"6 - "amlogic,meson8b-ir"7 - "amlogic,meson-gxbb-ir"8 - reg : physical base address and length of the device registers9 - interrupts : a single specifier for the interrupt from the device12 - linux,rc-map-name: see rc.txt file in the same directory.16 ir-receiver@c8100480 {17 compatible= "amlogic,meson6-ir";
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 …]