summaryrefslogtreecommitdiff
path: root/arch/powerpc/dts/qoriq-qman3.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/dts/qoriq-qman3.dtsi')
-rw-r--r--arch/powerpc/dts/qoriq-qman3.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/powerpc/dts/qoriq-qman3.dtsi b/arch/powerpc/dts/qoriq-qman3.dtsi
new file mode 100644
index 0000000000..b1f8a777a2
--- /dev/null
+++ b/arch/powerpc/dts/qoriq-qman3.dtsi
@@ -0,0 +1,14 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+/*
+ * QorIQ QMan rev3 device tree stub [ controller @ offset 0x318000 ]
+ *
+ * Copyright 2014 Freescale Semiconductor Inc.
+ */
+
+qman: qman@318000 {
+ compatible = "fsl,qman";
+ reg = <0x318000 0x2000>;
+ interrupts = <16 2 1 3>;
+ fsl,qman-portals = <&qportals>;
+ memory-region = <&qman_fqd &qman_pfdr>;
+};