|
@@ -1645,8 +1645,7 @@ platforms are moved over to use the flattened-device-tree model.
|
|
- device_type : should be "network", "hldc", "uart", "transparent"
|
|
- device_type : should be "network", "hldc", "uart", "transparent"
|
|
"bisync", "atm", or "serial".
|
|
"bisync", "atm", or "serial".
|
|
- compatible : could be "ucc_geth" or "fsl_atm" and so on.
|
|
- compatible : could be "ucc_geth" or "fsl_atm" and so on.
|
|
- - model : should be "UCC".
|
|
|
|
- - device-id : the ucc number(1-8), corresponding to UCCx in UM.
|
|
|
|
|
|
+ - cell-index : the ucc number(1-8), corresponding to UCCx in UM.
|
|
- reg : Offset and length of the register set for the device
|
|
- reg : Offset and length of the register set for the device
|
|
- interrupts : <a b> where a is the interrupt number and b is a
|
|
- interrupts : <a b> where a is the interrupt number and b is a
|
|
field that represents an encoding of the sense and level
|
|
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.
|
|
ucc@2000 {
|
|
ucc@2000 {
|
|
device_type = "network";
|
|
device_type = "network";
|
|
compatible = "ucc_geth";
|
|
compatible = "ucc_geth";
|
|
- model = "UCC";
|
|
|
|
- device-id = <1>;
|
|
|
|
|
|
+ cell-index = <1>;
|
|
reg = <2000 200>;
|
|
reg = <2000 200>;
|
|
interrupts = <a0 0>;
|
|
interrupts = <a0 0>;
|
|
interrupt-parent = <700>;
|
|
interrupt-parent = <700>;
|