Lines Matching +full:clock +full:- +full:master
5 its master device. Each slave device is bound to a single master device, and
9 - compatible : Should be "rockchip,iommu"
10 - reg : Address space for the configuration registers
11 - interrupts : Interrupt specifier for the IOMMU instance
12 - interrupt-names : Interrupt name for the IOMMU instance
13 - #iommu-cells : Should be <0>. This indicates the iommu is a
14 "single-master" device, and needs no additional information
15 to associate with its master device. See:
17 - clocks : A list of clocks required for the IOMMU to be accessible by
19 - clock-names : Should contain the following:
20 "iface" - Main peripheral bus clock (PCLK/HCL) (required)
21 "aclk" - AXI bus clock (required)
24 - rockchip,disable-mmu-reset : Don't use the mmu reset operation.
34 interrupt-names = "vopl_mmu";
36 clock-names = "aclk", "iface";
37 #iommu-cells = <0>;