Lines Matching +full:disable +full:- +full:mmu +full:- +full:reset
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Heiko Stuebner <[email protected]>
23 - enum:
24 - rockchip,iommu
25 - rockchip,rk3568-iommu
26 - items:
27 - enum:
28 - rockchip,rk3576-iommu
29 - rockchip,rk3588-iommu
30 - const: rockchip,rk3568-iommu
34 - description: configuration registers for MMU instance 0
35 - description: configuration registers for MMU instance 1
40 - description: interruption for MMU instance 0
41 - description: interruption for MMU instance 1
46 - description: Core clock
47 - description: Interface clock
49 clock-names:
51 - const: aclk
52 - const: iface
54 "#iommu-cells":
57 power-domains:
60 rockchip,disable-mmu-reset:
63 Do not use the mmu reset operation.
64 Some mmu instances may produce unexpected results
65 when the reset operation is used.
68 - compatible
69 - reg
70 - interrupts
71 - clocks
72 - clock-names
73 - "#iommu-cells"
78 - |
79 #include <dt-bindings/clock/rk3399-cru.h>
80 #include <dt-bindings/interrupt-controller/arm-gic.h>
87 clock-names = "aclk", "iface";
88 #iommu-cells = <0>;