diff options
| author | Ran Wang <[email protected]> | 2019-12-12 17:30:55 +0800 |
|---|---|---|
| committer | Priyanka Jain <[email protected]> | 2019-12-23 14:08:27 +0530 |
| commit | b614af99db078831925c751c5aa2051bd11b973d (patch) | |
| tree | 576c057c04a0eae33e0f329133d0985a3b89373d | |
| parent | 05141ac3bc8c2ec83b549402912fb92be34edb1c (diff) | |
arch: powerpc: add usb node to p2020 dts
Signed-off-by: Ran Wang <[email protected]>
Reviewed-by: Priyanka Jain <[email protected]>
| -rw-r--r-- | arch/powerpc/dts/p2020-post.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/dts/p2020-post.dtsi b/arch/powerpc/dts/p2020-post.dtsi index c07ed667263..5bbd5c54681 100644 --- a/arch/powerpc/dts/p2020-post.dtsi +++ b/arch/powerpc/dts/p2020-post.dtsi @@ -13,6 +13,12 @@ compatible = "fsl,p2020-immr", "simple-bus"; bus-frequency = <0x0>; + usb@22000 { + compatible = "fsl-usb2-dr"; + reg = <0x22000 0x1000>; + phy_type = "ulpi"; + }; + mpic: pic@40000 { interrupt-controller; #address-cells = <0>; |
