Path: blob/master/Documentation/devicetree/bindings/hwinfo/via,vt8500-scc-id.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/hwinfo/via,vt8500-scc-id.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: VIA/WonderMedia SoC system configuration information78maintainers:9- Alexey Charkov <alchark@gmail.com>1011description:12The system configuration controller on VIA/WonderMedia SoC's contains a chip13identifier and revision used to differentiate between different hardware14versions of on-chip IP blocks having their own peculiarities which may or15may not be captured by their respective DT compatible strings1617properties:18compatible:19items:20- const: via,vt8500-scc-id2122reg:23maxItems: 12425required:26- compatible27- reg2829additionalProperties: false3031examples:32- |33chipid@d8120000 {34compatible = "via,vt8500-scc-id";35reg = <0xd8120000 0x4>;36};373839