Path: blob/master/Documentation/devicetree/bindings/arm/arm,vexpress-scc.yaml
170954 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/arm/arm,vexpress-scc.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: ARM Versatile Express Serial Configuration Controller78maintainers:9- Liviu Dudau <liviu.dudau@arm.com>10- Sudeep Holla <sudeep.holla@arm.com>1112description: |13Test chips for ARM Versatile Express platform implement SCC (Serial14Configuration Controller) interface, used to set initial conditions15for the test chip.1617In some cases its registers are also mapped in normal address space18and can be used to obtain runtime information about the chip internals19(like silicon temperature sensors) and as interface to other subsystems20like platform configuration control and power management.2122properties:23compatible:24items:25- enum:26- arm,vexpress-scc,v2p-ca15_a727- const: arm,vexpress-scc2829reg:30maxItems: 13132interrupts:33maxItems: 13435required:36- compatible3738additionalProperties: false3940examples:41- |42bus {43#address-cells = <2>;44#size-cells = <2>;4546scc@7fff0000 {47compatible = "arm,vexpress-scc,v2p-ca15_a7", "arm,vexpress-scc";48reg = <0 0x7fff0000 0 0x1000>;49interrupts = <0 95 4>;50};51};52...535455