Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sunxi: h3/h5: Add r_intc node

The H3 and H5 SoCs have an additional interrupt controller in the RTC
power domain that can be used to enable wakeup for certain IRQs.

Add a node for it.

Acked-by: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>

authored by

Samuel Holland and committed by
Chen-Yu Tsai
3fb01ded 9fdef3c3

+9
+9
arch/arm/boot/dts/sunxi-h3-h5.dtsi
··· 859 859 #clock-cells = <1>; 860 860 }; 861 861 862 + r_intc: interrupt-controller@1f00c00 { 863 + compatible = "allwinner,sun8i-h3-r-intc", 864 + "allwinner,sun6i-a31-r-intc"; 865 + interrupt-controller; 866 + #interrupt-cells = <3>; 867 + reg = <0x01f00c00 0x400>; 868 + interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>; 869 + }; 870 + 862 871 r_ccu: clock@1f01400 { 863 872 compatible = "allwinner,sun8i-h3-r-ccu"; 864 873 reg = <0x01f01400 0x100>;