From: claudiu beznea <claudiu.beznea@tuxon.dev>
To: Robert Marko <robert.marko@sartura.hr>,
robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com,
herbert@gondor.apana.org.au, davem@davemloft.net,
vkoul@kernel.org, andi.shyti@kernel.org, lee@kernel.org,
andrew+netdev@lunn.ch, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, linusw@kernel.org,
Steen.Hegelund@microchip.com, daniel.machon@microchip.com,
UNGLinuxDriver@microchip.com, olivia@selenic.com,
radu_nicolae.pirea@upb.ro, richard.genoud@bootlin.com,
gregkh@linuxfoundation.org, jirislaby@kernel.org,
broonie@kernel.org, lars.povlsen@microchip.com,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org,
dmaengine@vger.kernel.org, linux-i2c@vger.kernel.org,
netdev@vger.kernel.org, linux-gpio@vger.kernel.org,
linux-spi@vger.kernel.org, linux-serial@vger.kernel.org,
linux-usb@vger.kernel.org
Cc: luka.perkov@sartura.hr
Subject: Re: [PATCH v4 15/15] arm64: dts: microchip: add EV23X71A board
Date: Sun, 11 Jan 2026 16:42:36 +0200 [thread overview]
Message-ID: <858ca139-61c5-45e3-a2c9-d0af414e3592@tuxon.dev> (raw)
In-Reply-To: <20251229184004.571837-16-robert.marko@sartura.hr>
Hi, Robert,
On 12/29/25 20:37, Robert Marko wrote:
> Microchip EV23X71A is an LAN9696 based evaluation board.
>
> Signed-off-by: Robert Marko <robert.marko@sartura.hr>
> ---
> Changes in v2:
> * Split from SoC DTSI commit
> * Apply DTS coding style
> * Enclose array in i2c-mux
> * Alphanumericaly sort nodes
> * Change management port mode to RGMII-ID
>
> arch/arm64/boot/dts/microchip/Makefile | 1 +
> .../boot/dts/microchip/lan9696-ev23x71a.dts | 757 ++++++++++++++++++
> 2 files changed, 758 insertions(+)
> create mode 100644 arch/arm64/boot/dts/microchip/lan9696-ev23x71a.dts
>
> diff --git a/arch/arm64/boot/dts/microchip/Makefile b/arch/arm64/boot/dts/microchip/Makefile
> index c6e0313eea0f..09d16fc1ce9a 100644
> --- a/arch/arm64/boot/dts/microchip/Makefile
> +++ b/arch/arm64/boot/dts/microchip/Makefile
> @@ -1,4 +1,5 @@
> # SPDX-License-Identifier: GPL-2.0
> +dtb-$(CONFIG_ARCH_LAN969X) += lan9696-ev23x71a.dtb
> dtb-$(CONFIG_ARCH_SPARX5) += sparx5_pcb125.dtb
> dtb-$(CONFIG_ARCH_SPARX5) += sparx5_pcb134.dtb sparx5_pcb134_emmc.dtb
> dtb-$(CONFIG_ARCH_SPARX5) += sparx5_pcb135.dtb sparx5_pcb135_emmc.dtb
> diff --git a/arch/arm64/boot/dts/microchip/lan9696-ev23x71a.dts b/arch/arm64/boot/dts/microchip/lan9696-ev23x71a.dts
> new file mode 100644
> index 000000000000..435df455b078
> --- /dev/null
> +++ b/arch/arm64/boot/dts/microchip/lan9696-ev23x71a.dts
[ ...]
> +&gpio {
> + emmc_sd_pins: emmc-sd-pins {
> + /* eMMC_SD - CMD, CLK, D0, D1, D2, D3, D4, D5, D6, D7, RSTN */
> + pins = "GPIO_14", "GPIO_15", "GPIO_16", "GPIO_17",
> + "GPIO_18", "GPIO_19", "GPIO_20", "GPIO_21",
> + "GPIO_22", "GPIO_23", "GPIO_24";
> + function = "emmc_sd";
> + };
> +
> + fan_pins: fan-pins {
> + pins = "GPIO_25", "GPIO_26";
> + function = "fan";
> + };
> +
> + fc0_pins: fc0-pins {
> + pins = "GPIO_3", "GPIO_4";
> + function = "fc";
> + };
> +
> + fc2_pins: fc2-pins {
> + pins = "GPIO_64", "GPIO_65", "GPIO_66";
> + function = "fc";
> + };
> +
> + fc3_pins: fc3-pins {
> + pins = "GPIO_55", "GPIO_56";
> + function = "fc";
> + };
> +
> + mdio_pins: mdio-pins {
> + pins = "GPIO_9", "GPIO_10";
> + function = "miim";
> + };
> +
> + mdio_irq_pins: mdio-irq-pins {
> + pins = "GPIO_11";
> + function = "miim_irq";
> + };
> +
> + sgpio_pins: sgpio-pins {
> + /* SCK, D0, D1, LD */
> + pins = "GPIO_5", "GPIO_6", "GPIO_7", "GPIO_8";
> + function = "sgpio_a";
> + };
> +
> + usb_ulpi_pins: usb-ulpi-pins {
> + pins = "GPIO_30", "GPIO_31", "GPIO_32", "GPIO_33",
> + "GPIO_34", "GPIO_35", "GPIO_36", "GPIO_37",
> + "GPIO_38", "GPIO_39", "GPIO_40", "GPIO_41";
> + function = "usb_ulpi";
> + };
> +
> + usb_rst_pins: usb-rst-pins {
> + pins = "GPIO_12";
> + function = "usb2phy_rst";
> + };
> +
> + usb_over_pins: usb-over-pins {
> + pins = "GPIO_13";
> + function = "usb_over_detect";
> + };
> +
> + usb_power_pins: usb-power-pins {
> + pins = "GPIO_1";
> + function = "usb_power";
> + };
> +
> + ptp_out_pins: ptp-out-pins {
> + pins = "GPIO_58";
> + function = "ptpsync_4";
> + };
Could you please move this one upper to have all the entries in the gpio
container alphanumerically sorted?
> +
> + ptp_ext_pins: ptp-ext-pins {
> + pins = "GPIO_59";
> + function = "ptpsync_5";
> + };
Same here.
[ ...]
> + port29: port@29 {
> + reg = <29>;
> + phys = <&serdes 11>;
> + phy-handle = <&phy3>;
> + phy-mode = "rgmii-id";
> + microchip,bandwidth = <1000>;
There are some questions around this node from Andrew in v1 of this series,
which I don't see an answer for in any of the following versions. Could you
please clarify?
The rest looks good to me.
Thank you,
Claudiu
next prev parent reply other threads:[~2026-01-11 14:42 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-29 18:37 [PATCH v4 00/15] Add support for Microchip LAN969x Robert Marko
2025-12-29 18:37 ` [PATCH v4 01/15] dt-bindings: usb: Add Microchip LAN969x support Robert Marko
2025-12-30 18:06 ` Rob Herring (Arm)
2026-01-11 14:04 ` claudiu beznea
2025-12-29 18:37 ` [PATCH v4 02/15] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,lan9691-flexcom Robert Marko
2026-01-11 14:43 ` claudiu beznea
2026-01-20 15:53 ` (subset) " Lee Jones
2025-12-29 18:37 ` [PATCH v4 03/15] dt-bindings: serial: atmel,at91-usart: add microchip,lan9691-usart Robert Marko
2026-01-11 14:44 ` claudiu beznea
2025-12-29 18:37 ` [PATCH v4 04/15] dt-bindings: spi: at91: add microchip,lan9691-spi Robert Marko
2026-01-05 12:46 ` Mark Brown
2025-12-29 18:37 ` [PATCH v4 05/15] dt-bindings: i2c: atmel,at91sam: add microchip,lan9691-i2c Robert Marko
2026-01-07 18:11 ` Andi Shyti
2025-12-29 18:37 ` [PATCH v4 06/15] dt-bindings: rng: atmel,at91-trng: add microchip,lan9691-trng Robert Marko
2026-01-11 14:05 ` claudiu beznea
2025-12-29 18:37 ` [PATCH v4 07/15] dt-bindings: crypto: atmel,at91sam9g46-aes: add microchip,lan9691-aes Robert Marko
2026-01-11 14:44 ` claudiu beznea
2025-12-29 18:37 ` [PATCH v4 08/15] dt-bindings: crypto: atmel,at91sam9g46-sha: add microchip,lan9691-sha Robert Marko
2026-01-11 14:45 ` claudiu beznea
2025-12-29 18:37 ` [PATCH v4 09/15] dt-bindings: dma: atmel: add microchip,lan9691-dma Robert Marko
2025-12-30 18:06 ` Rob Herring (Arm)
2026-01-11 14:45 ` claudiu beznea
2025-12-29 18:37 ` [PATCH v4 10/15] dt-bindings: net: mscc-miim: add microchip,lan9691-miim Robert Marko
2026-01-11 14:45 ` claudiu beznea
2025-12-29 18:37 ` [PATCH v4 11/15] dt-bindings: pinctrl: pinctrl-microchip-sgpio: add LAN969x Robert Marko
2026-01-11 14:46 ` claudiu beznea
2025-12-29 18:37 ` [PATCH v4 12/15] arm64: dts: microchip: add LAN969x clock header file Robert Marko
2026-01-11 14:42 ` claudiu beznea
2026-01-13 13:57 ` Robert Marko
2025-12-29 18:37 ` [PATCH v4 13/15] arm64: dts: microchip: add LAN969x support Robert Marko
2026-01-11 14:05 ` claudiu beznea
2025-12-29 18:37 ` [PATCH v4 14/15] dt-bindings: arm: AT91: document EV23X71A board Robert Marko
2025-12-30 17:47 ` Conor Dooley
2026-01-11 14:46 ` claudiu beznea
2025-12-29 18:37 ` [PATCH v4 15/15] arm64: dts: microchip: add " Robert Marko
2026-01-11 14:42 ` claudiu beznea [this message]
2026-01-13 20:09 ` Robert Marko
2026-01-01 17:41 ` (subset) [PATCH v4 00/15] Add support for Microchip LAN969x Vinod Koul
2026-01-04 18:52 ` patchwork-bot+netdevbpf
2026-01-06 12:21 ` (subset) " Mark Brown
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=858ca139-61c5-45e3-a2c9-d0af414e3592@tuxon.dev \
--to=claudiu.beznea@tuxon.dev \
--cc=Steen.Hegelund@microchip.com \
--cc=UNGLinuxDriver@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=andi.shyti@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=daniel.machon@microchip.com \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=dmaengine@vger.kernel.org \
--cc=edumazet@google.com \
--cc=gregkh@linuxfoundation.org \
--cc=herbert@gondor.apana.org.au \
--cc=jirislaby@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=kuba@kernel.org \
--cc=lars.povlsen@microchip.com \
--cc=lee@kernel.org \
--cc=linusw@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=luka.perkov@sartura.hr \
--cc=netdev@vger.kernel.org \
--cc=nicolas.ferre@microchip.com \
--cc=olivia@selenic.com \
--cc=pabeni@redhat.com \
--cc=radu_nicolae.pirea@upb.ro \
--cc=richard.genoud@bootlin.com \
--cc=robert.marko@sartura.hr \
--cc=robh@kernel.org \
--cc=vkoul@kernel.org \
/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