[PATCH v5 3/3] arm64: dts: rockchip: Add support for CM5 IO carrier

Joseph Kogut joseph.kogut at gmail.com
Wed Jun 18 10:51:54 PDT 2025


On Tue, Jun 17, 2025 at 6:59 PM Jimmy Hon <honyuenkwun at gmail.com> wrote:
>
> On Tue, Jun 17, 2025 at 5:12 PM Joseph Kogut <joseph.kogut at gmail.com> wrote:
> > +
> > +&gmac1 {
> > +       clock_in_out = "output";
> > +       phy-handle = <&rgmii_phy1>;
> > +       phy-mode = "rgmii-id";
> > +       phy-supply = <&vcc_3v3_s0>;
> > +       pinctrl-names = "default";
> > +       pinctrl-0 = <&gmac1_miim
> > +                    &gmac1_tx_bus2
> > +                    &gmac1_rx_bus2
> > +                    &gmac1_rgmii_clk
> > +                    &gmac1_rgmii_bus
> > +                    &gmac1_clkinout>;
> > +       status = "okay";
> > +};
> > +
> Sorry, I meant only the status property should go to the board DTS.
> The rest of the gmac1 definition makes sense to put in the SoM dtsi,
> since the PHY is on the SoM (as defined in  the mdio1 node). So all
> the pins between the MAC and PHY will be the same.
>
> Jimmy
>

Ah, thanks for the clarification. That's a small fixup, no worries.

Thanks for the feedback, I'll follow up.

Joseph



More information about the Linux-rockchip mailing list