mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 05:56:38 +07:00
ARM: sunxi: Add IR controllers on A20 to dtsi
This patch adds records for two IR controllers on A20 Signed-off-by: Alexander Bersenev <bay@hackerdom.ru> Signed-off-by: Alexsey Shestacov <wingrime@linux-sunxi.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
0256452ecf
commit
c1a0ee3d53
@ -785,6 +785,24 @@ pwm: pwm@01c20e00 {
|
||||
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>;
|
||||
|
Loading…
Reference in New Issue
Block a user