[U-Boot] [PATCH 04/29] dts: P2020: Add ESPI DT nodes

Xiaowei Bao xiaowei.bao at nxp.com
Sat Oct 26 11:24:33 UTC 2019


Add ESPI controller DT node for P2020.

Signed-off-by: Xiaowei Bao <xiaowei.bao at nxp.com>
---
 arch/powerpc/dts/p2020-post.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/powerpc/dts/p2020-post.dtsi b/arch/powerpc/dts/p2020-post.dtsi
index f696f35..a169340 100644
--- a/arch/powerpc/dts/p2020-post.dtsi
+++ b/arch/powerpc/dts/p2020-post.dtsi
@@ -24,6 +24,15 @@
 		single-cpu-affinity;
 		last-interrupt-source = <255>;
 	};
+
+	espi0: spi at 7000 {
+		compatible = "fsl,mpc8536-espi";
+		#address-cells = <1>;
+		#size-cells = <0>;
+		reg = <0x7000 0x1000>;
+		fsl,espi-num-chipselects = <4>;
+		status = "disabled";
+	};
 };
 
 /* PCIe controller base address 0x8000 */
-- 
2.9.5



More information about the U-Boot mailing list