From patchwork Tue Jul 18 19:55:02 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lokesh Vutla X-Patchwork-Id: 9849391 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 4FC13602A7 for ; Tue, 18 Jul 2017 19:55:19 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 341EE1FFCA for ; Tue, 18 Jul 2017 19:55:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2902B20090; Tue, 18 Jul 2017 19:55:19 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D23631FFCA for ; Tue, 18 Jul 2017 19:55:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751846AbdGRTzP (ORCPT ); Tue, 18 Jul 2017 15:55:15 -0400 Received: from lelnx194.ext.ti.com ([198.47.27.80]:19684 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751747AbdGRTzK (ORCPT ); Tue, 18 Jul 2017 15:55:10 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id v6IJt6Ss001388; Tue, 18 Jul 2017 14:55:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1500407706; bh=zU8yITJNNEbeqQyEPwh1FkllyowxJMhsp2nCxI2jyMk=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=xZejNyKM0i50hOgr9ONymH3KT74TjmAh7FaBcTXw7QmkxZkQwoIF3f3TZmUCfDtTU RRmRjeDh7vte/pM2wBEZhcFtR532hH89xPjH2+dNWgGRg3Ojo7MEkndp+tnwDmz9f0 xYrn1JYv72cEdvFYe/fmgcdTseIKZXZj7ZDdpdwM= Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v6IJt6K1007537; Tue, 18 Jul 2017 14:55:06 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.294.0; Tue, 18 Jul 2017 14:55:05 -0500 Received: from a0131933vb.am.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v6IJt5YJ004344; Tue, 18 Jul 2017 14:55:06 -0500 From: Lokesh Vutla To: Tony Lindgren , Linux OMAP Mailing List CC: Tero Kristo , Sekhar Nori , Device Tree Mailing List , Rob Herring , Vignesh R , Keerthy , Praneeth Bajjuri , Lokesh Vutla Subject: [PATCH 7/8] ARM: dts: Add support for dra76x family of devices Date: Wed, 19 Jul 2017 01:25:02 +0530 Message-ID: <20170718195503.1700-8-lokeshvutla@ti.com> X-Mailer: git-send-email 2.13.0 In-Reply-To: <20170718195503.1700-1-lokeshvutla@ti.com> References: <20170718195503.1700-1-lokeshvutla@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP dra76 family is a high-performance, infotainment application device, based on OMAP architecture on a 28-nm technology. This contains most of the subsystems, peripherals that are available on dra74, dra72 family. This SoC mainly features Subsystems: - 2 x Cortex-A15 with max speed of 1.8GHz - 2 X DSP - 2 X Cortex-M4 IPU - ISS - CAL - DSS - VPE - VIP Connectivity peripherals: - 1 USB3.0 and 3 USB2.0 subsystems - 2 x SATA - 2 x PCI Express Gen2 - 3-port Gigabit ethernet switch - 2 x CAN - MCAN Adding basic dts support for DRA76 family while reusing the data available in dra7.dtsi, dra74x.dtsi. Signed-off-by: Lokesh Vutla --- arch/arm/boot/dts/dra76x.dtsi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 arch/arm/boot/dts/dra76x.dtsi diff --git a/arch/arm/boot/dts/dra76x.dtsi b/arch/arm/boot/dts/dra76x.dtsi new file mode 100644 index 000000000000..f33bcab005ea --- /dev/null +++ b/arch/arm/boot/dts/dra76x.dtsi @@ -0,0 +1,14 @@ +/* + * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#include "dra74x.dtsi" + +/ { + compatible = "ti,dra76", "ti,dra7"; + +};