aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Rossak <embed3d@gmail.com>2018-08-01 05:47:59 -0400
committerChen-Yu Tsai <wens@csie.org>2018-08-26 22:41:13 -0400
commit26de4dc74cf5eba0ac6d9d258da1a10f808873e6 (patch)
tree4ee3d4065fee6a26454d02c1843733bf4cddbd31
parenta8858d871c062f3f74f4060d3ca6a3d6ca88f441 (diff)
ARM: dts: sun8i: a83t: Add support for the cir interface
The cir interface is like on the H3 located at 0x01f02000 and is exactly the same. This patch adds support for the ir interface on the A83T. Signed-off-by: Philipp Rossak <embed3d@gmail.com> Acked-by: Maxime Ripard <maxime.ripard@bootlin.com> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
-rw-r--r--arch/arm/boot/dts/sun8i-a83t.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-a83t.dtsi
index 9322f8f6faac..5617dd387fd3 100644
--- a/arch/arm/boot/dts/sun8i-a83t.dtsi
+++ b/arch/arm/boot/dts/sun8i-a83t.dtsi
@@ -990,6 +990,19 @@
990 reg = <0x1f01c00 0x400>; 990 reg = <0x1f01c00 0x400>;
991 }; 991 };
992 992
993 r_cir: ir@1f02000 {
994 compatible = "allwinner,sun8i-a83t-ir",
995 "allwinner,sun5i-a13-ir";
996 clocks = <&r_ccu CLK_APB0_IR>, <&r_ccu CLK_IR>;
997 clock-names = "apb", "ir";
998 resets = <&r_ccu RST_APB0_IR>;
999 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
1000 reg = <0x01f02000 0x400>;
1001 pinctrl-names = "default";
1002 pinctrl-0 = <&r_cir_pin>;
1003 status = "disabled";
1004 };
1005
993 r_pio: pinctrl@1f02c00 { 1006 r_pio: pinctrl@1f02c00 {
994 compatible = "allwinner,sun8i-a83t-r-pinctrl"; 1007 compatible = "allwinner,sun8i-a83t-r-pinctrl";
995 reg = <0x01f02c00 0x400>; 1008 reg = <0x01f02c00 0x400>;