[PATCH 09/11] powerpc: dts: t1042: add QorIQ DPAA 1 FMan v3 nodes
Camelia Groza
camelia.groza at oss.nxp.com
Fri Apr 9 16:23:15 CEST 2021
From: Camelia Groza <camelia.groza at nxp.com>
Add the QorIQ DPAA 1 FMan v3 device tree nodes for the T1042 SoC.
The device tree nodes are copied over with little modification
from the Linux kernel source code.
Signed-off-by: Camelia Groza <camelia.groza at nxp.com>
---
arch/powerpc/dts/t1042si-post.dtsi | 46 ++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
create mode 100644 arch/powerpc/dts/t1042si-post.dtsi
diff --git a/arch/powerpc/dts/t1042si-post.dtsi b/arch/powerpc/dts/t1042si-post.dtsi
new file mode 100644
index 000000000000..5c60944e607b
--- /dev/null
+++ b/arch/powerpc/dts/t1042si-post.dtsi
@@ -0,0 +1,46 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
+/*
+ * T1042 Silicon/SoC Device Tree Source (post include)
+ *
+ * Copyright 2013 - 2014 Freescale Semiconductor Inc.
+ * Copyright 2021 NXP
+ *
+ */
+&soc {
+/include/ "qoriq-clockgen2.dtsi"
+/include/ "qoriq-gpio-0.dtsi"
+/include/ "qoriq-gpio-1.dtsi"
+/include/ "qoriq-gpio-2.dtsi"
+/include/ "qoriq-gpio-3.dtsi"
+
+/include/ "qoriq-fman3l-0.dtsi"
+/include/ "qoriq-fman3-0-1g-0.dtsi"
+/include/ "qoriq-fman3-0-1g-1.dtsi"
+/include/ "qoriq-fman3-0-1g-2.dtsi"
+/include/ "qoriq-fman3-0-1g-3.dtsi"
+/include/ "qoriq-fman3-0-1g-4.dtsi"
+ fman at 400000 {
+ enet0: ethernet at e0000 {
+ };
+
+ enet1: ethernet at e2000 {
+ };
+
+ enet2: ethernet at e4000 {
+ };
+
+ enet3: ethernet at e6000 {
+ };
+
+ enet4: ethernet at e8000 {
+ };
+
+ mdio at fc000 {
+ interrupts = <100 1 0 0>;
+ };
+
+ mdio at fd000 {
+ status = "disabled";
+ };
+ };
+};
--
2.17.1
More information about the U-Boot
mailing list