From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D03E5C433EF for ; Thu, 16 Sep 2021 06:00:50 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9375A611C6 for ; Thu, 16 Sep 2021 06:00:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9375A611C6 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject:Cc:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=Ya+mqo1i9Is9l5XXK0BveSPzI6fteUXrag/b2DYl9lQ=; b=kCjS834XhEbE11 Oiktdygbwsios95FTGMbPj1JScO/ZhB8trKgJI+6WiSP9SHpLVai6NO7w1r1qY4Rm79zOve3XG1Er kff7I5+I4ADtPDjXt9WJjtzqrZdCpwXxXZMHYW6GgX2SOW8RYII4NXQKZ+L7kkYSj4MVSre0Rc3nG Laup9LgDdKzu40l8h7KfLkS+/XRZ8GNSCv48eyfRhv9OKRSjYd4TAy8iVZGpQvcts2pS+x0Q9vKOb wdp+9o5T9VF6JDYh7KIpTxiUWZKy3kDL7MWYjR5RZ55Pm1UBrYv/8iMh5zWMdRbXE4rQUh0rbT6TF ueRGyMwEDErYJjoz6SOg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mQkPn-00AMvG-8J; Thu, 16 Sep 2021 05:58:31 +0000 Received: from mga12.intel.com ([192.55.52.136]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mQkPi-00AMuR-Nq for linux-arm-kernel@lists.infradead.org; Thu, 16 Sep 2021 05:58:28 +0000 X-IronPort-AV: E=McAfee;i="6200,9189,10108"; a="201992206" X-IronPort-AV: E=Sophos;i="5.85,297,1624345200"; d="scan'208";a="201992206" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2021 22:58:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,297,1624345200"; d="scan'208";a="471234605" Received: from inlubt0150.iind.intel.com ([10.67.198.203]) by fmsmga007.fm.intel.com with ESMTP; 15 Sep 2021 22:58:19 -0700 From: kenchappa.demakkanavar@intel.com To: will@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, devicetree@vger.kernel.org, dinguyen@kernel.org Cc: furong.zhou@intel.com, kris.pan@linux.intel.com, kris.pan@intel.com, mgross@linux.intel.com, mark.gross@intel.com, "Kenchappa, Demakkanavar" Subject: [PATCH v3 0/3] Add initial Thunder Bay SoC / Board support Date: Thu, 16 Sep 2021 11:28:15 +0530 Message-Id: <1631771898-18702-1-git-send-email-kenchappa.demakkanavar@intel.com> X-Mailer: git-send-email 2.7.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210915_225826_835934_897FAF02 X-CRM114-Status: GOOD ( 10.78 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: "Kenchappa, Demakkanavar" Hi, This patch-set adds initial support for a new Intel Movidius SoC code-named Thunder Bay. The SoC couples an ARM Cortex A53 CPU with an Intel Movidius VPU. This initial patch-set enables only the minimal set of components required to make the Thunder Bay full or prime configuration boards boot into initramfs. Thunder Bay full configuration board has 4 clusters of 4 ARM Cortex A53 CPUs per cluster, 4 VPU processors and (8GB + 8GB + 4GB + 4GB) DDR memory. Thunder Bay prime configuration board has 4 clusters of 4 ARM Cortex A53 CPUs per cluster, 2 VPU processors and (8GB + 4GB) DDR memory. Changes since v2: * Add compatibility strings for all supported boards in dt-binding yaml * Email id format corrected. (First name, Last name) * $nodename schema added for the root node * Fixed 'make dtbs_check' warnings/errors * Removed alias name for disabled serial1 node * Corrected lowercase hex on unit-addresses Changes since v1: * Commit message updated for patch 3/3 * UART0 enabled by default for all Thunder Bay boards Regards, Kenchappa S. D. Kenchappa, Demakkanavar (3): arm64: Add config for Thunder Bay SoC dt-bindings: arm: Add Thunder Bay bindings arm64: dts: add initial device tree for Thunder Bay SoC .../devicetree/bindings/arm/intel,thunderbay.yaml | 27 +++ MAINTAINERS | 7 + arch/arm64/Kconfig.platforms | 5 + arch/arm64/boot/dts/intel/Makefile | 6 + arch/arm64/boot/dts/intel/hddl_hybrid_2s_02.dts | 42 ++++ arch/arm64/boot/dts/intel/hddl_hybrid_2s_03.dts | 42 ++++ arch/arm64/boot/dts/intel/hddl_hybrid_2s_12.dts | 42 ++++ arch/arm64/boot/dts/intel/hddl_hybrid_2s_13.dts | 42 ++++ arch/arm64/boot/dts/intel/hddl_hybrid_4s.dts | 53 +++++ arch/arm64/boot/dts/intel/thunderbay-soc.dtsi | 242 +++++++++++++++++++++ 10 files changed, 508 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/intel,thunderbay.yaml create mode 100644 arch/arm64/boot/dts/intel/hddl_hybrid_2s_02.dts create mode 100644 arch/arm64/boot/dts/intel/hddl_hybrid_2s_03.dts create mode 100644 arch/arm64/boot/dts/intel/hddl_hybrid_2s_12.dts create mode 100644 arch/arm64/boot/dts/intel/hddl_hybrid_2s_13.dts create mode 100644 arch/arm64/boot/dts/intel/hddl_hybrid_4s.dts create mode 100644 arch/arm64/boot/dts/intel/thunderbay-soc.dtsi -- 2.7.4 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel