dts: P5040DS: Add ESPI slave device node
Add ESPI slave node for P5040DS. Signed-off-by: Xiaowei Bao <xiaowei.bao@nxp.com> Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> [Rebased] Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
8d45082c46
commit
68de1ccc00
1 changed files with 13 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue