diff options
author | Xiaowei Bao | 2020-06-04 23:16:52 +0800 |
---|---|---|
committer | Tom Rini | 2020-09-24 08:27:44 -0400 |
commit | 34b1c6a5f9e49023ee50f810f8cba2e67bb5c485 (patch) | |
tree | c96e9a9f604bb9a74540c123b7f0a4524949d1b8 /arch/powerpc/dts | |
parent | ff9227b6341febcc772c834eb9ea5ea0a2f2944e (diff) |
dts: T102x: Add ESPI DT nodes
Add ESPI controller DT node for T102x.
Signed-off-by: Xiaowei Bao <xiaowei.bao@nxp.com>
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'arch/powerpc/dts')
-rw-r--r-- | arch/powerpc/dts/t102x.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/dts/t102x.dtsi b/arch/powerpc/dts/t102x.dtsi index 521825d85a4..cf8962abe25 100644 --- a/arch/powerpc/dts/t102x.dtsi +++ b/arch/powerpc/dts/t102x.dtsi @@ -49,6 +49,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@210000 { compatible = "fsl-usb2-mph"; reg = <0x210000 0x1000>; |