|
@@ -147,22 +147,16 @@ Example:
|
|
|
|
|
|
clocks = <&oscclk6a>;
|
|
clocks = <&oscclk6a>;
|
|
clock-names = "apb_pclk";
|
|
clock-names = "apb_pclk";
|
|
- ports {
|
|
|
|
- #address-cells = <1>;
|
|
|
|
- #size-cells = <0>;
|
|
|
|
-
|
|
|
|
- /* input port */
|
|
|
|
- port@0 {
|
|
|
|
- reg = <0>;
|
|
|
|
|
|
+ in-ports {
|
|
|
|
+ port {
|
|
etr_in_port: endpoint {
|
|
etr_in_port: endpoint {
|
|
- slave-mode;
|
|
|
|
remote-endpoint = <&replicator2_out_port0>;
|
|
remote-endpoint = <&replicator2_out_port0>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
+ };
|
|
|
|
|
|
- /* CATU link represented by output port */
|
|
|
|
- port@1 {
|
|
|
|
- reg = <1>;
|
|
|
|
|
|
+ out-ports {
|
|
|
|
+ port {
|
|
etr_out_port: endpoint {
|
|
etr_out_port: endpoint {
|
|
remote-endpoint = <&catu_in_port>;
|
|
remote-endpoint = <&catu_in_port>;
|
|
};
|
|
};
|
|
@@ -310,10 +304,11 @@ Example:
|
|
clock-names = "apb_pclk";
|
|
clock-names = "apb_pclk";
|
|
|
|
|
|
interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
|
|
interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
|
|
- port {
|
|
|
|
- catu_in_port: endpoint {
|
|
|
|
- slave-mode;
|
|
|
|
- remote-endpoint = <&etr_out_port>;
|
|
|
|
|
|
+ in-ports {
|
|
|
|
+ port {
|
|
|
|
+ catu_in_port: endpoint {
|
|
|
|
+ remote-endpoint = <&etr_out_port>;
|
|
|
|
+ };
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|