|
@@ -16,6 +16,7 @@ Required properties:
|
|
|
- ale_entries : Specifies No of entries ALE can hold
|
|
|
- host_port_reg_ofs : Specifies host port register offset
|
|
|
- hw_stats_reg_ofs : Specifies hardware statistics register offset
|
|
|
+- cpts_reg_ofs : Specifies the offset of the CPTS registers
|
|
|
- bd_ram_ofs : Specifies internal desciptor RAM offset
|
|
|
- bd_ram_size : Specifies internal descriptor RAM size
|
|
|
- rx_descs : Specifies number of Rx descriptors
|
|
@@ -52,6 +53,7 @@ Examples:
|
|
|
ale_entries = <1024>;
|
|
|
host_port_reg_ofs = <0x108>;
|
|
|
hw_stats_reg_ofs = <0x900>;
|
|
|
+ cpts_reg_ofs = <0xc00>;
|
|
|
bd_ram_ofs = <0x2000>;
|
|
|
bd_ram_size = <0x2000>;
|
|
|
no_bd_ram = <0>;
|
|
@@ -86,6 +88,7 @@ Examples:
|
|
|
ale_entries = <1024>;
|
|
|
host_port_reg_ofs = <0x108>;
|
|
|
hw_stats_reg_ofs = <0x900>;
|
|
|
+ cpts_reg_ofs = <0xc00>;
|
|
|
bd_ram_ofs = <0x2000>;
|
|
|
bd_ram_size = <0x2000>;
|
|
|
no_bd_ram = <0>;
|