1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/iommu/allwinner,sun50i-h6-iommu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner H6 IOMMU Device Tree Bindings
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
17 The content of the cell is the master ID.
20 const: allwinner,sun50i-h6-iommu
42 additionalProperties: false
46 #include <dt-bindings/interrupt-controller/arm-gic.h>
47 #include <dt-bindings/interrupt-controller/irq.h>
49 #include <dt-bindings/clock/sun50i-h6-ccu.h>
50 #include <dt-bindings/reset/sun50i-h6-ccu.h>
52 iommu: iommu@30f0000 {
53 compatible = "allwinner,sun50i-h6-iommu";
54 reg = <0x030f0000 0x10000>;
55 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
56 clocks = <&ccu CLK_BUS_IOMMU>;
57 resets = <&ccu RST_BUS_IOMMU>;