Adds basic support for the Blaize BLZP1600 SoC.
This SoC contains two cores of Cortex-A53 CPUs, one Blaize
Graph Streaming Processor (GSP) and several other IPs.
V4 changes:
* Add maintainer for blaize in arm64 dts
* Fix Blaize schema & dts code style
* Add range and reserved-memory as suggested
V3 changes:
* Removed unnecessary dt-bindings
* Update SoBs
V2 changes:
* Update SoBs
* `make dtbs_check` has no warnings
* Fix dts names and removed dead code
* DTS is separated from anything else
Nikolaos Pasaloukos (6):
dt-bindings: Add Blaize vendor prefix
dt-bindings: arm: blaize: Add Blaize BLZP1600 SoC
arm64: Add Blaize BLZP1600 SoC family
arm64: Add initial support for Blaize BLZP1600 CB2
arm64: defconfig: Enable ARCH_BLAIZE_BLZP1600
MAINTAINER: Add entry for Blaize SoC
.../devicetree/bindings/arm/blaize.yaml | 36 +++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
MAINTAINERS | 9 +
arch/arm64/Kconfig.platforms | 5 +
arch/arm64/boot/dts/Makefile | 1 +
arch/arm64/boot/dts/blaize/Makefile | 2 +
.../boot/dts/blaize/blaize-blzp1600-cb2.dts | 84 +++++++
.../boot/dts/blaize/blaize-blzp1600-som.dtsi | 23 ++
.../boot/dts/blaize/blaize-blzp1600.dtsi | 205 ++++++++++++++++++
arch/arm64/configs/defconfig | 1 +
10 files changed, 368 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/blaize.yaml
create mode 100644 arch/arm64/boot/dts/blaize/Makefile
create mode 100644 arch/arm64/boot/dts/blaize/blaize-blzp1600-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
--
2.43.0