[PATCHv2 02/36] powerpc: dts: t2080: add espi controller node support
Zhiqiang Hou
Zhiqiang.Hou at nxp.com
Tue Jun 2 15:34:58 CEST 2020
From: Chuanhua Han <chuanhua.han at nxp.com>
Add espi controller node to support t2080.
Signed-off-by: Chuanhua Han <chuanhua.han at nxp.com>
Signed-off-by: Xiaowei Bao <xiaowei.bao at nxp.com>
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
---
V2:
- Rebase the patch, no change intended.
arch/powerpc/dts/t2080.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/powerpc/dts/t2080.dtsi b/arch/powerpc/dts/t2080.dtsi
index a9e9b404f6..7e446b18df 100644
--- a/arch/powerpc/dts/t2080.dtsi
+++ b/arch/powerpc/dts/t2080.dtsi
@@ -69,6 +69,16 @@
voltage-ranges = <1800 1800 3300 3300>;
};
+ espi0: spi at 110000 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "fsl,mpc8536-espi";
+ reg = <0x110000 0x1000>;
+ interrupts = <53 0x2 0 0>;
+ fsl,espi-num-chipselects = <4>;
+ status = "disabled";
+ };
+
usb0: usb at 210000 {
compatible = "fsl-usb2-mph";
reg = <0x210000 0x1000>;
--
2.17.1
More information about the U-Boot
mailing list