[PATCH 08/10] board: adi: Add support for SC598
Philip Molloy
philip at philipmolloy.com
Wed Jul 9 11:24:16 CEST 2025
On Mon, 2025-06-02 at 15:44 -0400, Greg Malysa wrote:
> > This adds support for the Analog Devices SC598-SOM and configurations
> > for using it with both the SOMCRR-EZKIT and SOMCRR-EZLITE.
> >
> > Signed-off-by: Vasileios Bimpikas <vasileios.bimpikas at analog.com>
> > Signed-off-by: Utsav Agarwal <utsav.agarwal at analog.com>
> > Signed-off-by: Arturs Artamonovs <arturs.artamonovs at analog.com>
> > Signed-off-by: Nathan Barrett-Morrison <nathan.morrison at timesys.com>
> > Signed-off-by: Greg Malysa <malysagreg at gmail.com>
> > ---
> >
> > arch/arm/dts/sc598-som-ezkit.dts | 166 ++++++++++++
> > arch/arm/dts/sc598-som-ezlite.dts | 82 ++++++
> > arch/arm/dts/sc598-som.dtsi | 237
> > +++++++++++++++++-
> > arch/arm/dts/sc59x.dtsi | 183 ++++++++++++++
> > arch/arm/dts/sc5xx.dtsi | 137 +++++++++-
> > board/adi/common-sc598-som/sc598-som.c | 34 +++
> > board/adi/sc598-som-ezkit/Makefile | 8 +
> > board/adi/sc598-som-ezkit/sc598-som-ezkit.env | 18 +-
> > board/adi/sc598-som-ezlite/Makefile | 8 +
> > .../adi/sc598-som-ezlite/sc598-som-ezlite.env | 12 +-
> > configs/sc598-som-ezkit-spl_defconfig | 123 +++++++++
> > configs/sc598-som-ezlite-spl_defconfig | 123 +++++++++
I assume `-spl` was added to the defconfig name to distinguish it from the defconfig enabling falcon mode? Seems like it makes sense to remove it for mainline.
More information about the U-Boot
mailing list