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=-13.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham 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 88492C5519F for ; Wed, 25 Nov 2020 05:20:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1FA48208C3 for ; Wed, 25 Nov 2020 05:20:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="dmof87Ig" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726320AbgKYFUO (ORCPT ); Wed, 25 Nov 2020 00:20:14 -0500 Received: from fllv0016.ext.ti.com ([198.47.19.142]:53946 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725838AbgKYFUO (ORCPT ); Wed, 25 Nov 2020 00:20:14 -0500 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 0AP5K5Qn017845; Tue, 24 Nov 2020 23:20:05 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1606281605; bh=ShUumkwB/My+VCBZGxZuldydX2eb+iiUfOc/rV+YOk0=; h=From:To:CC:Subject:Date; b=dmof87IgbGo+a7CRwYUSg7oC1VApFooYtsb0bRPlILa1qWKvwKAfBzNsAbKHOgqH/ IUdt6rT9Zp0kxXFZ5qgvHS/dhbfapIGbi4gG9aRWB6Ym/Wykk/60tPRT5VTFG5iPgW RKg7Bh5jhnGZsFvHINQsKuUD46DA55/GZlrHT9G8= Received: from DFLE114.ent.ti.com (dfle114.ent.ti.com [10.64.6.35]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 0AP5K4Ym002418 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 24 Nov 2020 23:20:05 -0600 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Tue, 24 Nov 2020 23:20:05 -0600 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Tue, 24 Nov 2020 23:20:04 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 0AP5K4VY124723; Tue, 24 Nov 2020 23:20:04 -0600 From: Dave Gerlach To: Rob Herring , Nishanth Menon CC: Dave Gerlach , , , Tony Lindgren , Vignesh Raghavendra , Suman Anna , Peter Ujfalusi , Sekhar Nori , Kishon Vijay Abraham , Lokesh Vutla , Aswath Govindraju Subject: [PATCH 0/3] arm64: Initial support for Texas Instruments AM642 Platform Date: Tue, 24 Nov 2020 23:20:01 -0600 Message-ID: <20201125052004.17823-1-d-gerlach@ti.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This series adds initial support for the latest new SoC, AM642, from Texas Instruments. Additional detail can be found in the patch descriptions, also see AM64X Technical Reference Manual (SPRUIM2, Nov 2020) for further details: https://www.ti.com/lit/pdf/spruim2 Regards, Dave Dave Gerlach (3): dt-bindings: arm: ti: Add bindings for AM642 SoC arm64: dts: ti: Add Support for AM642 SoC arm64: dts: ti: Add support for AM642 EVM .../devicetree/bindings/arm/ti/k3.yaml | 6 + arch/arm64/boot/dts/ti/Makefile | 2 + arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 178 ++++++++++++++++++ arch/arm64/boot/dts/ti/k3-am64.dtsi | 95 ++++++++++ arch/arm64/boot/dts/ti/k3-am642-evm.dts | 61 ++++++ arch/arm64/boot/dts/ti/k3-am642.dtsi | 65 +++++++ 6 files changed, 407 insertions(+) create mode 100644 arch/arm64/boot/dts/ti/k3-am64-main.dtsi create mode 100644 arch/arm64/boot/dts/ti/k3-am64.dtsi create mode 100644 arch/arm64/boot/dts/ti/k3-am642-evm.dts create mode 100644 arch/arm64/boot/dts/ti/k3-am642.dtsi -- 2.28.0