From 65d7a27150b5253c18b05424c272a22430727835 Mon Sep 17 00:00:00 2001 From: Ran Wang Date: Thu, 12 Dec 2019 17:30:51 +0800 Subject: [PATCH] arch: powerpc: add usb node in p3041 dts Signed-off-by: Ran Wang Reviewed-by: Priyanka Jain --- arch/powerpc/dts/p3041.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/powerpc/dts/p3041.dtsi b/arch/powerpc/dts/p3041.dtsi index e873db2a36..6736d00035 100644 --- a/arch/powerpc/dts/p3041.dtsi +++ b/arch/powerpc/dts/p3041.dtsi @@ -60,6 +60,18 @@ clock-frequency = <0x0>; }; + usb0: usb@fe210000 { + compatible = "fsl-usb2-mph"; + reg = <0x210000 0x1000>; + phy_type = "utmi"; + }; + + usb1: usb@fe211000 { + compatible = "fsl-usb2-dr"; + reg = <0x211000 0x1000>; + phy_type = "utmi"; + }; + sata: sata@220000 { compatible = "fsl,pq-sata-v2"; reg = <0x220000 0x1000>; -- 2.39.5