[U-Boot] [PATCH 22/29] dts: T104x: Add ESPI DT nodes
Xiaowei Bao
xiaowei.bao at nxp.com
Sat Oct 26 11:24:51 UTC 2019
Add ESPI controller DT node for T104x.
Signed-off-by: Xiaowei Bao <xiaowei.bao at nxp.com>
---
arch/powerpc/dts/t104x.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/powerpc/dts/t104x.dtsi b/arch/powerpc/dts/t104x.dtsi
index 5998967..4fd3601 100644
--- a/arch/powerpc/dts/t104x.dtsi
+++ b/arch/powerpc/dts/t104x.dtsi
@@ -58,6 +58,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