From patchwork Fri Dec 14 09:10:04 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabrizio Castro X-Patchwork-Id: 10730729 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B909C14E2 for ; Fri, 14 Dec 2018 09:10:27 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A83E12D30D for ; Fri, 14 Dec 2018 09:10:27 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9C3B32D30F; Fri, 14 Dec 2018 09:10:27 +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=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI 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 3AEED2D30D for ; Fri, 14 Dec 2018 09:10:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726494AbeLNJK0 (ORCPT ); Fri, 14 Dec 2018 04:10:26 -0500 Received: from relmlor2.renesas.com ([210.160.252.172]:34099 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726344AbeLNJK0 (ORCPT ); Fri, 14 Dec 2018 04:10:26 -0500 X-IronPort-AV: E=Sophos;i="5.56,352,1539615600"; d="scan'208";a="2629699" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 14 Dec 2018 18:10:24 +0900 Received: from fabrizio-dev.ree.adwin.renesas.com (unknown [10.226.37.69]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 1416B401C56C; Fri, 14 Dec 2018 18:10:21 +0900 (JST) From: Fabrizio Castro To: Rob Herring , Simon Horman , Geert Uytterhoeven , Mark Rutland Cc: Fabrizio Castro , Magnus Damm , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Chris Paterson , Biju Das Subject: [PATCH 0/9] RZ/G2E basic device tree Date: Fri, 14 Dec 2018 09:10:04 +0000 Message-Id: <1544778613-24279-1-git-send-email-fabrizio.castro@bp.renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Dear All, this series adds a basic dtsi for the RZ/G2E (a.k.a. r8a774c0). Thanks, Fab Fabrizio Castro (9): arm64: dts: renesas: Initial device tree for r8a774c0 arm64: dts: renesas: r8a774c0: Add SYS-DMAC controller nodes arm64: dts: renesas: r8a774c0: Add SCIF and HSCIF nodes arm64: dts: renesas: r8a774c0: Add INTC-EX device node arm64: dts: renesas: r8a774c0: Add PFC support arm64: dts: renesas: r8a774c0: Add GPIO device nodes arm64: dts: renesas: r8a774c0: Add Ethernet AVB node arm64: dts: renesas: r8a774c0: Add watchdog support arm64: dts: renesas: r8a774c0: Add secondary CA53 CPU core arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 649 ++++++++++++++++++++++++++++++ 1 file changed, 649 insertions(+) create mode 100644 arch/arm64/boot/dts/renesas/r8a774c0.dtsi Reviewed-by: Simon Horman