Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp914244imm; Thu, 4 Oct 2018 05:32:25 -0700 (PDT) X-Google-Smtp-Source: ACcGV62OgPBw2h0XqicNRHHDuKIbIwY9Z1RxR8WcuguhGZjedN/lZ4MhVHg5hvCq0utZXhUjQChX X-Received: by 2002:a62:9586:: with SMTP id c6-v6mr6511752pfk.234.1538656345163; Thu, 04 Oct 2018 05:32:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538656345; cv=none; d=google.com; s=arc-20160816; b=CMY0hv800JZRnfgSD1tfCtMOaaSgKwy29csykNsZb69i/WgmhqpG0sOHw9PphsBnVY m0jorQFgstvsog4/OLvdZ9EzywU6DqO9CtjkDtMz4AaihOstLuh+zptVd/fBxEt/8JIG t/613u4PM3ZoAWEg6nG9s0WBpMMg735SNWmWx+Dln0+5aLk3Ro4EzgLJncvF8QZidakB he63QRi8l18SuBLOCUYKEoaD6JzDr2D8qysXttzIIlSLf34TXoQGtGnYxUI3HWAudKpE gNBYgQ3v1ImjXGzPITlZGt8TkvNoXtTMID1bL5E+KVOxvQDZzWF6D5hDS89jAGQ585GP CmqA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=aBHamWnAT/4T1ItmAZksurA1nWynR/WWfFGP7FnMFhA=; b=lD05U5fOEhoWoW6rxpAx00j5vTFEX5kedw+aLr6euo+Qj5OhjxMH1sK4EvD+YoZKgL EyCaGxzpnfj/B8/FM1yjBIPRAmmgRyn5ff261r0TQTmu4aPGPbCj/G7ehdW4OaSNMnd5 LnbB/+H+mSe0NcGsZ26RTHJ1Q9zgheBQEIU353B5kBQY8zoI/RA4a9zUKYCj5/KphpeJ qNR+0ovXynplS2q/uxYGnF/i2FcmTqcD0hCEZxCULromLdokm2Lf33nIaluCZJdFqS2w 4YfxZKF0Zx+m+SP4uepGglHPl0rnm7h9oAmXU3wzI81V66VXBNUG/HNVugNBrUjvxHli jgNA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q15-v6si3929143pgg.477.2018.10.04.05.32.09; Thu, 04 Oct 2018 05:32:25 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727788AbeJDTXU (ORCPT + 99 others); Thu, 4 Oct 2018 15:23:20 -0400 Received: from hermes.aosc.io ([199.195.250.187]:43993 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727483AbeJDTXU (ORCPT ); Thu, 4 Oct 2018 15:23:20 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id D7E4566839; Thu, 4 Oct 2018 12:30:12 +0000 (UTC) From: Icenowy Zheng To: Rob Herring , Maxime Ripard , Chen-Yu Tsai , Kishon Vijay Abraham I Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Icenowy Zheng Subject: [PATCH v4 04/10] arm64: allwinner: dts: h6: add USB2-related device nodes Date: Thu, 4 Oct 2018 20:28:49 +0800 Message-Id: <20181004122855.22981-5-icenowy@aosc.io> In-Reply-To: <20181004122855.22981-1-icenowy@aosc.io> References: <20181004122855.22981-1-icenowy@aosc.io> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Allwinner H6 has two USB2 ports, one OTG and one host-only. Add device tree nodes related to them. Signed-off-by: Icenowy Zheng Reviewed-by: Chen-Yu Tsai --- No changes in v4. Changes in v3: - Removed the wrongly introduced usb3phy node. - Added Chen-Yu's Review tag. arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 81 ++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi index 040828d2e2c0..3d60af6cb3ae 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi @@ -258,6 +258,87 @@ status = "disabled"; }; + usb2otg: usb@5100000 { + compatible = "allwinner,sun8i-a33-musb"; + reg = <0x05100000 0x0400>; + clocks = <&ccu CLK_BUS_OTG>; + resets = <&ccu RST_BUS_OTG>; + interrupts = ; + interrupt-names = "mc"; + phys = <&usb2phy 0>; + phy-names = "usb"; + extcon = <&usb2phy 0>; + status = "disabled"; + }; + + usb2phy: phy@5100400 { + compatible = "allwinner,sun50i-h6-usb-phy"; + reg = <0x05100400 0x14>, + <0x05101800 0x4>, + <0x05311800 0x4>; + reg-names = "phy_ctrl", + "pmu0", + "pmu3"; + clocks = <&ccu CLK_USB_PHY0>, + <&ccu CLK_USB_PHY3>; + clock-names = "usb0_phy", + "usb3_phy"; + resets = <&ccu RST_USB_PHY0>, + <&ccu RST_USB_PHY3>; + reset-names = "usb0_reset", + "usb3_reset"; + status = "disabled"; + #phy-cells = <1>; + }; + + ehci0: usb@5101000 { + compatible = "allwinner,sun50i-h6-ehci", "generic-ehci"; + reg = <0x05101000 0x100>; + interrupts = ; + clocks = <&ccu CLK_BUS_OHCI0>, + <&ccu CLK_BUS_EHCI0>, + <&ccu CLK_USB_OHCI0>; + resets = <&ccu RST_BUS_OHCI0>, + <&ccu RST_BUS_EHCI0>; + status = "disabled"; + }; + + ohci0: usb@5101400 { + compatible = "allwinner,sun50i-h6-ohci", "generic-ohci"; + reg = <0x05101400 0x100>; + interrupts = ; + clocks = <&ccu CLK_BUS_OHCI0>, + <&ccu CLK_USB_OHCI0>; + resets = <&ccu RST_BUS_OHCI0>; + status = "disabled"; + }; + + ehci3: usb@5311000 { + compatible = "allwinner,sun50i-h6-ehci", "generic-ehci"; + reg = <0x05311000 0x100>; + interrupts = ; + clocks = <&ccu CLK_BUS_OHCI3>, + <&ccu CLK_BUS_EHCI3>, + <&ccu CLK_USB_OHCI3>; + resets = <&ccu RST_BUS_OHCI3>, + <&ccu RST_BUS_EHCI3>; + phys = <&usb2phy 3>; + phy-names = "usb"; + status = "disabled"; + }; + + ohci3: usb@5311400 { + compatible = "allwinner,sun50i-h6-ohci", "generic-ohci"; + reg = <0x05311400 0x100>; + interrupts = ; + clocks = <&ccu CLK_BUS_OHCI3>, + <&ccu CLK_USB_OHCI3>; + resets = <&ccu RST_BUS_OHCI3>; + phys = <&usb2phy 3>; + phy-names = "usb"; + status = "disabled"; + }; + r_ccu: clock@7010000 { compatible = "allwinner,sun50i-h6-r-ccu"; reg = <0x07010000 0x400>; -- 2.18.0