From patchwork Wed Oct 30 12:10:11 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steffen Trumtrar X-Patchwork-Id: 13856434 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B00D91EBFF2 for ; Wed, 30 Oct 2024 12:10:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730290233; cv=none; b=R/I9xbUpUmHNsBp7xTTj2mw5DR3Ly8cTIgvHe9fKGA0dTOEHjTJgFAH0ur/VGkoRloFk0gt7CO6IbMiJVng8q0+VdyAQHMXGoyH7Pw1/5NO3rcdYxb04VqUKbnuSzJEqoKPU7050NRQTXN9c6+DOqDeGJ796WwGL5lq2nHHDwvQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730290233; c=relaxed/simple; bh=sTHiBH+Yilopa5ilTtrrbjZhI0tq5ofg9yx8ZvvsIZQ=; h=From:Subject:Date:Message-Id:MIME-Version:Content-Type:To:Cc; b=nA4L17N7LGL/BUI2gmugiIk5Bn+bo+3Y8DMc2aJnm6MyWml42m4lQHdH2HbhRe2ch2Tr7UlExxExP3tTVpufFbqFyrBcpfYzhaG07ekFgLyIW+9n6vnBW6pAtkk0ll0NPsEXN6EWjXPLCbeMsxZzsQeUcFGOo8WZm9h32AXHIQQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from ptz.office.stw.pengutronix.de ([2a0a:edc0:0:900:1d::77] helo=ratatoskr.trumtrar.info) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1t67Wl-0006os-Id; Wed, 30 Oct 2024 13:10:19 +0100 From: Steffen Trumtrar Subject: [PATCH 0/4] ARM64: dts: intel: agilex5: add nodes and new board Date: Wed, 30 Oct 2024 13:10:11 +0100 Message-Id: <20241030-v6-12-topic-socfpga-agilex5-v1-0-b2b67780e60e@pengutronix.de> Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-B4-Tracking: v=1; b=H4sIACMiImcC/x3MQQrDIBAAwK+EPXdh1bTEfKX0ILrahaKiIQRC/ l7JcS5zQucm3GGdTmi8S5eSB9RjAv91OTFKGAZNelZkCPcXKo1bqeKxFx9rcuiS/Ph4oqUYTFi iXcjDGGrjKMe9vz/X9QcyI29kbQAAAA== X-Change-ID: 20241030-v6-12-topic-socfpga-agilex5-90fd3d8f980c To: Dinh Nguyen , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Richard Cochran , Michael Turquette , Stephen Boyd Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-clk@vger.kernel.org, kernel@pengutronix.de, Steffen Trumtrar X-Mailer: b4 0.14.2 X-SA-Exim-Connect-IP: 2a0a:edc0:0:900:1d::77 X-SA-Exim-Mail-From: s.trumtrar@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-clk@vger.kernel.org This series adds the gpio0 and gmac nodes to the socfpga_agilex5.dtsi. An initial devicetree for a new board (Arrow AXE5-Eagle) is also added. Currently only QSPI and network are functional as all other hardware currently lacks mainline support. Signed-off-by: Steffen Trumtrar --- Steffen Trumtrar (4): arm64: dts: agilex5: add gpio0 arm64: dts: agilex5: add gmac nodes dt-bindings: intel: add agilex5-based Arrow AXE5-Eagle arm64: dts: agilex5: initial support for Arrow AXE5-Eagle .../devicetree/bindings/arm/intel,socfpga.yaml | 1 + arch/arm64/boot/dts/intel/Makefile | 1 + arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi | 341 +++++++++++++++++++++ .../boot/dts/intel/socfpga_agilex5_axe5_eagle.dts | 146 +++++++++ 4 files changed, 489 insertions(+) --- base-commit: 9852d85ec9d492ebef56dc5f229416c925758edc change-id: 20241030-v6-12-topic-socfpga-agilex5-90fd3d8f980c Best regards,