>-----Original Message----- >From: Camelia Alexandra Groza (OSS) <[email protected]> >Sent: Friday, April 9, 2021 7:53 PM >To: [email protected]; Priyanka Jain <[email protected]>; [email protected]; >Shengzhou Liu <[email protected]>; Z.q. Hou <[email protected]> >Cc: Madalin Bucur (OSS) <[email protected]>; Camelia Alexandra >Groza <[email protected]> >Subject: [PATCH 01/11] powerpc: dts: t2080: add QorIQ DPAA 1 FMan v3 nodes > >From: Camelia Groza <[email protected]> > >Add the QorIQ DPAA 1 FMan v3 device tree nodes for the T2080 SoC. >The device tree nodes are copied over with little modification from the Linux >kernel source code. > >Signed-off-by: Camelia Groza <[email protected]> >--- > arch/powerpc/dts/t2080si-post.dtsi | 51 ++++++++++++++++++++++++++++++ > 1 file changed, 51 insertions(+) > create mode 100644 arch/powerpc/dts/t2080si-post.dtsi > >diff --git a/arch/powerpc/dts/t2080si-post.dtsi b/arch/powerpc/dts/t2080si- >post.dtsi >new file mode 100644 >index 000000000000..d8ef579cb7c0 >--- /dev/null >+++ b/arch/powerpc/dts/t2080si-post.dtsi >@@ -0,0 +1,51 @@ >+// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) >+/* >+ * T2080 Silicon/SoC Device Tree Source (post include) >+ * >+ * Copyright 2013 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-fman3-0.dtsi" >+/include/ "qoriq-fman3-0-10g-0-best-effort.dtsi" >+/include/ "qoriq-fman3-0-10g-1-best-effort.dtsi" >+/include/ "qoriq-fman3-0-1g-2.dtsi" >+/include/ "qoriq-fman3-0-1g-3.dtsi" >+/include/ "qoriq-fman3-0-10g-0.dtsi" >+/include/ "qoriq-fman3-0-10g-1.dtsi" >+ fman@400000 { >+ enet0: ethernet@e0000 { >+ }; >+ >+ enet1: ethernet@e2000 { >+ }; >+ >+ enet2: ethernet@e4000 { >+ }; >+ >+ enet3: ethernet@e6000 { >+ }; >+ >+ enet6: ethernet@f0000 { >+ }; >+ >+ enet7: ethernet@f2000 { >+ }; >+ >+ mdio@fc000 { >+ interrupts = <100 1 0 0>; >+ }; >+ >+ mdio@fd000 { >+ interrupts = <101 1 0 0>; >+ }; >+ }; >+}; >-- >2.17.1
Kindly check build failure of T1042D4RDB_SECURE_BOOT board with this series Details at https://dev.azure.com/u-boot/a1096300-2999-4ec4-a21a-4c22075e3771/_apis/build/builds/2112/logs/595 Regards Priyanka

