diff mbox series

[PATCHv3,31/36] dts: T4240: Add ESPI DT nodes

Message ID 20200604151705.7582-32-Zhiqiang.Hou@nxp.com
State New
Headers show
Series spi: fsl-espi: Convert eSPI driver to DM | expand

Commit Message

Zhiqiang Hou June 4, 2020, 3:17 p.m. UTC
From: Xiaowei Bao <xiaowei.bao at nxp.com>

Add ESPI controller DT node for T4240.

Signed-off-by: Xiaowei Bao <xiaowei.bao at nxp.com>
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
---
V3:
 - Move the eSPI DT node back to path /soc, in v2 the patch command put
   the eSPI node to the path /cpus by mistake.

 arch/powerpc/dts/t4240.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)
diff mbox series

Patch

diff --git a/arch/powerpc/dts/t4240.dtsi b/arch/powerpc/dts/t4240.dtsi
index 9b5902fe9e..498da4f795 100644
--- a/arch/powerpc/dts/t4240.dtsi
+++ b/arch/powerpc/dts/t4240.dtsi
@@ -99,6 +99,15 @@ 
 			clock-frequency = <0x0>;
 		};
 
+		espi0: spi at 110000 {
+			compatible = "fsl,mpc8536-espi";
+			#address-cells = <1>;
+			#size-cells = <0>;
+			reg = <0x110000 0x1000>;
+			fsl,espi-num-chipselects = <4>;
+			status = "disabled";
+		};
+
 		usb at 210000 {
 			compatible = "fsl-usb2-mph";
 			reg = <0x210000 0x1000>;