提交 c1a0ee3d 编写于 作者: A Alexander Bersenev 提交者: Maxime Ripard

ARM: sunxi: Add IR controllers on A20 to dtsi

This patch adds records for two IR controllers on A20
Signed-off-by: NAlexander Bersenev <bay@hackerdom.ru>
Signed-off-by: NAlexsey Shestacov <wingrime@linux-sunxi.org>
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
上级 0256452e
......@@ -785,6 +785,24 @@
status = "disabled";
};
ir0: ir@01c21800 {
compatible = "allwinner,sun7i-a20-ir";
clocks = <&apb0_gates 6>, <&ir0_clk>;
clock-names = "apb", "ir";
interrupts = <0 5 4>;
reg = <0x01c21800 0x40>;
status = "disabled";
};
ir1: ir@01c21c00 {
compatible = "allwinner,sun7i-a20-ir";
clocks = <&apb0_gates 7>, <&ir1_clk>;
clock-names = "apb", "ir";
interrupts = <0 6 4>;
reg = <0x01c21c00 0x40>;
status = "disabled";
};
sid: eeprom@01c23800 {
compatible = "allwinner,sun7i-a20-sid";
reg = <0x01c23800 0x200>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册