diff mbox series

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

Message ID 20191026112458.35241-5-xiaowei.bao@nxp.com
State Superseded
Delegated to: Priyanka Jain
Headers show
Series Add the SPI DM support for PPC | expand

Commit Message

Xiaowei Bao Oct. 26, 2019, 11:24 a.m. UTC
Add ESPI controller DT node for P2020.

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

Patch

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@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 */