aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/powerpc')
-rw-r--r--Documentation/powerpc/booting-without-of.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt
index 528b4822f451..4cc780024e6c 100644
--- a/Documentation/powerpc/booting-without-of.txt
+++ b/Documentation/powerpc/booting-without-of.txt
@@ -1645,8 +1645,7 @@ platforms are moved over to use the flattened-device-tree model.
1645 - device_type : should be "network", "hldc", "uart", "transparent" 1645 - device_type : should be "network", "hldc", "uart", "transparent"
1646 "bisync", "atm", or "serial". 1646 "bisync", "atm", or "serial".
1647 - compatible : could be "ucc_geth" or "fsl_atm" and so on. 1647 - compatible : could be "ucc_geth" or "fsl_atm" and so on.
1648 - model : should be "UCC". 1648 - cell-index : the ucc number(1-8), corresponding to UCCx in UM.
1649 - device-id : the ucc number(1-8), corresponding to UCCx in UM.
1650 - reg : Offset and length of the register set for the device 1649 - reg : Offset and length of the register set for the device
1651 - interrupts : <a b> where a is the interrupt number and b is a 1650 - interrupts : <a b> where a is the interrupt number and b is a
1652 field that represents an encoding of the sense and level 1651 field that represents an encoding of the sense and level
@@ -1699,8 +1698,7 @@ platforms are moved over to use the flattened-device-tree model.
1699 ucc@2000 { 1698 ucc@2000 {
1700 device_type = "network"; 1699 device_type = "network";
1701 compatible = "ucc_geth"; 1700 compatible = "ucc_geth";
1702 model = "UCC"; 1701 cell-index = <1>;
1703 device-id = <1>;
1704 reg = <2000 200>; 1702 reg = <2000 200>;
1705 interrupts = <a0 0>; 1703 interrupts = <a0 0>;
1706 interrupt-parent = <700>; 1704 interrupt-parent = <700>;