Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 779ec2a6 authored by Raviteja Garimella's avatar Raviteja Garimella Committed by Florian Fainelli
Browse files

arm64: dts: NS2: Add USB DRD PHY device tree node



This patch adds device tree node for USB Dual Role Device PHY for
Broadcom's Northstar2 SoC.

Signed-off-by: default avatarRaviteja Garimella <raviteja.garimella@broadcom.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 552df263
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -460,6 +460,20 @@
			};
		};

		usbdrd_phy: phy@66000960 {
			#phy-cells = <0>;
			compatible = "brcm,ns2-drd-phy";
			reg = <0x66000960 0x24>,
			      <0x67012800 0x4>,
			      <0x6501d148 0x4>,
			      <0x664d0700 0x4>;
			reg-names = "icfg", "rst-ctrl",
				    "crmu-ctrl", "usb2-strap";
			id-gpios = <&gpio_g 30 0>;
			vbus-gpios = <&gpio_g 31 0>;
			status = "disabled";
		};

		pwm: pwm@66010000 {
			compatible = "brcm,iproc-pwm";
			reg = <0x66010000 0x28>;