diff options
| author | Xiaowei Bao <[email protected]> | 2020-09-21 12:41:17 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-09-24 08:27:44 -0400 |
| commit | 68de1ccc001d381eaa10da787657d08e58dc5512 (patch) | |
| tree | 9ff5a1de537a58f39929257582c5525fa7237af0 | |
| parent | 8d45082c46695b9d9da6ad32b5c8e8ed22cf506b (diff) | |
dts: P5040DS: Add ESPI slave device node
Add ESPI slave node for P5040DS.
Signed-off-by: Xiaowei Bao <[email protected]>
Signed-off-by: Hou Zhiqiang <[email protected]>
[Rebased]
Signed-off-by: Priyanka Jain <[email protected]>
| -rw-r--r-- | arch/powerpc/dts/p5040ds.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/powerpc/dts/p5040ds.dts b/arch/powerpc/dts/p5040ds.dts index 6ebc801a451..c2ec765d3e4 100644 --- a/arch/powerpc/dts/p5040ds.dts +++ b/arch/powerpc/dts/p5040ds.dts @@ -39,6 +39,7 @@ hydra_sg_slot6 = &hydra_sg_slot6; hydra_xg_slot1 = &hydra_xg_slot1; hydra_xg_slot2 = &hydra_xg_slot2; + spi0 = &espi0; }; soc: soc@ffe000000 { @@ -265,4 +266,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/ "p5040si-post.dtsi" |
