Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp4528217imm; Sat, 21 Jul 2018 23:01:12 -0700 (PDT) X-Google-Smtp-Source: AAOMgpePxTmmkaoIsnaPjeSLVTZR3JXB7PRVkswrCxWk8XrRpvWiLAE/bh/2Ot6fy1G+WX0LAOHr X-Received: by 2002:a62:571b:: with SMTP id l27-v6mr8388959pfb.29.1532239272586; Sat, 21 Jul 2018 23:01:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532239272; cv=none; d=google.com; s=arc-20160816; b=S7tRtrPN3KD91R4j8bSQb/16W0r6/Fqi3MYdWrbrMAnmfYeo5WWbaSF3U6+CTqyUMi ERbiFtV9kq78IBgi1xaJ2FHnHVKDr2n4xN/OfkRV3EZCeWfDkC0OIRS8NHEBlZL8nRB3 0OMvDGJni4NiAK8Y2QuV85w3WIi1ZIrjRqodDaCSiAHc8R651zcymnxsjmWD46B6SIcu i7lUnNr485dIB039YnbJ296GfNb/IcdOzMgD4WyMQ6z8TmTZRp0N0erLiewQFqewjFnO VgeeI1wBT8YQP4H22FG/sFcEYeGFlPEUbhgR+m2CnsfUEmYWfX7l54Vj9hSdOEQNHiY2 snEw== 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:arc-authentication-results; bh=ay1NmXMuW41Dfya/oPTHO7c4NK0q95F4CXgWsj+bDOw=; b=PtLwju5ujJecyFP+e8zlSqzH6t3N8poG7gEKE8zAXcBJVgKsqZlbbi+++tjM5Alg7b K0qU6iwbf3itajLXE1SFpcBOYDgBLESeJvObw0+dGXLPiYQlBY3oFIvRGQcJ8i7Uaye0 U43nNSV1/mT8jfJop11eI4cy1D7zfeRvEtjQuJ9JB8mwo/81rYSoIsWEGe2EoewSYs63 sSgiSJENlp5o6WhYFi1HrndhV+mNFFXg/WdVbpaJKUydPwHsoqMYqk+i3dS6YMqWipCe gJ+BxqDYDgBlP17JHlRdqqas80k6rFDelo/6OBFj22LBLUSnStsATw39pkWFMacgrWqS BNQQ== 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 k38-v6si5842536pgm.335.2018.07.21.23.00.57; Sat, 21 Jul 2018 23:01:12 -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 S1728248AbeGVGye (ORCPT + 99 others); Sun, 22 Jul 2018 02:54:34 -0400 Received: from hermes.aosc.io ([199.195.250.187]:45435 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727764AbeGVGye (ORCPT ); Sun, 22 Jul 2018 02:54:34 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 5A9B19F54C; Sun, 22 Jul 2018 05:58:59 +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 v3 3/9] arm64: allwinner: dts: h6: add USB2-related device nodes Date: Sun, 22 Jul 2018 13:57:33 +0800 Message-Id: <20180722055739.26464-4-icenowy@aosc.io> In-Reply-To: <20180722055739.26464-1-icenowy@aosc.io> References: <20180722055739.26464-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 --- 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 cfa5fffcf62b..454844e8b063 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi @@ -235,6 +235,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