dts: rt11xx: Update RT11xx SOC DTS with correct USB clock device
RT11xx USB PLLs source from 24MHz XTAL oscillator. Add this oscillator as a clock source for the usb dts entries for the RT11xx. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
29fd1826cb
commit
0f3431a993
|
@ -74,6 +74,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
xtal: xtal-osc {
|
||||
compatible = "fixed-clock";
|
||||
clock-frequency = <24000000>;
|
||||
#clock-cells = <0>;
|
||||
};
|
||||
|
||||
soc {
|
||||
flexspi: spi@400cc000 {
|
||||
compatible = "nxp,imx-flexspi";
|
||||
|
@ -704,6 +710,7 @@
|
|||
reg = <0x40430000 0x200>;
|
||||
interrupts = <136 1>;
|
||||
interrupt-names = "usb_otg";
|
||||
clocks = <&xtal>;
|
||||
num-bidir-endpoints = <8>;
|
||||
maximum-speed = "full-speed";
|
||||
status = "disabled";
|
||||
|
@ -715,6 +722,7 @@
|
|||
reg = <0x4042c000 0x200>;
|
||||
interrupts = <135 1>;
|
||||
interrupt-names = "usb_otg";
|
||||
clocks = <&xtal>;
|
||||
num-bidir-endpoints = <8>;
|
||||
maximum-speed = "full-speed";
|
||||
status = "disabled";
|
||||
|
|
Loading…
Reference in a new issue