diff options
| author | Xiaowei Bao <[email protected]> | 2020-06-04 23:16:40 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-09-24 08:27:44 -0400 |
| commit | d4d4a3ae719365b3a0c2bd6da9e6e7646ac359b5 (patch) | |
| tree | 0e2f20e7a720b436f0ef3f6050ab6d085ea2081e | |
| parent | 277507369d9bc364158021b0cdd0f0af9be510f4 (diff) | |
dts: P2041: Add ESPI DT nodes
Add ESPI controller DT node for P2041.
Signed-off-by: Xiaowei Bao <[email protected]>
Signed-off-by: Hou Zhiqiang <[email protected]>
Reviewed-by: Priyanka Jain <[email protected]>
| -rw-r--r-- | arch/powerpc/dts/p2041.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/dts/p2041.dtsi b/arch/powerpc/dts/p2041.dtsi index 95931e299d8..ad09b138fc8 100644 --- a/arch/powerpc/dts/p2041.dtsi +++ b/arch/powerpc/dts/p2041.dtsi @@ -60,6 +60,15 @@ clock-frequency = <0x0>; }; + espi0: spi@110000 { + compatible = "fsl,mpc8536-espi"; + #address-cells = <1>; + #size-cells = <0>; + reg = <0x110000 0x1000>; + fsl,espi-num-chipselects = <4>; + status = "disabled"; + }; + usb0: usb@210000 { compatible = "fsl-usb2-mph"; reg = <0x210000 0x1000>; |
