|
@@ -11,6 +11,11 @@ Required properties:
|
|
- clocks: Clock driving the hardware; used to figure out the baud rate
|
|
- clocks: Clock driving the hardware; used to figure out the baud rate
|
|
divisor.
|
|
divisor.
|
|
|
|
|
|
|
|
+
|
|
|
|
+Optional properties:
|
|
|
|
+
|
|
|
|
+- clock-names: Should be "refclk".
|
|
|
|
+
|
|
Example:
|
|
Example:
|
|
|
|
|
|
uart0: serial@14e00520 {
|
|
uart0: serial@14e00520 {
|
|
@@ -19,6 +24,7 @@ Example:
|
|
interrupt-parent = <&periph_intc>;
|
|
interrupt-parent = <&periph_intc>;
|
|
interrupts = <2>;
|
|
interrupts = <2>;
|
|
clocks = <&periph_clk>;
|
|
clocks = <&periph_clk>;
|
|
|
|
+ clock-names = "refclk";
|
|
};
|
|
};
|
|
|
|
|
|
clocks {
|
|
clocks {
|