mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-04 22:01:37 +00:00
dts: P1010: Add eSPI controller DT node
Add eSPI controller DT node for P1010. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
194ececc3d
commit
04b3821b81
1 changed files with 10 additions and 0 deletions
|
@ -23,6 +23,16 @@
|
|||
single-cpu-affinity;
|
||||
last-interrupt-source = <255>;
|
||||
};
|
||||
|
||||
espi0: spi@7000 {
|
||||
compatible = "fsl,mpc8536-espi";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0x7000 0x1000>;
|
||||
fsl,espi-num-chipselects = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
/include/ "pq3-i2c-0.dtsi"
|
||||
/include/ "pq3-i2c-1.dtsi"
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue