[U-Boot] [PATCH 19/29] dts: T102x: Add ESPI DT nodes

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


Add ESPI controller DT node for T102x.

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

diff --git a/arch/powerpc/dts/t102x.dtsi b/arch/powerpc/dts/t102x.dtsi
index c49fd21..8f339f6 100644
--- a/arch/powerpc/dts/t102x.dtsi
+++ b/arch/powerpc/dts/t102x.dtsi
@@ -48,6 +48,15 @@
 			device_type = "open-pic";
 			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";
+		};
 	};
 
 	pcie at ffe240000 {
-- 
2.9.5



More information about the U-Boot mailing list