xref: /freebsd-src/sys/contrib/device-tree/Bindings/arm/cci-control-port.yaml (revision 8bab661a3316d8bd9b9fbd11a3b4371b91507bd2)
18cc087a1SEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0
28cc087a1SEmmanuel Vadot%YAML 1.2
38cc087a1SEmmanuel Vadot---
48cc087a1SEmmanuel Vadot$id: http://devicetree.org/schemas/arm/cci-control-port.yaml#
58cc087a1SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
68cc087a1SEmmanuel Vadot
7*8bab661aSEmmanuel Vadottitle: CCI Interconnect Bus Masters
88cc087a1SEmmanuel Vadot
98cc087a1SEmmanuel Vadotmaintainers:
108cc087a1SEmmanuel Vadot  - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
118cc087a1SEmmanuel Vadot
128cc087a1SEmmanuel Vadotdescription: |
138cc087a1SEmmanuel Vadot  Masters in the device tree connected to a CCI port (inclusive of CPUs
148cc087a1SEmmanuel Vadot  and their cpu nodes).
158cc087a1SEmmanuel Vadot
168cc087a1SEmmanuel Vadotselect: true
178cc087a1SEmmanuel Vadot
188cc087a1SEmmanuel Vadotproperties:
198cc087a1SEmmanuel Vadot  cci-control-port:
208cc087a1SEmmanuel Vadot    $ref: /schemas/types.yaml#/definitions/phandle
218cc087a1SEmmanuel Vadot
228cc087a1SEmmanuel VadotadditionalProperties: true
238cc087a1SEmmanuel Vadot
248cc087a1SEmmanuel Vadotexamples:
258cc087a1SEmmanuel Vadot  - |
268cc087a1SEmmanuel Vadot    cpus {
278cc087a1SEmmanuel Vadot        #address-cells = <1>;
288cc087a1SEmmanuel Vadot        #size-cells = <0>;
298cc087a1SEmmanuel Vadot
308cc087a1SEmmanuel Vadot        cpu@0 {
318cc087a1SEmmanuel Vadot            compatible = "arm,cortex-a15";
328cc087a1SEmmanuel Vadot            device_type = "cpu";
338cc087a1SEmmanuel Vadot            cci-control-port = <&cci_control1>;
348cc087a1SEmmanuel Vadot            reg = <0>;
358cc087a1SEmmanuel Vadot        };
368cc087a1SEmmanuel Vadot    };
378cc087a1SEmmanuel Vadot
388cc087a1SEmmanuel Vadot...
39