From patchwork Wed Sep 8 08:23:49 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Claudiu Beznea X-Patchwork-Id: 1525680 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=microchip.com header.i=@microchip.com header.a=rsa-sha256 header.s=mchp header.b=dQQGKA8O; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4H4FYK2VX7z9sW8 for ; Wed, 8 Sep 2021 18:24:37 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347968AbhIHIZm (ORCPT ); Wed, 8 Sep 2021 04:25:42 -0400 Received: from esa.microchip.iphmx.com ([68.232.153.233]:56615 "EHLO esa.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240561AbhIHIZm (ORCPT ); Wed, 8 Sep 2021 04:25:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1631089474; x=1662625474; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=BXf+FHnpR4fs4FVTvZ+v1Xc+qNyyi3KSxfT/XPNM5OY=; b=dQQGKA8OORkIdwQFbIex1y6vurt6tByKK//Z0hmbPr8BDD2gAL+kqnS9 wi4I3NJdjSZa8rwYg+2znRSmCuFRxCRiicG3myHs07njQD+fxOsSVZb4G nP3/5lITbo79Yi/I4DMNbq/TrKCVDAYsPtWIVgorYYe9F0TIVI+wCUOo9 ytg0RabxB1TSF/YX3LuRRdNGCGjgzyETvT4Gk954ms4lnPTqbZoqKZLEz dX5IIUtsQgk74bq9cTc2JP39n1Lkg3Tdo+v9DIwGEi4M9Ru0M7Hz1kiBv LRfzi92P7WfqI9lr3cF/Jl9nkL67MIjavV6unHJzWus1k08edRHPjA87a Q==; IronPort-SDR: jpBvov4PZ1S5fLl1Azf7gojmJ3Ykyg1BR7maJa/wGdsU1UZORud/K2Bh9xhSVOV9uljzjAcYft HrYJ6HsP9WKo5o/Ldwft00WgbFdVt7cl/g7QqbWGcDY+nyfLEy/AMf8MG9j5zreswwfF8sRw6L C2DJm4t8jBxWfHjUTjYbOND3CSKR772hq/susIKOhWp+5qF0EFma6Ek3o1zNjqWRswWhKmaPqX 8stWkJjIVhTo04Otzm/cg2hvicYQySOxryBh9BH8gwm5tRY8QeenfrTBUSdyTPIs1YrTIriidl eYVuWnpXSB3wy/knpaeOQhE8 X-IronPort-AV: E=Sophos;i="5.85,277,1624345200"; d="scan'208";a="143286314" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa1.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 08 Sep 2021 01:24:32 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.14; Wed, 8 Sep 2021 01:24:32 -0700 Received: from m18063-ThinkPad-T460p.mchp-main.com (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2176.14 via Frontend Transport; Wed, 8 Sep 2021 01:24:29 -0700 From: Claudiu Beznea To: , , CC: , , , Claudiu Beznea Subject: [PATCH v2 1/2] dt-bindings: microchip,eic: add bindings Date: Wed, 8 Sep 2021 11:23:49 +0300 Message-ID: <20210908082350.106948-2-claudiu.beznea@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210908082350.106948-1-claudiu.beznea@microchip.com> References: <20210908082350.106948-1-claudiu.beznea@microchip.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add DT bindings for Microchip External Interrupt Controller. Signed-off-by: Claudiu Beznea --- .../interrupt-controller/microchip,eic.yaml | 73 +++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 Documentation/devicetree/bindings/interrupt-controller/microchip,eic.yaml diff --git a/Documentation/devicetree/bindings/interrupt-controller/microchip,eic.yaml b/Documentation/devicetree/bindings/interrupt-controller/microchip,eic.yaml new file mode 100644 index 000000000000..917a35e97b7a --- /dev/null +++ b/Documentation/devicetree/bindings/interrupt-controller/microchip,eic.yaml @@ -0,0 +1,73 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/interrupt-controller/microchip,eic.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Microchip External Interrupt Controller + +maintainers: + - Claudiu Beznea + +description: + This interrupt controller is found in Microchip SoCs (SAMA7G5) and provides + support for handling up to 2 external interrupt lines. + +properties: + compatible: + enum: + - microchip,sama7g5-eic + + reg: + maxItems: 1 + + interrupt-controller: true + + '#interrupt-cells': + const: 2 + description: + The first cell is the input IRQ number (between 0 and 1), the second cell + is the trigger type as defined in interrupt.txt present in this directory. + + interrupts: + description: | + Contains the GIC SPI IRQs mapped to the external interrupt lines. They + should be specified sequentially from output 0 to output 1. + minItems: 2 + maxItems: 2 + + clocks: + maxItems: 1 + + clock-names: + const: pclk + +required: + - compatible + - reg + - interrupt-controller + - '#interrupt-cells' + - interrupts + - clocks + - clock-names + +additionalProperties: false + +examples: + - | + #include + #include + + eic: interrupt-controller@e1628000 { + compatible = "microchip,sama7g5-eic"; + reg = <0xe1628000 0x100>; + interrupt-parent = <&gic>; + interrupt-controller; + #interrupt-cells = <3>; + interrupts = , + ; + clocks = <&pmc PMC_TYPE_PERIPHERAL 37>; + clock-names = "pclk"; + }; + +...