diff options
author | Tom Rini <trini@konsulko.com> | 2019-12-24 08:18:19 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-24 08:18:19 -0500 |
commit | 87f69f467a8335b171c71bf217d2625d515acd7c (patch) | |
tree | c46abf4bb357aa10d2d9a075ea7df63cbc2579aa /arch/powerpc/dts/p2020-post.dtsi | |
parent | c0912f9bbfb26dd03d189953678691b799d35b6e (diff) | |
parent | 4466b99703197c6258aded7728eed7c292343a43 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx into next
- Enable DM driver on ppc/km boards
- Enable DM_USB for some of NXP powerpc platforms: P5040, T4240, T208x,
T104x, P4080, P2041, P2020, P1020, P3041
- Some updates in mpc85xx-ddr driver, km boards
Diffstat (limited to 'arch/powerpc/dts/p2020-post.dtsi')
-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 c07ed66726..5bbd5c5468 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>; |