[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221027045157.23325-1-hayashi.kunihiko@socionext.com>
Date: Thu, 27 Oct 2022 13:51:53 +0900
From: Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>
To: Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Arnd Bergmann <arnd@...db.de>, Olof Johansson <olof@...om.net>,
Masami Hiramatsu <mhiramat@...nel.org>
Cc: soc@...nel.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>
Subject: [PATCH 0/4] Add UniPhier boards support
This series adds support for NX1 SoC, and the boards for Pro5 and NX1 SoCs.
Some of these boards have PCI endpoint.
NX1 SoC follows the same architecture as the other UniPhier SoCs, except
for the memory map.
Kunihiko Hayashi (4):
dt-bindings: arm: uniphier: Add Pro5 boards
ARM: dts: uniphier: Add Pro5 board support
dt-bindings: arm: uniphier: Add NX1 boards
arm64: dts: uniphier: Add NX1 SoC and boards support
.../bindings/arm/socionext/uniphier.yaml | 13 +
arch/arm/boot/dts/Makefile | 2 +
arch/arm/boot/dts/uniphier-pro5-epcore.dts | 76 ++
arch/arm/boot/dts/uniphier-pro5-proex.dts | 59 ++
arch/arm64/boot/dts/socionext/Makefile | 3 +
.../boot/dts/socionext/uniphier-nx1-evb.dts | 83 +++
.../boot/dts/socionext/uniphier-nx1-ref.dts | 109 +++
.../boot/dts/socionext/uniphier-nx1-som.dts | 50 ++
.../boot/dts/socionext/uniphier-nx1.dtsi | 704 ++++++++++++++++++
9 files changed, 1099 insertions(+)
create mode 100644 arch/arm/boot/dts/uniphier-pro5-epcore.dts
create mode 100644 arch/arm/boot/dts/uniphier-pro5-proex.dts
create mode 100644 arch/arm64/boot/dts/socionext/uniphier-nx1-evb.dts
create mode 100644 arch/arm64/boot/dts/socionext/uniphier-nx1-ref.dts
create mode 100644 arch/arm64/boot/dts/socionext/uniphier-nx1-som.dts
create mode 100644 arch/arm64/boot/dts/socionext/uniphier-nx1.dtsi
--
2.25.1
Powered by blists - more mailing lists