Lines Matching +full:rk3588 +full:- +full:cru
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Heiko Stuebner <heiko@sntech.de>
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:
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>
86 clocks = <&cru ACLK_VOP1>, <&cru HCLK_VOP1>;
87 clock-names = "aclk", "iface";
88 #iommu-cells = <0>;