[PATCH v2 3/3] arm64: dts: imx8dxl: Add SolidRun SoM and HummingBoard
Josua Mayer
josua at solid-run.com
Thu Apr 30 04:17:36 PDT 2026
Am 09.04.26 um 14:46 schrieb Andrew Lunn:
>> +&eqos {
>> + /* delays are added by connected ethernet-switch cpu port */
>> + phy-mode = "rgmii";
>> + pinctrl-0 = <&eqos_pins>;
>> + pinctrl-names = "default";
>> + status = "okay";
>> +
>> + fixed-link {
>> + full-duplex;
>> + speed = <1000>;
>> + };
>> +};
>
>> + ethernet-switch at 0 {
>> + compatible = "nxp,sja1110a";
>> + reg = <0>;
>> + reset-gpios = <&lsio_gpio4 3 GPIO_ACTIVE_LOW>;
>> + spi-max-frequency = <4000000>;
>> +
>> + ethernet-ports {
>> + #address-cells = <1>;
>> + #size-cells = <0>;
>> +
>> + /* 100Base-TX on connector J26 */
>> + port at 1 {
>> + reg = <0x1>;
>> + label = "lan1";
>> + phy-handle = <&switch_port1_base_tx_phy>;
>> + phy-mode = "internal";
>> + status = "okay";
dropping unnecessary status okay for v3
>> + };
>> +
>> + /* CPU */
>> + port at 2 {
>> + reg = <0x2>;
>> + ethernet = <&eqos>;
>> + label = "cpu";
>> + phy-mode = "rgmii-id";
>> + rx-internal-delay-ps = <2000>;
>> + tx-internal-delay-ps = <2000>;
>> + status = "okay";
dropping unnecessary status okay for v3
>> +
>> + fixed-link {
>> + full-duplex;
>> + speed = <1000>;
>> + };
>> + };
>> +
>> + /* sgmii on addon board connector J21 */
>> + port at 3 {
>> + reg = <0x3>;
>> + label = "lan3";
>> + status = "disabled";
>> + };
>> +
>> + /* sgmii on addon board connector J21 */
>> + port at 4 {
>> + reg = <0x4>;
>> + label = "lan4";
>> + status = "disabled";
>> + };
>> +
>> + /* 100base-t1 on addon board connector J21 */
>> + port at 5 {
>> + reg = <0x5>;
>> + label = "trx1";
>> + phy-handle = <&switch_port5_base_t1_phy>;
>> + phy-mode = "internal";
>> + status = "disabled";
>> + };
>> +
>> + /* 100base-t1 on addon board connector J21 */
>> + port at 6 {
>> + reg = <0x6>;
>> + label = "trx2";
>> + phy-handle = <&switch_port6_base_t1_phy>;
>> + phy-mode = "internal";
>> + status = "disabled";
>> + };
>> +
>> + /* 100base-t1 on addon board connector J21 */
>> + port at 7 {
>> + reg = <0x7>;
>> + label = "trx3";
>> + phy-handle = <&switch_port7_base_t1_phy>;
>> + phy-mode = "internal";
>> + status = "disabled";
>> + };
>> +
>> + /* 100base-t1 on addon board connector J21 */
>> + port at 8 {
>> + reg = <0x8>;
>> + label = "trx4";
>> + phy-handle = <&switch_port8_base_t1_phy>;
>> + phy-mode = "internal";
>> + status = "disabled";
>> + };
>> +
>> + /* 100base-t1 on addon board connector J21 */
>> + port at 9 {
>> + reg = <0x9>;
>> + label = "trx5";
>> + phy-handle = <&switch_port9_base_t1_phy>;
>> + phy-mode = "internal";
>> + status = "disabled";
>> + };
>> +
>> + /* 100Base-T1 on connector J26 */
>> + port at a {
>> + reg = <0xa>;
>> + label = "trx6";
>> + phy-handle = <&switch_port10_base_t1_phy>;
>> + phy-mode = "internal";
>> + status = "okay";
dropping unnecessary status okay for v3
>> + };
>> + };
>> +
>> + mdios {
>> + #address-cells = <1>;
>> + #size-cells = <0>;
>> +
>> + mdio at 0 {
>> + compatible = "nxp,sja1110-base-t1-mdio";
>> + reg = <0>;
>> + #address-cells = <1>;
>> + #size-cells = <0>;
>> +
>> + /* 100base-t1 on addon board connector J21 */
>> + switch_port5_base_t1_phy: ethernet-phy at 1 {
>> + compatible = "ethernet-phy-ieee802.3-c45";
>> + reg = <0x1>;
>> + status = "disabled";
>> + };
>> +
>> + /* 100base-t1 on addon board connector J21 */
>> + switch_port6_base_t1_phy: ethernet-phy at 2 {
>> + compatible = "ethernet-phy-ieee802.3-c45";
>> + reg = <0x2>;
>> + status = "disabled";
>> + };
>> +
>> + /* 100base-t1 on addon board connector J21 */
>> + switch_port7_base_t1_phy: ethernet-phy at 3 {
>> + compatible = "ethernet-phy-ieee802.3-c45";
>> + reg = <0x3>;
>> + status = "disabled";
>> + };
>> +
>> + /* 100base-t1 on addon board connector J21 */
>> + switch_port8_base_t1_phy: ethernet-phy at 4 {
>> + compatible = "ethernet-phy-ieee802.3-c45";
>> + reg = <0x4>;
>> + status = "disabled";
>> + };
>> +
>> + /* 100base-t1 on addon board connector J21 */
>> + switch_port9_base_t1_phy: ethernet-phy at 5 {
>> + compatible = "ethernet-phy-ieee802.3-c45";
>> + reg = <0x5>;
>> + status = "disabled";
>> + };
>> +
>> + /* 100Base-T1 on connector J26 */
>> + switch_port10_base_t1_phy: ethernet-phy at 6 {
>> + compatible = "ethernet-phy-ieee802.3-c45";
>> + reg = <0x6>;
>> + };
>> + };
>> +
>> + mdio at 1 {
>> + compatible = "nxp,sja1110-base-tx-mdio";
>> + reg = <1>;
>> + #address-cells = <1>;
>> + #size-cells = <0>;
>> +
>> + /* 100Base-TX on connector J26 */
>> + switch_port1_base_tx_phy: ethernet-phy at 1 {
>> + reg = <0x1>;
>> + };
>> + };
> For these nodes only:
>
> Reviewed-by: Andrew Lunn <andrew at lunn.ch>
>
> Andrew
Thanks!
I don't know how to keep this partial review for v3, so I will send it without.
More information about the linux-arm-kernel
mailing list