diff options
Diffstat (limited to 'Documentation/powerpc/booting-without-of.txt')
-rw-r--r-- | Documentation/powerpc/booting-without-of.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt index c3fc9d955030..ee0209a7de3e 100644 --- a/Documentation/powerpc/booting-without-of.txt +++ b/Documentation/powerpc/booting-without-of.txt | |||
@@ -1629,6 +1629,19 @@ platforms are moved over to use the flattened-device-tree model. | |||
1629 | - interrupt-parent : the phandle for the interrupt controller that | 1629 | - interrupt-parent : the phandle for the interrupt controller that |
1630 | services interrupts for this device. | 1630 | services interrupts for this device. |
1631 | - pio-handle : The phandle for the Parallel I/O port configuration. | 1631 | - pio-handle : The phandle for the Parallel I/O port configuration. |
1632 | - rx-clock-name: the UCC receive clock source | ||
1633 | "none": clock source is disabled | ||
1634 | "brg1" through "brg16": clock source is BRG1-BRG16, respectively | ||
1635 | "clk1" through "clk24": clock source is CLK1-CLK24, respectively | ||
1636 | - tx-clock-name: the UCC transmit clock source | ||
1637 | "none": clock source is disabled | ||
1638 | "brg1" through "brg16": clock source is BRG1-BRG16, respectively | ||
1639 | "clk1" through "clk24": clock source is CLK1-CLK24, respectively | ||
1640 | The following two properties are deprecated. rx-clock has been replaced | ||
1641 | with rx-clock-name, and tx-clock has been replaced with tx-clock-name. | ||
1642 | Drivers that currently use the deprecated properties should continue to | ||
1643 | do so, in order to support older device trees, but they should be updated | ||
1644 | to check for the new properties first. | ||
1632 | - rx-clock : represents the UCC receive clock source. | 1645 | - rx-clock : represents the UCC receive clock source. |
1633 | 0x00 : clock source is disabled; | 1646 | 0x00 : clock source is disabled; |
1634 | 0x1~0x10 : clock source is BRG1~BRG16 respectively; | 1647 | 0x1~0x10 : clock source is BRG1~BRG16 respectively; |