Re: [PATCH 2/2] arm64: dts: sophgo: add initial Milk-V Duo S board support
Inochi Amaoto <[email protected]>
| Newsgroups | dev.linux.lists.sophgo,org.kernel.vger.linux-devicetree |
|---|---|
| Message-ID | <ik7co4cfasicx7ent3grhdk4dkvmdgtxc7jcsxwmkmmb46v42u@vwkayyqswv6k> |
On Tue, Sep 30, 2025 at 07:03:24AM +0200, Alexander Sverdlin wrote:
> Hi Inochi, Joshua,
>
> On Tue, 2025-09-30 at 07:54 +0800, Inochi Amaoto wrote:
> > > --- /dev/null
> > > +++ b/arch/arm64/boot/dts/sophgo/sg2000-milkv-duo-s.dts
> > > @@ -0,0 +1,88 @@
> > > +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> > > +
> > > +/dts-v1/;
> > > +
> > > +#include <dt-bindings/pinctrl/pinctrl-sg2000.h>
> > > +#include "sg2000.dtsi"
> > > +
> > > +/ {
> > > + model = "Milk-V DuoS";
> > > + compatible = "milkv,duo-s", "sophgo,sg2000";
> > > +
> > > + aliases {
> > > + serial0 = &uart0;
> > > + mmc0 = &sdhci0;
> > > + };
> >
> > It is better for adding gpio and other serial there?
>
> I believe, gpio is long time discouraged here.
>
> Link: https://lore.kernel.org/all/CACRpkdYErJH5RUjL+jPC5vnaqGiOqBwHsr0E42wOWrpBGrpS3w@mail.gmail.com/
>
Good to know, let's drop it.
Regards,
Inochi