Commit c58d7785 authored by Neil Armstrong's avatar Neil Armstrong Committed by Kevin Hilman

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: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Tested-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent e3ee59f6
...@@ -235,6 +235,13 @@ uart_AO: serial@4c0 { ...@@ -235,6 +235,13 @@ uart_AO: serial@4c0 {
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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment