[PATCH v1 0/1] arm: draeger: Add devicetrees for Draeger's M48 board.
Petko Manolov <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
Adding the device trees for “Dräger M48 on NXP i.MX6 (Q) and Intel/Altera
SoCFPGA Cyclone V” board variant. It has both (the SoC and FPGA) on the same
carrier and they are cross-monitoring each other.
This is the first of series of patches that are supposed to upstream Draeger's
entire change-set so that eventually mainline u-boot should be able to start the
kernel.
Petko Manolov (1):
arm: draeger: Dräger M48 on NXP i.MX6(Q) and Intel/Altera SoCFPGA
Cyclone V devicetree.
arch/arm/dts/Makefile | 3 +
arch/arm/dts/imx6dl-draeger-m48.dts | 24 ++
arch/arm/dts/imx6q-draeger-m48.dts | 24 ++
arch/arm/dts/imx6qdl-draeger-m48-u-boot.dtsi | 20 +
arch/arm/dts/imx6qdl-draeger-m48.dtsi | 369 ++++++++++++++++++
arch/arm/dts/imx6qp-draeger-m48.dts | 78 ++++
.../socfpga_cyclone5_draeger_m48-u-boot.dtsi | 66 ++++
arch/arm/dts/socfpga_cyclone5_draeger_m48.dts | 132 +++++++
8 files changed, 716 insertions(+)
create mode 100644 arch/arm/dts/imx6dl-draeger-m48.dts
create mode 100644 arch/arm/dts/imx6q-draeger-m48.dts
create mode 100644 arch/arm/dts/imx6qdl-draeger-m48-u-boot.dtsi
create mode 100644 arch/arm/dts/imx6qdl-draeger-m48.dtsi
create mode 100644 arch/arm/dts/imx6qp-draeger-m48.dts
create mode 100644 arch/arm/dts/socfpga_cyclone5_draeger_m48-u-boot.dtsi
create mode 100644 arch/arm/dts/socfpga_cyclone5_draeger_m48.dts
--
2.47.3