[PATCHv2 14/36] dts: P3041: Add ESPI DT nodes

Zhiqiang Hou Zhiqiang.Hou at nxp.com
Tue Jun 2 15:35:10 CEST 2020


From: Xiaowei Bao <xiaowei.bao at nxp.com>

Add ESPI controller DT node for P3041.

Signed-off-by: Xiaowei Bao <xiaowei.bao at nxp.com>
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
---
V2:
 - Rebase the patch, no change intended.

 arch/powerpc/dts/p3041.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/powerpc/dts/p3041.dtsi b/arch/powerpc/dts/p3041.dtsi
index 3152683b84..f6a50aaaae 100644
--- a/arch/powerpc/dts/p3041.dtsi
+++ b/arch/powerpc/dts/p3041.dtsi
@@ -40,6 +40,15 @@
 			reg = <3>;
 			fsl,portid-mapping = <0x10000000>;
 		};
+
+		espi0: spi at 110000 {
+			compatible = "fsl,mpc8536-espi";
+			#address-cells = <1>;
+			#size-cells = <0>;
+			reg = <0x110000 0x1000>;
+			fsl,espi-num-chipselects = <4>;
+			status = "disabled";
+		};
 	};
 
 	soc: soc at ffe000000 {
-- 
2.17.1



More information about the U-Boot mailing list