Commit 4ac367b4 authored by Hans de Goede's avatar Hans de Goede Committed by Maxime Ripard

ARM: dts: sun6i: Add ir node

Add a node for the ir receiver found on the A31.
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
[Maxime: Added a node label]
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 9b5c6e06
......@@ -896,6 +896,16 @@ cpucfg@01f01c00 {
reg = <0x01f01c00 0x300>;
};
ir: ir@01f02000 {
compatible = "allwinner,sun5i-a13-ir";
clocks = <&apb0_gates 1>, <&ir_clk>;
clock-names = "apb", "ir";
resets = <&apb0_rst 1>;
interrupts = <0 37 4>;
reg = <0x01f02000 0x40>;
status = "disabled";
};
r_pio: pinctrl@01f02c00 {
compatible = "allwinner,sun6i-a31-r-pinctrl";
reg = <0x01f02c00 0x400>;
......
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