mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-07 10:29:52 +00:00
dt-bindings: net: cdns,macb: AXI tuning properties
Add optional properties to tune the AXI interface - cdns,aw2w-max-pipe, cdns,ar2r-max-pipe and cdns,use-aw2b-fill. Signed-off-by: Phil Elwell <phil@raspberrypi.com>
This commit is contained in:
@@ -144,6 +144,22 @@ properties:
|
|||||||
Node containing PHY children. If this node is not present, then PHYs will
|
Node containing PHY children. If this node is not present, then PHYs will
|
||||||
be direct children.
|
be direct children.
|
||||||
|
|
||||||
|
cdns,aw2w-max-pipe:
|
||||||
|
$ref: /schemas/types.yaml#/definitions/uint32
|
||||||
|
description:
|
||||||
|
Maximum number of outstanding AXI write requests
|
||||||
|
|
||||||
|
cdns,ar2r-max-pipe:
|
||||||
|
$ref: /schemas/types.yaml#/definitions/uint32
|
||||||
|
description:
|
||||||
|
Maximum number of outstanding AXI read requests
|
||||||
|
|
||||||
|
cdns,use-aw2b-fill:
|
||||||
|
type: boolean
|
||||||
|
description:
|
||||||
|
If set, the maximum number of outstanding write transactions operates
|
||||||
|
between the AW to B AXI channel, instead of the AW to W AXI channel.
|
||||||
|
|
||||||
patternProperties:
|
patternProperties:
|
||||||
"^ethernet-phy@[0-9a-f]$":
|
"^ethernet-phy@[0-9a-f]$":
|
||||||
type: object
|
type: object
|
||||||
|
|||||||
Reference in New Issue
Block a user