From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiaowei Bao Date: Sat, 26 Oct 2019 19:24:51 +0800 Subject: [U-Boot] [PATCH 22/29] dts: T104x: Add ESPI DT nodes In-Reply-To: <20191026112458.35241-1-xiaowei.bao@nxp.com> References: <20191026112458.35241-1-xiaowei.bao@nxp.com> Message-ID: <20191026112458.35241-23-xiaowei.bao@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Add ESPI controller DT node for T104x. Signed-off-by: Xiaowei Bao --- 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