From: Xiaowei Bao Date: Mon, 21 Sep 2020 06:46:50 +0000 (+0530) Subject: dts: P2041RDB: Add ESPI slave device node X-Git-Tag: v2025.01-rc5-pxa1908~2192^2~12^2~54 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/%7B%7B%20%24style.Permalink%20%7D%7D?a=commitdiff_plain;h=8cbfaf6ce91fa297df43a7d3af82c4a79abb021d;p=u-boot.git dts: P2041RDB: Add ESPI slave device node Add ESPI slave node for P2041RDB. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang [Rebased] Signed-off-by: Priyanka Jain --- diff --git a/arch/powerpc/dts/p2041rdb.dts b/arch/powerpc/dts/p2041rdb.dts index 9d59f9c833..0fa1f09852 100644 --- a/arch/powerpc/dts/p2041rdb.dts +++ b/arch/powerpc/dts/p2041rdb.dts @@ -26,6 +26,7 @@ phy_sgmii_1e = &phy_sgmii_1e; phy_sgmii_1f = &phy_sgmii_1f; phy_xgmii_2 = &phy_xgmii_2; + spi0 = &espi0; }; soc: soc@ffe000000 { @@ -111,4 +112,16 @@ }; }; +&espi0 { + status = "okay"; + flash@0 { + compatible = "jedec,spi-nor"; + #address-cells = <1>; + #size-cells = <1>; + reg = <0>; + /* input clock */ + spi-max-frequency = <10000000>; + }; +}; + /include/ "p2041si-post.dtsi"