Set up the right clock frequency for serial consoles

This commit is contained in:
Martin Kennedy 2021-02-10 16:24:15 +00:00
parent 796917cb6e
commit dc24dcbe61

View File

@ -699,7 +699,7 @@
uart0: serial@1180000000800 {
compatible = "cavium,octeon-3860-uart","ns16550";
reg = <0x11800 0x00000800 0x0 0x400>;
clock-frequency = <0>;
clock-frequency = <400000000>;
current-speed = <115200>;
reg-shift = <3>;
interrupts = <0 34>;
@ -708,7 +708,7 @@
uart1: serial@1180000000c00 {
compatible = "cavium,octeon-3860-uart","ns16550";
reg = <0x11800 0x00000c00 0x0 0x400>;
clock-frequency = <0>;
clock-frequency = <400000000>;
current-speed = <115200>;
reg-shift = <3>;
interrupts = <0 35>;