Path: blob/master/Documentation/devicetree/bindings/devfreq/event/samsung,exynos-nocp.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/devfreq/event/samsung,exynos-nocp.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Samsung Exynos NoC (Network on Chip) Probe78maintainers:9- Chanwoo Choi <cw00.choi@samsung.com>10- Krzysztof Kozlowski <krzk@kernel.org>1112description: |13The Samsung Exynos542x SoC has a NoC (Network on Chip) Probe for NoC bus.14NoC provides the primitive values to get the performance data. The packets15that the Network on Chip (NoC) probes detects are transported over the16network infrastructure to observer units. You can configure probes to capture17packets with header or data on the data request response network, or as18traffic debug or statistic collectors. Exynos542x bus has multiple NoC probes19to provide bandwidth information about behavior of the SoC that you can use20while analyzing system performance.2122properties:23compatible:24const: samsung,exynos5420-nocp2526clock-names:27items:28- const: nocp2930clocks:31maxItems: 13233reg:34maxItems: 13536required:37- compatible38- reg3940additionalProperties: false4142examples:43- |44nocp_mem0_0: nocp@10ca1000 {45compatible = "samsung,exynos5420-nocp";46reg = <0x10ca1000 0x200>;47};484950