On Thu, Apr 06, 2023 at 10:22:32AM +0000, Niko Pasaloukos wrote: > Adds support for the Blaize CB2 development board based on > BLZP1600 SoC. This consists of a Carrier-Board and a SoM. > > The blaize-blzp1600.dtsi is the common part for the SoC, > blaize-blzp1600-som.dtsi is the common part for the SoM and > blaize-blzp1600-som-cb2.dts is the board specific file. > > Co-developed-by: James Cowgill <james.cowgill@xxxxxxxxxx> > Signed-off-by: James Cowgill <james.cowgill@xxxxxxxxxx> > Co-developed-by: Matt Redfearn <matt.redfearn@xxxxxxxxxx> > Signed-off-by: Matt Redfearn <matt.redfearn@xxxxxxxxxx> > Co-developed-by: Neil Jones <neil.jones@xxxxxxxxxx> > Signed-off-by: Neil Jones <neil.jones@xxxxxxxxxx> > Signed-off-by: Nikolaos Pasaloukos <nikolaos.pasaloukos@xxxxxxxxxx> > --- > arch/arm64/Kconfig.platforms | 5 + > arch/arm64/boot/dts/Makefile | 1 + > arch/arm64/boot/dts/blaize/Makefile | 2 + > .../dts/blaize/blaize-blzp1600-som-cb.dtsi | 217 +++++ > .../dts/blaize/blaize-blzp1600-som-cb2.dts | 103 ++ > .../boot/dts/blaize/blaize-blzp1600-som.dtsi | 104 ++ > .../boot/dts/blaize/blaize-blzp1600.dtsi | 894 ++++++++++++++++++ > arch/arm64/configs/defconfig | 1 + > 8 files changed, 1327 insertions(+) > create mode 100644 arch/arm64/boot/dts/blaize/Makefile > create mode 100644 arch/arm64/boot/dts/blaize/blaize-blzp1600-som-cb.dtsi > create mode 100644 arch/arm64/boot/dts/blaize/blaize-blzp1600-som-cb2.dts > create mode 100644 arch/arm64/boot/dts/blaize/blaize-blzp1600-som.dtsi > create mode 100644 arch/arm64/boot/dts/blaize/blaize-blzp1600.dtsi New platforms should be free of warnings from 'make dtbs_check'. Please run and fix if you have not, and confirm that in the commit message. Rob