Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp526000pxb; Wed, 27 Jan 2021 13:56:05 -0800 (PST) X-Google-Smtp-Source: ABdhPJxuZuY8tpig/aFk6+7TDf5ACqagbBHp61BDCogER2MVfEIJ/7isJmxLzztyax6pWRiPg0G9 X-Received: by 2002:a05:6402:318e:: with SMTP id di14mr10988389edb.223.1611784565220; Wed, 27 Jan 2021 13:56:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611784565; cv=none; d=google.com; s=arc-20160816; b=T5GKt9iWM8JxeQpIrTyuJIJHxh0tk8U+HORzHSQe9e7CPmX3Jia0SuTvdb/VwT9yOq +2VRLCgiIOcfCozRrTjOQEixN79Cv13UWmT1G+W9EiG/E8FlJ78w2IFe+Hcp2oCgvQgS d5NIzIWQL5TLP092t6UXoRg/qQ2MyiciumqYisKoizG/Hd4taE7VlOQQ0lRHhNwIZvBq 4LD5QB+ukaSgD1eUfDrEOq7K6TrI1UMYdtW1uAzr+YENkGz9O4z2R/LS+kTgI663oJUS MG1uSF4FZ43g5w0GWqsw+MOSQQ1Q63aC04/7qeUhpZVj3OOPW9/voaq60A/RyLkqGlDs zAYQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:message-id:date:subject :cc:to:from; bh=9MKGHgbBqVaKFleyufbvMpHoFyMiReJtF/2TYEweiqg=; b=XYVCiZyQiw8mT+suw+WkRSlWbasmUehoosJeWQoAvZOa3An3X/PP6BJqvk/yoAO14f miCcGaUKln3z4xkVuAcczpJkDbvLENdF92padc4wZ+Yk8VWLSEnSThConi4pxFiBdh8f Iobu67MRhCKUHm1vtt32ZP8iMW827YqQhCqBTW1EDg4OVBRRr66nyxP9z1GL90clL1J7 dryCyS9Qin7H1mCMEu42eD1IamUqgFOgkZsxDTJac5YGAm6ndEvgdHHAtoT96S/IITFq y6ODu2hPIM+oCibMw3cLNwZCunhlAq2sXqw3Lrk7YG096yEHrsAsAaPydzJ+jjmqx92Q oRCw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g5si1698064edr.43.2021.01.27.13.55.40; Wed, 27 Jan 2021 13:56:05 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235494AbhA0J6g (ORCPT + 99 others); Wed, 27 Jan 2021 04:58:36 -0500 Received: from foss.arm.com ([217.140.110.172]:32942 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233880AbhA0I7I (ORCPT ); Wed, 27 Jan 2021 03:59:08 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id ED6A41478; Wed, 27 Jan 2021 00:55:42 -0800 (PST) Received: from p8cg001049571a15.arm.com (unknown [10.163.91.246]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id C58723F66B; Wed, 27 Jan 2021 00:55:39 -0800 (PST) From: Anshuman Khandual To: linux-arm-kernel@lists.infradead.org, coresight@lists.linaro.org Cc: mathieu.poirier@linaro.org, suzuki.poulose@arm.com, mike.leach@linaro.org, lcherian@marvell.com, linux-kernel@vger.kernel.org, Anshuman Khandual , devicetree@vger.kernel.org, Rob Herring Subject: [PATCH V3 06/14] dts: bindings: Document device tree bindings for ETE Date: Wed, 27 Jan 2021 14:25:30 +0530 Message-Id: <1611737738-1493-7-git-send-email-anshuman.khandual@arm.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1611737738-1493-1-git-send-email-anshuman.khandual@arm.com> References: <1611737738-1493-1-git-send-email-anshuman.khandual@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Suzuki K Poulose Document the device tree bindings for Embedded Trace Extensions. ETE can be connected to legacy coresight components and thus could optionally contain a connection graph as described by the CoreSight bindings. Cc: devicetree@vger.kernel.org Cc: Mathieu Poirier Cc: Mike Leach Cc: Rob Herring Signed-off-by: Suzuki K Poulose Signed-off-by: Anshuman Khandual --- Changes in V3: - Fixed all DT yaml semantics problems Documentation/devicetree/bindings/arm/ete.yaml | 74 ++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/ete.yaml diff --git a/Documentation/devicetree/bindings/arm/ete.yaml b/Documentation/devicetree/bindings/arm/ete.yaml new file mode 100644 index 0000000..edc1fe2 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/ete.yaml @@ -0,0 +1,74 @@ +# SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause +# Copyright 2021, Arm Ltd +%YAML 1.2 +--- +$id: "http://devicetree.org/schemas/arm/ete.yaml#" +$schema: "http://devicetree.org/meta-schemas/core.yaml#" + +title: ARM Embedded Trace Extensions + +maintainers: + - Suzuki K Poulose + - Mathieu Poirier + +description: | + Arm Embedded Trace Extension(ETE) is a per CPU trace component that + allows tracing the CPU execution. It overlaps with the CoreSight ETMv4 + architecture and has extended support for future architecture changes. + The trace generated by the ETE could be stored via legacy CoreSight + components (e.g, TMC-ETR) or other means (e.g, using a per CPU buffer + Arm Trace Buffer Extension (TRBE)). Since the ETE can be connected to + legacy CoreSight components, a node must be listed per instance, along + with any optional connection graph as per the coresight bindings. + See bindings/arm/coresight.txt. + +properties: + $nodename: + pattern: "^ete([0-9a-f]+)$" + compatible: + items: + - const: arm,embedded-trace-extension + + cpu: + description: | + Handle to the cpu this ETE is bound to. + $ref: /schemas/types.yaml#/definitions/phandle + + out-ports: + type: object + description: | + Output connections from the ETE to legacy CoreSight trace bus. + properties: + port: + $ref: /schemas/graph.yaml#/properties/port + +required: + - compatible + - cpu + +additionalProperties: false + +examples: + +# An ETE node without legacy CoreSight connections + - | + ete0 { + compatible = "arm,embedded-trace-extension"; + cpu = <&cpu_0>; + }; +# An ETE node with legacy CoreSight connections + - | + ete1 { + compatible = "arm,embedded-trace-extension"; + cpu = <&cpu_1>; + + out-ports { /* legacy coresight connection */ + port { + ete1_out_port: endpoint { + remote-endpoint = <&funnel_in_port0>; + }; + }; + }; + }; + +... -- 2.7.4