From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 31 Jul 2016 19:01:21 -0600 Subject: [U-Boot] [PATCH 04/10] arm: dts: imx7: add basic i.MX 7/Colibri iMX7 device tree In-Reply-To: <20160726062233.7656-5-stefan@agner.ch> References: <20160726062233.7656-1-stefan@agner.ch> <20160726062233.7656-5-stefan@agner.ch> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 26 July 2016 at 00:22, Stefan Agner wrote: > From: Stefan Agner > > Add base device for NXP i.MX 7Solo/7Dual. The two SoC are very > similar and hence can share the same device tree for boot loaders > purpose. > > Signed-off-by: Stefan Agner > --- > > arch/arm/dts/Makefile | 2 + > arch/arm/dts/imx7-colibri.dts | 92 ++++++++++++++++++++ > arch/arm/dts/imx7.dtsi | 194 ++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 288 insertions(+) > create mode 100644 arch/arm/dts/imx7-colibri.dts > create mode 100644 arch/arm/dts/imx7.dtsi Reviewed-by: Simon Glass