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/t4240.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/t4240.dtsi')
-rw-r--r-- | arch/powerpc/dts/t4240.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/powerpc/dts/t4240.dtsi b/arch/powerpc/dts/t4240.dtsi index 5170083b5b..43f98cd9e1 100644 --- a/arch/powerpc/dts/t4240.dtsi +++ b/arch/powerpc/dts/t4240.dtsi @@ -99,6 +99,18 @@ clock-frequency = <0x0>; }; + usb@210000 { + compatible = "fsl-usb2-mph"; + reg = <0x210000 0x1000>; + phy_type = "utmi"; + }; + + usb@211000 { + compatible = "fsl-usb2-dr"; + reg = <0x211000 0x1000>; + phy_type = "utmi"; + }; + sata: sata@220000 { compatible = "fsl,pq-sata-v2"; reg = <0x220000 0x1000>; |