Commit e98a61e7 authored by Mahesh Mahadevan's avatar Mahesh Mahadevan
Browse files

dts: MXRT1xxx: Update USB configuration



Increase the USB speed from Full speed to
High speed

Signed-off-by: default avatarMahesh Mahadevan <mahesh.mahadevan@nxp.com>
parent 7f86411e
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -60,6 +60,13 @@
		#clock-cells = <0>;
	};

	/* USB PLL (selected to be FLEXSPI clock source) will be left unchanged */
	usbclk: usbpll-clock {
		compatible = "fixed-clock";
		clock-frequency = <480000000>;
		#clock-cells = <0>;
	};

	soc {
		flexram: flexram@400b0000 {
			compatible = "nxp,imx-flexram";
@@ -733,9 +740,8 @@
			reg = <0x402E0000 0x200>;
			interrupts = <113 1>;
			interrupt-names = "usb_otg";
			clocks = <&sysclk>;
			clocks = <&usbclk>;
			num-bidir-endpoints = <8>;
			maximum-speed = "full-speed";
			usb-controller-index = "Ehci0";
			status = "disabled";
		};
@@ -745,9 +751,8 @@
			reg = <0x402E0200 0x200>;
			interrupts = <112 1>;
			interrupt-names = "usb_otg";
			clocks = <&sysclk>;
			clocks = <&usbclk>;
			num-bidir-endpoints = <8>;
			maximum-speed = "full-speed";
			usb-controller-index = "Ehci1";
			status = "disabled";
		};
+0 −2
Original line number Diff line number Diff line
@@ -737,7 +737,6 @@
			interrupt-names = "usb_otg";
			clocks = <&xtal>;
			num-bidir-endpoints = <8>;
			maximum-speed = "full-speed";
			usb-controller-index = "Ehci0";
			status = "disabled";
		};
@@ -749,7 +748,6 @@
			interrupt-names = "usb_otg";
			clocks = <&xtal>;
			num-bidir-endpoints = <8>;
			maximum-speed = "full-speed";
			usb-controller-index = "Ehci1";
			status = "disabled";
		};