0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/perf/marvell-cn10k-ddr.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: Marvell CN10K DDR performance monitor
0008
0009 maintainers:
0010 - Bharat Bhushan <bbhushan2@marvell.com>
0011
0012 properties:
0013 compatible:
0014 items:
0015 - enum:
0016 - marvell,cn10k-ddr-pmu
0017
0018 reg:
0019 maxItems: 1
0020
0021 required:
0022 - compatible
0023 - reg
0024
0025 additionalProperties: false
0026
0027 examples:
0028 - |
0029 bus {
0030 #address-cells = <2>;
0031 #size-cells = <2>;
0032
0033 pmu@87e1c0000000 {
0034 compatible = "marvell,cn10k-ddr-pmu";
0035 reg = <0x87e1 0xc0000000 0x0 0x10000>;
0036 };
0037 };