Skip to content

Instantly share code, notes, and snippets.

@damex
Created October 13, 2020 07:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save damex/4c43aac363ecf2a8a379bd9fa60c6bf1 to your computer and use it in GitHub Desktop.
Save damex/4c43aac363ecf2a8a379bd9fa60c6bf1 to your computer and use it in GitHub Desktop.
uart0: serial@1180000000800 {
compatible = "cavium,octeon-3860-uart", "ns16550";
reg = <0x11800 0x800 0x0 0x400>;
reg-shift = <3>;
interrupts = <0 34>;
clock-frequency = <400000000>;
current-speed = <115200>;
};
uart1: serial@1180000000c00 {
compatible = "cavium,octeon-3860-uart", "ns16550";
reg = <0x11800 0xc00 0x0 0x400>;
reg-shift = <3>;
interrupts = <0 35>;
clock-frequency = <400000000>;
current-speed = <115200>;
};
serial@1180000000800 {
compatible = "cavium,octeon-3860-uart", "ns16550";
reg = <0x00011800 0x00000800 0x00000000 0x00000400>;
clock-frequency = <0x17d78400>;
current-speed = <0x0001c200>;
reg-shift = <0x00000003>;
interrupts = <0x00000000 0x00000022>;
};
serial@1180000000c00 {
compatible = "cavium,octeon-3860-uart", "ns16550";
reg = <0x00011800 0x00000c00 0x00000000 0x00000400>;
clock-frequency = <0x17d78400>;
current-speed = <0x0001c200>;
reg-shift = <0x00000003>;
interrupts = <0x00000000 0x00000023>;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment