summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/dts/qoriq-qman3.dtsi
diff options
context:
space:
mode:
authorNiel Fourie <lusus@denx.de>2021-01-21 13:19:18 +0100
committerPriyanka Jain <priyanka.jain@nxp.com>2021-02-08 14:01:17 +0530
commitc1a215b455c436532392edf9bde0ff853718b9a1 (patch)
tree65bb9521496bba1d2f9c8f6dc38bc34c0fed0925 /arch/powerpc/dts/qoriq-qman3.dtsi
parente081d9441e070f781e6a5bd693ce9a6a5a21aba7 (diff)
downloadu-boot-c1a215b455c436532392edf9bde0ff853718b9a1.tar.gz
u-boot-c1a215b455c436532392edf9bde0ff853718b9a1.tar.xz
u-boot-c1a215b455c436532392edf9bde0ff853718b9a1.zip
PowerPC: dts: Pulled in kmcent2 dts files from Linux 5.10
Pulled in the kmcent2.dts and all its dependents from Linux 5.10, commit 2c85ebc57b3e upstream. Replaced the license text with SPDX License Identifiers. Signed-off-by: Niel Fourie <lusus@denx.de> Cc: Holger Brunck <holger.brunck@hitachi-powergrids.com> Cc: Heiko Schocher <hs@denx.de> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
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>;
+};