ARM64: dts: meson-gxbb: Add Infrared Remote Controller decoder
This adds the Infrared Remote Controller node so boards with an IR remote can simply enable it. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Tested-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:

committed by
Kevin Hilman

parent
e3ee59f636
commit
c58d77855f
@@ -235,6 +235,13 @@
|
|||||||
clocks = <&xtal>;
|
clocks = <&xtal>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ir: ir@580 {
|
||||||
|
compatible = "amlogic,meson-gxbb-ir";
|
||||||
|
reg = <0x0 0x00580 0x0 0x40>;
|
||||||
|
interrupts = <GIC_SPI 196 IRQ_TYPE_EDGE_RISING>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
periphs: periphs@c8834000 {
|
periphs: periphs@c8834000 {
|
||||||
|
Reference in New Issue
Block a user