diff options
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 5170083b5b0..43f98cd9e16 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>; | 
