Commit 5c64e61b authored by Chris Brandt's avatar Chris Brandt Committed by Simon Horman

ARM: dts: rza2mevb: Add 48MHz USB clock

The RZ/A2M EVB has a 48MHz clock attached to USB_X1.
Signed-off-by: default avatarChris Brandt <chris.brandt@renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 283f881a
...@@ -58,6 +58,11 @@ &rtc_x1_clk { ...@@ -58,6 +58,11 @@ &rtc_x1_clk {
clock-frequency = <32768>; clock-frequency = <32768>;
}; };
/* USB_X1 */
&usb_x1_clk {
clock-frequency = <48000000>;
};
&pinctrl { &pinctrl {
/* Serial Console */ /* Serial Console */
scif4_pins: serial4 { scif4_pins: serial4 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment