From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 20 May 2021 17:08:01 +0200 Subject: [PATCH 4/6] ARM: dts: imxrt1050: add usbotg1, usbphy1 and usbmisc nodes In-Reply-To: <20210520141018.2972320-5-giulio.benetti@benettiengineering.com> References: <20210520141018.2972320-1-giulio.benetti@benettiengineering.com> <20210520141018.2972320-5-giulio.benetti@benettiengineering.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 5/20/21 4:10 PM, Giulio Benetti wrote: [...] > @@ -165,5 +166,31 @@ > clocks = <&osc>; > status = "disabled"; > }; > + > + usbphy1: usbphy at 400d9000 { > + compatible = "fsl,imxrt-usbphy"; Is there a PHY driver which can match on this compatible ? > + reg = <0x400d9000 0x1000>; > + interrupts = ; > + }; > + > + usbmisc: usbmisc at 402e0800 { > + #index-cells = <1>; > + compatible = "fsl,imxrt-usbmisc"; > + reg = <0x402e0800 0x200>; > + clocks = <&clks IMXRT1050_CLK_USBOH3>; > + }; > + > + usbotg1: usb at 402e0000 { > + compatible = "fsl,imxrt-usb", "fsl,imx27-usb"; > + reg = <0x402e0000 0x200>; > + interrupts = ; > + clocks = <&clks IMXRT1050_CLK_USBOH3>; > + fsl,usbphy = <&usbphy1>; Use phys = <...> .