5 - compatible: "brcm,bcm6345-uart"
7 - reg: The base address of the UART register bank.
9 - interrupts: A single interrupt specifier.
11 - clocks: Clock driving the hardware; used to figure out the baud rate
17 - clock-names: Should be "refclk".
21 uart0: serial@14e00520 {
22 compatible = "brcm,bcm6345-uart";
23 reg = <0x14e00520 0x18>;
24 interrupt-parent = <&periph_intc>;
26 clocks = <&periph_clk>;
27 clock-names = "refclk";
31 periph_clk: periph_clk@0 {
32 compatible = "fixed-clock";
34 clock-frequency = <54000000>;