From: Rob Herring <robh@kernel.org>
To: Serge Semin <fancer.lancer@gmail.com>
Cc: Andrew Lunn <andrew@lunn.ch>,
Heiner Kallweit <hkallweit1@gmail.com>,
Russell King <linux@armlinux.org.uk>,
Alexandre Torgue <alexandre.torgue@foss.st.com>,
Jose Abreu <joabreu@synopsys.com>,
Jose Abreu <Jose.Abreu@synopsys.com>,
Maxime Chevallier <maxime.chevallier@bootlin.com>,
Tomer Maimon <tmaimon77@gmail.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
openbmc@lists.ozlabs.org, netdev@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next 08/16] dt-bindings: net: Add Synopsys DW xPCS bindings
Date: Thu, 14 Dec 2023 11:40:58 -0600 [thread overview]
Message-ID: <20231214174058.GA624576-robh@kernel.org> (raw)
In-Reply-To: <20231205103559.9605-9-fancer.lancer@gmail.com>
On Tue, Dec 05, 2023 at 01:35:29PM +0300, Serge Semin wrote:
> Synopsys DesignWare XPCS IP-core is a Physical Coding Sublayer (PCS) layer
> providing an interface between the Media Access Control (MAC) and Physical
> Medium Attachment Sublayer (PMA) through a Media independent interface.
> >From software point of view it exposes IEEE std. Clause 45 CSR space and
> can be accessible either by MDIO or MCI/APB3 bus interfaces. The later
> case is described by means of a dedicated DT-bindings which imply having
> the DW XPCS Management Interface defined as a DT-supernode which child the
> PCSs nodes would be (in the same way as the standard MDIO buses and
> devices are normally defined).
>
> Besides of that DW XPCS DT-nodes can have the interrupts and clock source
> properties specified. The former one indicates the Clause 73/37
> auto-negotiation events like: negotiation page received, AN is completed
> or incompatible link partner. The clock DT-properties can describe up to
> two clock sources: internal one and the one connected to the chip pad.
> Either of them is supposed to be used as the device reference clocks.
>
> Finally the DW XPCS IP-core can be optionally synthesized with a
> vendor-specific interface connected to Synopsys PMA (also called
> DesignWare Consumer/Enterprise PHY). Alas that isn't auto-detectable
> anyhow so if the DW XPCS device has the respective PMA attached then it
> should be reflected in the DT-node compatible string so the driver would
> be aware of the PMA-specific device capabilities (mainly connected with
> CSRs available for the fine-tunings).
>
> Signed-off-by: Serge Semin <fancer.lancer@gmail.com>
> ---
> .../bindings/net/pcs/snps,dw-xpcs.yaml | 88 +++++++++++++++++++
> .../bindings/net/snps,dw-xpcs-mi.yaml | 88 +++++++++++++++++++
> 2 files changed, 176 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/net/pcs/snps,dw-xpcs.yaml
> create mode 100644 Documentation/devicetree/bindings/net/snps,dw-xpcs-mi.yaml
>
> diff --git a/Documentation/devicetree/bindings/net/pcs/snps,dw-xpcs.yaml b/Documentation/devicetree/bindings/net/pcs/snps,dw-xpcs.yaml
> new file mode 100644
> index 000000000000..9694ef51abad
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/net/pcs/snps,dw-xpcs.yaml
> @@ -0,0 +1,88 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/net/pcs/snps,dw-xpcs.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Synopsys DesignWare Ethernet PCS
> +
> +maintainers:
> + - Jose Abreu <Jose.Abreu@synopsys.com>
> +
> +description:
> + Synopsys DesignWare Ethernet Physical Coding Sublayer provides an interface
> + between Media Access Control and Physical Medium Attachment Sublayer through
> + the Media Independent Interface (XGMII, USXGMII, XLGMII, GMII, etc)
> + controlled by means of the IEEE std. Clause 45 registers set. The PCS can be
> + optionally synthesized with a vendor-specific interface connected to
> + Synopsys PMA (also called DesignWare Consumer/Enterprise PHY) although in
> + general it can be used to communicate with any compatible PHY.
> +
> +properties:
> + compatible:
> + oneOf:
> + - description: Synopsys DesignWare XPCS with none or unknown PMA
> + const: snps,dw-xpcs
> + - description: Synopsys DesignWare XPCS with Consumer Gen1 3G PMA
> + const: snps,dw-xpcs-gen1-3g
> + - description: Synopsys DesignWare XPCS with Consumer Gen2 3G PMA
> + const: snps,dw-xpcs-gen2-3g
> + - description: Synopsys DesignWare XPCS with Consumer Gen2 6G PMA
> + const: snps,dw-xpcs-gen2-6g
> + - description: Synopsys DesignWare XPCS with Consumer Gen4 3G PMA
> + const: snps,dw-xpcs-gen4-3g
> + - description: Synopsys DesignWare XPCS with Consumer Gen4 6G PMA
> + const: snps,dw-xpcs-gen4-6g
> + - description: Synopsys DesignWare XPCS with Consumer Gen5 10G PMA
> + const: snps,dw-xpcs-gen5-10g
> + - description: Synopsys DesignWare XPCS with Consumer Gen5 12G PMA
> + const: snps,dw-xpcs-gen5-12g
> +
> + reg:
> + maxItems: 1
> +
> + interrupts:
> + description:
> + System interface interrupt output (sbd_intr_o) indicating Clause 73/37
> + auto-negotiation events like':' Page received, AN is completed or
like':' ?
> + incompatible link partner.
> + maxItems: 1
> +
> + clocks:
> + description:
> + PCS/PMA interface be can clocked either by internal reference clock
> + source or by an externally connected (via a pad) clock generator.
> + minItems: 1
> + maxItems: 2
> +
> + clock-names:
> + minItems: 1
> + maxItems: 2
> + items:
> + enum: [ core, pad ]
> +
> +required:
> + - compatible
> + - reg
Don't you always need a clock?
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + #include <dt-bindings/interrupt-controller/irq.h>
> +
> + mdio-bus {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + xgmac_pcs: ethernet-pcs@0 {
> + compatible = "snps,dw-xpcs";
> + reg = <0>;
> +
> + interrupts = <79 IRQ_TYPE_LEVEL_HIGH>;
> +
> + clocks = <&ccu_core>, <&ccu_pad>;
> + clock-names = "core", "pad";
> + };
> + };
> +...
> diff --git a/Documentation/devicetree/bindings/net/snps,dw-xpcs-mi.yaml b/Documentation/devicetree/bindings/net/snps,dw-xpcs-mi.yaml
> new file mode 100644
> index 000000000000..67ddba9d61fd
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/net/snps,dw-xpcs-mi.yaml
> @@ -0,0 +1,88 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/net/snps,dw-xpcs-mi.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Synopsys DesignWare Ethernet PCS Management Interface
> +
> +maintainers:
> + - Serge Semin <fancer.lancer@gmail.com>
> +
> +description:
> + Synopsys DesignWare Ethernet PCS provides an interface between MAC and PMA
> + through the Media Independent Interface. The PCS CSRs can be accessible over
> + the Ethernet MDIO bus or directly by means of the APB3/MCI interfaces. In the
> + later case the XPCS can be mapped right to the system IO memory space.
> +
> +allOf:
> + - $ref: mdio.yaml#
> +
> +properties:
> + compatible:
> + const: snps,dw-xpcs-mi
> +
> + reg:
> + items:
> + - description:
> + DW XPCS CSRs space can be either 'directly' or 'indirectly'
> + accessible. In the former case all Clause 45 registers are
> + contiguously mapped within the address space MMD '[20:16]',
> + Reg '[15:0]'. In the later case the space is divided to the
> + multiple 256 register sets. There is a special viewport CSR
> + which is responsible for the set selection. The upper part of
> + the CSR address is supposed to be written in there thus the
> + corresponding subset would be mapped over the lowest 255 CSRs.
> +
> + reg-names:
> + items:
> + - enum: [ direct, indirect ]
> +
> + reg-io-width:
> + description:
> + The way the CSRs are mapped to the memory is platform depended. Since
dependent
> + each Clause 45 CSR is of 16-bits wide the access instructions must be
> + two bytes aligned at least.
> + default: 2
> + enum: [ 2, 4 ]
> +
> + clocks:
> + items:
> + - description: Peripheral MCI/APB3 bus clock source
> +
> + clock-names:
> + items:
> + - const: pclk
> +
> +patternProperties:
> + 'ethernet-pcs@[0-9a-f]+$':
> + type: object
> +
> + $ref: pcs/snps,dw-xpcs.yaml#
This causes dw-xpcs to be validated twice. Does this MDIO bus support
other devices on it or it is fixed config?
> +
> +required:
> + - compatible
> + - reg
> + - reg-names
> +
> +unevaluatedProperties: false
> +
> +examples:
> + - |
> + mdio@1f05d000 {
> + compatible = "snps,dw-xpcs-mi";
> + reg = <0x1f05d000 0x1000>;
> + reg-names = "indirect";
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + clocks = <&ccu_pclk>;
> + clock-names = "pclk";
> +
> + reg-io-width = <4>;
> +
> + ethernet-pcs@0 {
> + compatible = "snps,dw-xpcs";
> + reg = <0>;
> + };
> + };
> --
> 2.42.1
>
next prev parent reply other threads:[~2023-12-14 17:41 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-05 10:35 [PATCH net-next 00/16] net: pcs: xpcs: Add memory-based management iface support Serge Semin
2023-12-05 10:35 ` [PATCH net-next 01/16] net: pcs: xpcs: Drop sentinel entry from 2500basex ifaces list Serge Semin
2023-12-05 11:24 ` Vladimir Oltean
2023-12-05 11:39 ` Serge Semin
2023-12-05 10:35 ` [PATCH net-next 02/16] net: pcs: xpcs: Drop redundant workqueue.h include directive Serge Semin
2023-12-05 13:34 ` Andrew Lunn
2023-12-05 10:35 ` [PATCH net-next 03/16] net: pcs: xpcs: Return EINVAL in the internal methods Serge Semin
2023-12-05 13:34 ` Andrew Lunn
2023-12-05 10:35 ` [PATCH net-next 04/16] net: pcs: xpcs: Explicitly return error on caps validation Serge Semin
2023-12-05 10:35 ` [PATCH net-next 05/16] net: pcs: xpcs: Move native device ID macro to linux/pcs/pcs-xpcs.h Serge Semin
2023-12-05 10:45 ` Russell King (Oracle)
2023-12-05 11:14 ` Serge Semin
2023-12-05 11:22 ` Russell King (Oracle)
2023-12-05 11:48 ` Serge Semin
2023-12-05 11:27 ` Vladimir Oltean
2023-12-05 11:49 ` Serge Semin
2023-12-05 10:35 ` [PATCH net-next 06/16] net: pcs: xpcs: Avoid creating dummy XPCS MDIO device Serge Semin
2023-12-05 10:49 ` Russell King (Oracle)
2023-12-05 11:31 ` Serge Semin
2023-12-05 13:31 ` Russell King (Oracle)
2023-12-05 13:52 ` Andrew Lunn
2023-12-05 14:50 ` Russell King (Oracle)
2023-12-12 13:52 ` Serge Semin
2023-12-05 11:52 ` Vladimir Oltean
2023-12-13 15:27 ` Serge Semin
2023-12-19 15:48 ` Serge Semin
2023-12-19 16:28 ` Vladimir Oltean
2023-12-19 21:48 ` Serge Semin
2023-12-05 13:46 ` Russell King (Oracle)
2023-12-05 14:54 ` Russell King (Oracle)
2023-12-12 15:26 ` Serge Semin
2023-12-12 19:06 ` Russell King (Oracle)
2023-12-13 15:47 ` Serge Semin
2023-12-13 0:01 ` Serge Semin
2023-12-13 16:32 ` Russell King (Oracle)
2023-12-14 14:19 ` Serge Semin
2023-12-05 10:35 ` [PATCH net-next 07/16] net: pcs: xpcs: Split up xpcs_create() content to sub-functions Serge Semin
2023-12-05 10:35 ` [PATCH net-next 08/16] dt-bindings: net: Add Synopsys DW xPCS bindings Serge Semin
2023-12-14 17:40 ` Rob Herring [this message]
2023-12-14 21:27 ` Serge Semin
2023-12-05 10:35 ` [PATCH net-next 09/16] net: mdio: Add Synopsys DW XPCS management interface support Serge Semin
2023-12-05 12:32 ` Maxime Chevallier
2023-12-06 16:48 ` Serge Semin
2023-12-06 17:01 ` Andrew Lunn
2023-12-07 13:35 ` Serge Semin
2023-12-07 14:02 ` Russell King (Oracle)
2023-12-07 14:54 ` Andrew Lunn
2023-12-08 16:07 ` Serge Semin
2023-12-05 10:35 ` [PATCH net-next 10/16] net: pcs: xpcs: Add generic DW XPCS MDIO-device support Serge Semin
2023-12-05 11:13 ` Vladimir Oltean
2023-12-05 11:35 ` Serge Semin
2023-12-05 12:23 ` Vladimir Oltean
2023-12-08 14:11 ` Serge Semin
2023-12-08 16:33 ` Vladimir Oltean
2023-12-14 11:54 ` Serge Semin
2023-12-14 12:00 ` Vladimir Oltean
2023-12-14 12:28 ` Serge Semin
2023-12-05 10:35 ` [PATCH net-next 11/16] net: pcs: xpcs: Change xpcs_create_mdiodev() suffix to "byaddr" Serge Semin
2023-12-05 23:03 ` kernel test robot
2023-12-07 14:37 ` Serge Semin
2023-12-06 0:29 ` kernel test robot
2023-12-05 10:35 ` [PATCH net-next 12/16] net: pcs: xpcs: Add xpcs_create_bynode() method Serge Semin
2023-12-05 10:35 ` [PATCH net-next 13/16] net: stmmac: intel: Register generic MDIO device Serge Semin
2023-12-06 0:19 ` kernel test robot
2023-12-07 14:47 ` Serge Semin
2023-12-05 10:35 ` [PATCH net-next 14/16] net: stmmac: Pass netdev to XPCS setup function Serge Semin
2023-12-05 10:35 ` [PATCH net-next 15/16] net: stmmac: Add dedicated XPCS cleanup method Serge Semin
2023-12-05 10:35 ` [PATCH net-next 16/16] net: stmmac: Add externally detected DW XPCS support Serge Semin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231214174058.GA624576-robh@kernel.org \
--to=robh@kernel.org \
--cc=Jose.Abreu@synopsys.com \
--cc=alexandre.torgue@foss.st.com \
--cc=andrew@lunn.ch \
--cc=conor+dt@kernel.org \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=fancer.lancer@gmail.com \
--cc=hkallweit1@gmail.com \
--cc=joabreu@synopsys.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=maxime.chevallier@bootlin.com \
--cc=netdev@vger.kernel.org \
--cc=openbmc@lists.ozlabs.org \
--cc=pabeni@redhat.com \
--cc=tmaimon77@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox