Re: [PATCH net-next RFC v4 1/4] dt-bindings: net: Add support for Sophgo CV1800 dwmac

From: Krzysztof Kozlowski
Date: Tue Jul 01 2025 - 02:26:28 EST


On 01/07/2025 03:17, Inochi Amaoto wrote:
> +examples:
> + - |
> + #include <dt-bindings/interrupt-controller/irq.h>
> +
> + ethernet@4070000 {
> + compatible = "sophgo,cv1800b-dwmac", "snps,dwmac-3.70a";
> + reg = <0x04070000 0x10000>;
> + clocks = <&clk 35>, <&clk 36>;
> + clock-names = "stmmaceth", "ptp_ref";
> + interrupts = <31 IRQ_TYPE_LEVEL_HIGH>;
> + interrupt-names = "macirq";
> + resets = <&rst 12>;
> + reset-names = "stmmaceth";
> + rx-fifo-depth = <8192>;
> + tx-fifo-depth = <8192>;
> + snps,multicast-filter-bins = <0>;
> + snps,perfect-filter-entries = <1>;
> + snps,aal;
> + snps,txpbl = <8>;
> + snps,rxpbl = <8>;
> + snps,mtl-rx-config = <&gmac0_mtl_rx_setup>;
> + snps,mtl-tx-config = <&gmac0_mtl_tx_setup>;
> + snps,axi-config = <&gmac0_stmmac_axi_setup>;
> + status = "disabled";

This cannot be disabled.

Also means it was not really tested.

Best regards,
Krzysztof