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

Commit 0baa64d8 authored by Vladimir Barinov's avatar Vladimir Barinov Committed by Simon Horman
Browse files

arm64: dts: h3ulcb: enable USB2 PHY of channel 1



This supports USB2 PHY channel #1 on H3ULCB board

Signed-off-by: default avatarVladimir Barinov <vladimir.barinov@cogentembedded.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 4bdb25d0
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -64,6 +64,11 @@
		groups = "avb_mdc";
		groups = "avb_mdc";
		function = "avb";
		function = "avb";
	};
	};

	usb1_pins: usb1 {
		groups = "usb1";
		function = "usb1";
	};
};
};


&scif2 {
&scif2 {
@@ -115,3 +120,10 @@
		interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
		interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
	};
	};
};
};

&usb2_phy1 {
	pinctrl-0 = <&usb1_pins>;
	pinctrl-names = "default";

	status = "okay";
};