From: Chuanhua Han Date: Thu, 4 Jun 2020 15:16:31 +0000 (+0800) Subject: powerpc: dts: t2080: add espi controller node support X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=76eb66d80a58c8914887efcf3412c37286295de2;p=u-boot.git powerpc: dts: t2080: add espi controller node support Add espi controller node to support t2080. Signed-off-by: Chuanhua Han Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang Reviewed-by: Priyanka Jain --- 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@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@210000 { compatible = "fsl-usb2-mph"; reg = <0x210000 0x1000>;