Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
ROCKCHIP rk32 IOMMU H/W

Required properties:
- compatible : "iommu,iep_mmu"
- reg : Should contain address and length for each
  of the IOMMU register blocks.
- interrupts : Should contain irq type,irq no,and level type 

Example:
	iep_mmu {
		dbgname = "iep";
		compatible = "iommu,iep_mmu";
		reg = <0xff900800 0x100>;
		interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "iep_mmu";
	};