diff mbox series

[U-Boot,27/29] dts: T4240: Add ESPI DT nodes

Message ID 20191026112458.35241-28-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 T4240.

Signed-off-by: Xiaowei Bao <xiaowei.bao@nxp.com>
---
 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 fc34974..1158a92 100644
--- a/arch/powerpc/dts/t4240.dtsi
+++ b/arch/powerpc/dts/t4240.dtsi
@@ -98,6 +98,15 @@ 
 			device_type = "open-pic";
 			clock-frequency = <0x0>;
 		};
+
+		espi0: spi@110000 {
+			compatible = "fsl,mpc8536-espi";
+			#address-cells = <1>;
+			#size-cells = <0>;
+			reg = <0x110000 0x1000>;
+			fsl,espi-num-chipselects = <4>;
+			status = "disabled";
+		};
 	};
 
 	pcie@ffe240000 {